summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'regmap/topic/smbus' into regmap-nextMark Brown2014-06-021-0/+26
|\
| * regmap: add reg_read/reg_write callbacks to regmap_bus structBoris BREZILLON2014-04-181-0/+26
| |
| \
*-. \ Merge remote-tracking branches 'regmap/topic/irq', 'regmap/topic/le', 'regmap...Mark Brown2014-06-021-0/+52
|\ \ \ | | |/ | |/|
| | * regmap: implement LE formatting/parsing for 16/32-bit values.Xiubo Li2014-04-141-0/+52
| |/
* | regmap: Add missing initialization of this_pageGeert Uytterhoeven2014-04-301-1/+1
* | regmap: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li2014-04-301-0/+3
|/
* Merge tag 'regmap-v3.15-nodev' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-111-1/+2
|\
| * regmap: adds missing braces in regmap_init()Daeseok Youn2014-04-011-1/+2
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'reg...Mark Brown2014-03-281-53/+283
|\ \ \ \ \ \ | | | | |_|/ | | | |/| |
| | | | | * regmap: Implementation for regmap_multi_reg_writeOpensource [Anthony Olech]2014-03-101-16/+172
| | | | | * regmap: Base regmap_register_patch on _regmap_multi_reg_writeCharles Keepax2014-02-261-14/+4
| | | | | * regmap: Add bypassed version of regmap_multi_reg_writeCharles Keepax2014-02-261-13/+62
| | | | | * regmap: Mark reg_defaults in regmap_multi_reg_write as constCharles Keepax2014-02-261-2/+2
| | | | | * regmap: Check stride of register patch as we register itCharles Keepax2014-02-221-0/+4
| | |_|_|/ | |/| | |
| | | | * regmap: add regmap_parse_val apiNenghua Cao2014-03-061-0/+12
| | |_|/ | |/| |
| | | * regmap: Separate regmap dev initializationMichal Simek2014-02-161-13/+28
| | |/ | |/|
| | * regmap: Fix possible sleep-in-atomic in regmap_bulk_write()Takashi Iwai2014-03-181-5/+6
| | * regmap: Ensure regmap_register_patch() is compatible with fast_ioMark Brown2014-03-181-11/+14
| |/
* | regmap: fix coccinelle warningsNenghua Cao2014-02-221-1/+1
* | regmap: Clean up _regmap_update_bits()Xiubo Li2014-02-201-6/+6
* | regmap: Check readable regs in _regmap_readMichal Simek2014-02-111-0/+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-301-4/+4
|\
| *-. Merge remote-tracking branches 'regmap/fix/doc' and 'regmap/fix/mmio' into re...Mark Brown2013-11-261-3/+3
| |\ \
| | * | 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/+1
* | regmap: Fix 'ret' would return an uninitialized valueCai Zhiyong2013-11-241-0/+4
|/
* 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/field' into regmap-nextMark Brown2013-10-281-0/+103
|\ \
| * | regmap: Add regmap_fields APIsKuninori Morimoto2013-09-171-0/+83
| * | regmap: add regmap_field_update_bits()Kuninori Morimoto2013-09-171-0/+20
| |/
* | regmap: Only send a single buffer for async I/O if writing one registerMark Brown2013-10-141-7/+12
* | 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 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-091-8/+11
* | regmap: Don't generate gather writes for single register raw writesMark Brown2013-10-091-0/+10
* | regmap: Cache async work structuresMark Brown2013-10-071-26/+33
|/
* 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/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
| | |/ | |/|
* | | regmap: regcache: allow read-only regs to be cachedIonut Nicu2013-08-091-0/+3
| |/ |/|
* | 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
OpenPOWER on IntegriCloud