summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'regmap/topic/ack' into regmap-nextMark Brown2014-01-091-3/+3
|\
| * regmap: irq: Allow using zero value for ack_baseAlexander Shiyan2013-12-161-3/+3
* | regmap: Allow regmap_bulk_write() to work for "no-bus" regmapsStephen Boyd2013-12-301-25/+37
* | Merge tag 'v3.13-rc4' into regmap-coreMark Brown2013-12-302-9/+10
|\|
| *-. Merge remote-tracking branches 'regmap/fix/doc' and 'regmap/fix/mmio' into re...Mark Brown2013-11-262-8/+9
| |\ \
| | | * regmap: use IS_ERR() to check clk_get() resultsStephen Warren2013-11-261-5/+6
| | * | regmap: trivial comment fix (copy'n'paste error)Gerhard Sittig2013-11-121-3/+3
| | |/
| * / regmap: make sure we unlock on failure in regmap_bulk_writeCourtney Cavin2013-11-211-1/+1
| |/
* | regmap: Allow regmap_bulk_read() to work for "no-bus" regmapsStephen Boyd2013-12-161-5/+1Star
* | regmap: Fix 'ret' would return an uninitialized valueCai Zhiyong2013-11-241-0/+4
|/
* 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-082-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-271-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/+19Star
| | * | | 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/+8Star
| |\ \ \ \ \
| | * | | | | regmap: Allow multiple patches to be registeredMark Brown2013-08-161-9/+8Star
| | | |_|_|/ | | |/| | |
| * | | | | 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