index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-28
Merge remote-tracking branch 'regmap/topic/spmi' into regmap-next
Mark Brown
3
-1
/
+95
2013-10-28
Merge remote-tracking branch 'regmap/topic/multi' into regmap-next
Mark Brown
1
-0
/
+41
2013-10-28
Merge remote-tracking branch 'regmap/topic/irq' into regmap-next
Mark Brown
1
-0
/
+16
2013-10-28
Merge remote-tracking branch 'regmap/topic/field' into regmap-next
Mark Brown
2
-0
/
+106
2013-10-28
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
Mark Brown
1
-5
/
+52
2013-10-28
regmap: add SPMI support
Josh Cartwright
3
-1
/
+95
2013-10-24
regmap: debugfs: Fix a boot time crash with early regmap init
Tero Kristo
1
-5
/
+52
2013-10-22
regmap: irq: clear status when disable irq
Yi Zhang
1
-0
/
+16
2013-10-14
regmap: Only send a single buffer for async I/O if writing one register
Mark Brown
1
-7
/
+12
2013-10-14
regmap: spi: Handle async writes of only one buffer
Mark Brown
1
-1
/
+2
2013-10-14
regmap: new API regmap_multi_reg_write() definition
Anthony Olech
1
-0
/
+41
2013-10-10
Merge remote-tracking branch 'regmap/fix/core' into regmap-async
Mark Brown
1
-4
/
+4
2013-10-10
regmap: Use async I/O during cache sync
Mark Brown
1
-2
/
+14
2013-10-10
regmap: Use async I/O for patch application
Mark Brown
1
-0
/
+4
2013-10-09
regmap: Fix regmap_bulk_write single-rw mutex deadlock
Anthony Olech
1
-4
/
+5
2013-10-09
regmap: Provide asynchronous write and update bits operations
Mark Brown
1
-0
/
+103
2013-10-09
regmap: Simplify the initiation of async I/O
Mark Brown
3
-11
/
+14
2013-10-09
regmap: Don't generate gather writes for single register raw writes
Mark Brown
1
-0
/
+10
2013-10-07
regmap: Cache async work structures
Mark Brown
2
-27
/
+34
2013-09-17
regmap: Add regmap_fields APIs
Kuninori Morimoto
2
-0
/
+86
2013-09-17
regmap: add regmap_field_update_bits()
Kuninori Morimoto
1
-0
/
+20
2013-09-03
Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2013-09-03
Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
6
-131
/
+194
2013-08-31
Merge remote-tracking branch 'regmap/topic/sparse' into regmap-next
Mark Brown
1
-0
/
+2
2013-08-31
Merge remote-tracking branch 'regmap/topic/rbtree' into regmap-next
Mark Brown
3
-117
/
+150
2013-08-31
Merge remote-tracking branch 'regmap/topic/range' into regmap-next
Mark Brown
1
-0
/
+4
2013-08-31
Merge remote-tracking branch 'regmap/topic/patch' into regmap-next
Mark Brown
1
-9
/
+8
2013-08-31
Merge remote-tracking branch 'regmap/topic/irq' into regmap-next
Mark Brown
1
-0
/
+25
2013-08-31
Merge remote-tracking branch 'regmap/topic/cache' into regmap-next
Mark Brown
3
-4
/
+4
2013-08-29
regmap: rbtree: Make cache_present bitmap per node
Lars-Peter Clausen
3
-80
/
+92
2013-08-29
regmap: rbtree: Reduce number of nodes, take 2
Lars-Peter Clausen
1
-17
/
+36
2013-08-29
regmap: rbtree: Simplify adjacent node look-up
Lars-Peter Clausen
1
-20
/
+19
2013-08-29
Merge remote-tracking branch 'regmap/topic/cache' into regmap-rbtree
Mark Brown
3
-4
/
+4
2013-08-28
regmap: debugfs: Fix continued read from registers file
Lars-Peter Clausen
1
-2
/
+2
2013-08-27
regcache-rbtree: Fix reg_stride != 1
Lars-Peter Clausen
1
-11
/
+14
2013-08-21
regmap: rbtree: Fix overlapping rbnodes.
David Jander
1
-1
/
+1
2013-08-16
regmap: Allow multiple patches to be registered
Mark Brown
1
-9
/
+8
2013-08-09
regmap: regcache: allow read-only regs to be cached
Ionut Nicu
2
-3
/
+3
2013-08-09
regmap: fix regcache_reg_present() for empty cache
Ionut Nicu
1
-1
/
+1
2013-08-06
regmap: core: allow a virtual range to cover its own data window
Philipp Zabel
1
-0
/
+4
2013-08-05
regmap: cache: Make sure to sync the last register in a block
Lars-Peter Clausen
1
-1
/
+2
2013-07-26
driver core: replace strict_strto*() with kstrto*()
Jingoo Han
1
-1
/
+1
2013-07-23
regmap: irq: Allow to acknowledge masked interrupts during initialization
Philipp Zabel
1
-0
/
+25
2013-07-16
regmap: Provide __acquires/__releases annotations
Fabio Estevam
1
-0
/
+2
2013-07-15
Merge tag 'regmap-v3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2013-07-04
regmap: cache: bail in regmap_async_complete() for bus-less maps
Daniel Mack
1
-1
/
+1
2013-06-30
Merge remote-tracking branch 'regmap/topic/field' into regmap-next
Mark Brown
2
-0
/
+138
2013-06-30
Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-next
Mark Brown
1
-2
/
+2
2013-06-30
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
Mark Brown
1
-1
/
+4
2013-06-30
Merge remote-tracking branch 'regmap/topic/cache' into regmap-next
Mark Brown
5
-27
/
+145
[next]