aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-21regmap: make sure we unlock on failure in regmap_bulk_writeCourtney Cavin1-1/+1
2013-11-12regmap: trivial comment fix (copy'n'paste error)Gerhard Sittig1-3/+3
2013-10-28Merge remote-tracking branch 'regmap/topic/spmi' into regmap-nextMark Brown3-1/+95
2013-10-28Merge remote-tracking branch 'regmap/topic/multi' into regmap-nextMark Brown1-0/+41
2013-10-28Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown1-0/+16
2013-10-28Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown2-0/+106
2013-10-28Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown1-5/+52
2013-10-28regmap: add SPMI supportJosh Cartwright3-1/+95
2013-10-24regmap: debugfs: Fix a boot time crash with early regmap initTero Kristo1-5/+52
2013-10-22regmap: irq: clear status when disable irqYi Zhang1-0/+16
2013-10-14regmap: Only send a single buffer for async I/O if writing one registerMark Brown1-7/+12
2013-10-14regmap: spi: Handle async writes of only one bufferMark Brown1-1/+2
2013-10-14regmap: new API regmap_multi_reg_write() definitionAnthony Olech1-0/+41
2013-10-10Merge remote-tracking branch 'regmap/fix/core' into regmap-asyncMark Brown1-4/+4
2013-10-10regmap: Use async I/O during cache syncMark Brown1-2/+14
2013-10-10regmap: Use async I/O for patch applicationMark Brown1-0/+4
2013-10-09regmap: Fix regmap_bulk_write single-rw mutex deadlockAnthony Olech1-4/+5
2013-10-09regmap: Provide asynchronous write and update bits operationsMark Brown1-0/+103
2013-10-09regmap: Simplify the initiation of async I/OMark Brown3-11/+14
2013-10-09regmap: Don't generate gather writes for single register raw writesMark Brown1-0/+10
2013-10-07regmap: Cache async work structuresMark Brown2-27/+34
2013-09-17regmap: Add regmap_fields APIsKuninori Morimoto2-0/+86
2013-09-17regmap: add regmap_field_update_bits()Kuninori Morimoto1-0/+20
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2013-09-03Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds6-131/+194
2013-08-31Merge remote-tracking branch 'regmap/topic/sparse' into regmap-nextMark Brown1-0/+2
2013-08-31Merge remote-tracking branch 'regmap/topic/rbtree' into regmap-nextMark Brown3-117/+150
2013-08-31Merge remote-tracking branch 'regmap/topic/range' into regmap-nextMark Brown1-0/+4
2013-08-31Merge remote-tracking branch 'regmap/topic/patch' into regmap-nextMark Brown1-9/+8
2013-08-31Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown1-0/+25
2013-08-31Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown3-4/+4
2013-08-29regmap: rbtree: Make cache_present bitmap per nodeLars-Peter Clausen3-80/+92
2013-08-29regmap: rbtree: Reduce number of nodes, take 2Lars-Peter Clausen1-17/+36
2013-08-29regmap: rbtree: Simplify adjacent node look-upLars-Peter Clausen1-20/+19
2013-08-29Merge remote-tracking branch 'regmap/topic/cache' into regmap-rbtreeMark Brown3-4/+4
2013-08-28regmap: debugfs: Fix continued read from registers fileLars-Peter Clausen1-2/+2
2013-08-27regcache-rbtree: Fix reg_stride != 1Lars-Peter Clausen1-11/+14
2013-08-21regmap: rbtree: Fix overlapping rbnodes.David Jander1-1/+1
2013-08-16regmap: Allow multiple patches to be registeredMark Brown1-9/+8
2013-08-09regmap: regcache: allow read-only regs to be cachedIonut Nicu2-3/+3
2013-08-09regmap: fix regcache_reg_present() for empty cacheIonut Nicu1-1/+1
2013-08-06regmap: core: allow a virtual range to cover its own data windowPhilipp Zabel1-0/+4
2013-08-05regmap: cache: Make sure to sync the last register in a blockLars-Peter Clausen1-1/+2
2013-07-26driver core: replace strict_strto*() with kstrto*()Jingoo Han1-1/+1
2013-07-23regmap: irq: Allow to acknowledge masked interrupts during initializationPhilipp Zabel1-0/+25
2013-07-16regmap: Provide __acquires/__releases annotationsFabio Estevam1-0/+2
2013-07-15Merge tag 'regmap-v3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-1/+1
2013-07-04regmap: cache: bail in regmap_async_complete() for bus-less mapsDaniel Mack1-1/+1
2013-06-30Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown2-0/+138
2013-06-30Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown1-2/+2