summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-11Merge tag 'regmap-v3.15-nodev' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2014-04-01regmap: adds missing braces in regmap_init()Daeseok Youn1-1/+2
2014-03-28Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'reg...Mark Brown1-53/+283
2014-03-18regmap: Fix possible sleep-in-atomic in regmap_bulk_write()Takashi Iwai1-5/+6
2014-03-18regmap: Ensure regmap_register_patch() is compatible with fast_ioMark Brown1-11/+14
2014-03-10regmap: Implementation for regmap_multi_reg_writeOpensource [Anthony Olech]1-16/+172
2014-03-06regmap: add regmap_parse_val apiNenghua Cao1-0/+12
2014-02-26regmap: Base regmap_register_patch on _regmap_multi_reg_writeCharles Keepax1-14/+4
2014-02-26regmap: Add bypassed version of regmap_multi_reg_writeCharles Keepax1-13/+62
2014-02-26regmap: Mark reg_defaults in regmap_multi_reg_write as constCharles Keepax1-2/+2
2014-02-22regmap: fix coccinelle warningsNenghua Cao1-1/+1
2014-02-22regmap: Check stride of register patch as we register itCharles Keepax1-0/+4
2014-02-20regmap: Clean up _regmap_update_bits()Xiubo Li1-6/+6
2014-02-16regmap: Separate regmap dev initializationMichal Simek1-13/+28
2014-02-11regmap: Check readable regs in _regmap_readMichal Simek1-0/+3
2013-12-30regmap: Allow regmap_bulk_write() to work for "no-bus" regmapsStephen Boyd1-25/+37
2013-12-30Merge tag 'v3.13-rc4' into regmap-coreMark Brown1-4/+4
2013-12-16regmap: Allow regmap_bulk_read() to work for "no-bus" regmapsStephen Boyd1-5/+1
2013-11-26Merge remote-tracking branches 'regmap/fix/doc' and 'regmap/fix/mmio' into re...Mark Brown1-3/+3
2013-11-24regmap: Fix 'ret' would return an uninitialized valueCai Zhiyong1-0/+4
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/multi' into regmap-nextMark Brown1-0/+41
2013-10-28Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown1-0/+103
2013-10-14regmap: Only send a single buffer for async I/O if writing one registerMark Brown1-7/+12
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 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 Brown1-8/+11
2013-10-09regmap: Don't generate gather writes for single register raw writesMark Brown1-0/+10
2013-10-07regmap: Cache async work structuresMark Brown1-26/+33
2013-09-17regmap: Add regmap_fields APIsKuninori Morimoto1-0/+83
2013-09-17regmap: add regmap_field_update_bits()Kuninori Morimoto1-0/+20
2013-08-31Merge remote-tracking branch 'regmap/topic/sparse' into regmap-nextMark Brown1-0/+2
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-16regmap: Allow multiple patches to be registeredMark Brown1-9/+8
2013-08-09regmap: regcache: allow read-only regs to be cachedIonut Nicu1-0/+3
2013-08-06regmap: core: allow a virtual range to cover its own data windowPhilipp Zabel1-0/+4
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...Linus 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 Brown1-0/+130
2013-06-30Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown1-1/+4
2013-06-12regmap: Add regmap_field APIsSrinivas Kandagatla1-0/+130
2013-06-03regmap: core: Cache all registers by default when cache is enabledMark Brown1-1/+4
2013-05-25regmap: Make regmap-mmio usable from atomic contextsLars-Peter Clausen1-2/+5
2013-05-12regmap: Make regmap_check_range_table() a public APIMark Brown1-7/+7