index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-23
regmap: Add tracepoints for cache only and cache bypass
Mark Brown
1
-0
/
+2
2012-02-23
regmap: Mark the cache as clean after a successful sync
Mark Brown
1
-0
/
+3
2012-02-23
regmap: Remove default cache sync implementation
Mark Brown
1
-19
/
+2
2012-02-23
regmap: Skip hardware defaults for LZO caches
Mark Brown
1
-0
/
+6
2012-02-22
regmap: Expose the driver name in debugfs
Dimitris Papastamos
1
-0
/
+32
2012-02-22
regmap: Add support for writing to regmap registers via debugfs
Dimitris Papastamos
1
-0
/
+42
2012-02-21
Merge tag 'topic/introspection' of git://git.kernel.org/pub/scm/linux/kernel/...
Mark Brown
1
-0
/
+15
2012-02-21
regmap: Support raw reads from cached registers
Mark Brown
1
-6
/
+22
2012-02-20
Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Mark Brown
3
-0
/
+75
2012-02-20
Merge branch 'topic/devm' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
3
-0
/
+73
2012-02-20
regmap: Allow users to query the size of register values
Mark Brown
1
-0
/
+15
2012-02-19
Merge tag 'v3.3-rc4' into for-3.4 in order to resolve the conflict
Mark Brown
4
-7
/
+57
2012-02-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-2
/
+2
2012-02-17
regmap: Implement support for 32 bit registers and values
Mark Brown
2
-0
/
+35
2012-02-17
regmap: Bypassing cache when initializing cache
Laxman Dewangan
1
-0
/
+5
2012-02-15
regmap: Fix cache defaults initialization from raw cache defaults
Lars-Peter Clausen
1
-2
/
+2
2012-02-14
regmap: add regmap_bulk_write() for register write
Laxman Dewangan
1
-0
/
+50
2012-02-13
PM / Sleep: Initialize wakeup source locks in wakeup_source_add()
Rafael J. Wysocki
1
-1
/
+1
2012-02-11
regmap: Support for caching in reg_raw_write()
Laxman Dewangan
1
-5
/
+21
2012-02-10
drivers/base: add bus for System-on-Chip devices
Lee Jones
3
-0
/
+187
2012-02-10
regmap: Fix kcalloc parameters swapped
Axel Lin
1
-1
/
+1
2012-02-08
driver-core: cpu: fix kobject warning when hotplugging a cpu
Greg Kroah-Hartman
1
-0
/
+1
2012-02-06
regmap: Add debugfs information for the cache status
Mark Brown
1
-0
/
+9
2012-02-06
regmap: Don't use bitfields for booleans
Mark Brown
1
-4
/
+4
2012-02-02
drivers/base/memory.c: fix memory_dev_init() long delay
Yinghai Lu
2
-5
/
+34
2012-02-02
Merge 3.3-rc2 into the driver-core-next branch.
Greg Kroah-Hartman
6
-391
/
+26
2012-02-02
driver core: cpu: remove kernel warning when removing a cpu
Greg Kroah-Hartman
1
-0
/
+20
2012-02-01
drivercore: Output common devicetree information in uevent
Grant Likely
2
-1
/
+6
2012-02-01
Merge branch 'v3.4-for-rafael' of git://git.kernel.org/pub/scm/linux/kernel/g...
Rafael J. Wysocki
1
-0
/
+32
2012-02-01
Merge tag 'v3.3-rc2' into for-3.4
Mark Brown
6
-391
/
+26
2012-01-31
regmap: Remove incorrect unreachable comment in regcache_set_val()
Axel Lin
1
-1
/
+0
2012-01-30
regmap: Implement managed regmap_init()
Mark Brown
3
-0
/
+73
2012-01-30
regmap: if format_write is used, declare all registers as "unreadable"
Wolfram Sang
1
-2
/
+5
2012-01-29
regmap: Properly round reg_bytes and val_bytes
Wolfram Sang
1
-2
/
+2
2012-01-29
PM / Domains: Run late/early device suspend callbacks at the right time
Rafael J. Wysocki
1
-46
/
+111
2012-01-29
PM / Sleep: Introduce generic callbacks for new device PM phases
Rafael J. Wysocki
1
-53
/
+104
2012-01-29
PM / Sleep: Introduce "late suspend" and "early resume" of devices
Rafael J. Wysocki
1
-22
/
+225
2012-01-28
Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
3
-385
/
+17
2012-01-27
regmap: Add support for 2/6 register formating
Wolfram Sang
1
-0
/
+18
2012-01-27
PM / Domains: Add OF support
Thomas Abraham
1
-0
/
+32
2012-01-26
CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts
Thomas Renninger
1
-0
/
+11
2012-01-26
regmap: Reset device debugfs when reinitialising the cache
Mark Brown
1
-0
/
+3
2012-01-26
Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
1
-1
/
+1
2012-01-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-0
/
+3
2012-01-25
regmap: Bypass the cache when applying patches
Mark Brown
1
-0
/
+2
2012-01-25
regmap: Skip patch application when the cache is not dirty on sync
Mark Brown
1
-2
/
+3
2012-01-25
regmap: Unexport regcache_write() and regcache_read()
Mark Brown
1
-2
/
+0
2012-01-24
Eliminate get_driver() and put_driver()
Alan Stern
1
-28
/
+0
2012-01-24
Driver core: driver_find() drops reference before returning
Alan Stern
1
-2
/
+5
2012-01-24
driver-core: Fix possible null reference in subsys_interface_unregister
Jonghwan Choi
1
-2
/
+4
[prev]
[next]