summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'regmap/topic/spmi' into regmap-nextMark Brown2013-10-283-1/+95
|\
| * regmap: add SPMI supportJosh Cartwright2013-10-283-1/+95
* | Merge remote-tracking branch 'regmap/topic/multi' into regmap-nextMark Brown2013-10-281-0/+41
|\ \
| * | regmap: new API regmap_multi_reg_write() definitionAnthony Olech2013-10-141-0/+41
| |/
* | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2013-10-281-0/+16
|\ \
| * | regmap: irq: clear status when disable irqYi Zhang2013-10-221-0/+16
| |/
* | Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown2013-10-282-0/+106
|\ \
| * | regmap: Add regmap_fields APIsKuninori Morimoto2013-09-172-0/+86
| * | regmap: add regmap_field_update_bits()Kuninori Morimoto2013-09-171-0/+20
| |/
* | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2013-10-281-5/+52
|\ \
| * | regmap: debugfs: Fix a boot time crash with early regmap initTero Kristo2013-10-241-5/+52
| |/
* | regmap: Only send a single buffer for async I/O if writing one registerMark Brown2013-10-141-7/+12
* | regmap: spi: Handle async writes of only one bufferMark Brown2013-10-141-1/+2
* | Merge remote-tracking branch 'regmap/fix/core' into regmap-asyncMark Brown2013-10-101-4/+4
|\ \
| * | regmap: Fix regmap_bulk_write single-rw mutex deadlockAnthony Olech2013-10-091-4/+5
| |/
* | regmap: Use async I/O during cache syncMark Brown2013-10-101-2/+14
* | regmap: Use async I/O for patch applicationMark Brown2013-10-101-0/+4
* | regmap: Provide asynchronous write and update bits operationsMark Brown2013-10-091-0/+103
* | regmap: Simplify the initiation of async I/OMark Brown2013-10-093-11/+14
* | regmap: Don't generate gather writes for single register raw writesMark Brown2013-10-091-0/+10
* | regmap: Cache async work structuresMark Brown2013-10-072-27/+34
|/
* Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-031-1/+1
|\
| * driver core: replace strict_strto*() with kstrto*()Jingoo Han2013-07-261-1/+1
* | Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2013-09-036-131/+194
|\ \
| * \ Merge remote-tracking branch 'regmap/topic/sparse' into regmap-nextMark Brown2013-08-311-0/+2
| |\ \
| | * | regmap: Provide __acquires/__releases annotationsFabio Estevam2013-07-161-0/+2
| * | | Merge remote-tracking branch 'regmap/topic/rbtree' into regmap-nextMark Brown2013-08-313-117/+150
| |\ \ \
| | * | | regmap: rbtree: Make cache_present bitmap per nodeLars-Peter Clausen2013-08-293-80/+92
| | * | | regmap: rbtree: Reduce number of nodes, take 2Lars-Peter Clausen2013-08-291-17/+36
| | * | | regmap: rbtree: Simplify adjacent node look-upLars-Peter Clausen2013-08-291-20/+19
| | * | | Merge remote-tracking branch 'regmap/topic/cache' into regmap-rbtreeMark Brown2013-08-293-4/+4
| | |\ \ \
| | * | | | regcache-rbtree: Fix reg_stride != 1Lars-Peter Clausen2013-08-271-11/+14
| * | | | | Merge remote-tracking branch 'regmap/topic/range' into regmap-nextMark Brown2013-08-311-0/+4
| |\ \ \ \ \
| | * | | | | regmap: core: allow a virtual range to cover its own data windowPhilipp Zabel2013-08-061-0/+4
| | | |_|_|/ | | |/| | |
| * | | | | Merge remote-tracking branch 'regmap/topic/patch' into regmap-nextMark Brown2013-08-311-9/+8
| |\ \ \ \ \
| | * | | | | regmap: Allow multiple patches to be registeredMark Brown2013-08-161-9/+8
| | | |_|_|/ | | |/| | |
| * | | | | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2013-08-311-0/+25
| |\ \ \ \ \
| | * | | | | regmap: irq: Allow to acknowledge masked interrupts during initializationPhilipp Zabel2013-07-231-0/+25
| | | |/ / / | | |/| | |
| * | | | | Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown2013-08-313-4/+4
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | regmap: regcache: allow read-only regs to be cachedIonut Nicu2013-08-092-3/+3
| | * | | | regmap: fix regcache_reg_present() for empty cacheIonut Nicu2013-08-091-1/+1
| | |/ / /
| * | | | regmap: debugfs: Fix continued read from registers fileLars-Peter Clausen2013-08-281-2/+2
| | |_|/ | |/| |
* | | | regmap: rbtree: Fix overlapping rbnodes.David Jander2013-08-211-1/+1
|/ / /
* | | regmap: cache: Make sure to sync the last register in a blockLars-Peter Clausen2013-08-051-1/+2
|/ /
* | Merge tag 'regmap-v3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-151-1/+1
|\ \ | |/ |/|
| * regmap: cache: bail in regmap_async_complete() for bus-less mapsDaniel Mack2013-07-041-1/+1
* | Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown2013-06-302-0/+138
|\ \
| * | regmap: Add regmap_field APIsSrinivas Kandagatla2013-06-122-0/+138
* | | Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown2013-06-301-2/+2
|\ \ \
| * | | regmap: debugfs: Fix return from regmap_debugfs_get_dump_startSrinivas Kandagatla2013-05-141-1/+1
OpenPOWER on IntegriCloud