summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-29Merge remote-tracking branch 'regmap/topic/multi' into regmap-nextMark Brown1-0/+41
2013-10-29Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown1-0/+103
2013-10-15regmap: 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-11Merge remote-tracking branch 'regmap/fix/core' into regmap-asyncMark Brown1-4/+4
2013-10-11regmap: 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-08regmap: 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-16Merge 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
2013-04-16Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown1-28/+56
2013-04-16Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown1-0/+8
2013-04-16regmap: don't corrupt work buffer in _regmap_raw_write()Stephen Warren1-2/+1
2013-04-16Merge tag 'v3.9-rc7' into regmap-cacheMark Brown1-2/+4
2013-04-09regmap: Back out work buffer fixMark Brown1-1/+2
2013-04-01Merge remote-tracking branch 'regmap/fix/async' into tmpMark Brown1-0/+2
2013-04-01Merge remote-tracking branch 'regmap/fix/core' into tmpMark Brown1-2/+2
2013-03-27regmap: async: Add missing returnMark Brown1-0/+2
2013-03-27regmap: core: Provide regmap_can_raw_write() operationMark Brown1-3/+12
2013-03-26regmap: core: Make raw write available to regcacheMark Brown1-2/+2
2013-03-26regmap: core: Warn on invalid operation combinationsMark Brown1-5/+5
2013-03-21regmap: don't corrupt work buffer in _regmap_raw_write()Stephen Warren1-2/+1
2013-03-12regmap: Initialize `map->debugfs' before regcacheDimitris Papastamos1-2/+2
2013-03-04regmap: core: Split out in place value parsingMark Brown1-16/+36
2013-03-04regmap: async: Add tracepoints for async I/OMark Brown1-0/+8
2013-02-14Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-nextMark Brown1-12/+46
2013-02-14Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown1-47/+254
2013-02-14Merge remote-tracking branch 'regmap/topic/24bit' into regmap-nextMark Brown1-0/+6
2013-02-05regmap: Export regmap_async_complete()Mark Brown1-0/+1
2013-02-04regmap: Export regmap_async_complete_cbAxel Lin1-0/+1
2013-02-04regmap: include linux/sched.h to fix buildStephen Warren1-0/+1
2013-01-29regmap: Add asynchronous I/O supportMark Brown1-10/+172