aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regcache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-21Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers' into regmap-nextMark Brown1-4/+4
2014-10-20regmap: cache: Sort include headers alphabeticallyXiubo Li1-4/+4
2014-10-20regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-21/+29
2014-10-20regmap: cache: use kmalloc_array instead of kmallocXiubo Li1-2/+2
2014-10-20regmap: cache: speed regcache_hw_init() up.Xiubo Li1-1/+1
2014-10-20regmap: cache: fix errno in regcache_hw_init()Xiubo Li1-1/+1
2014-10-20regmap: cache: cleanup regcache_hw_init()Xiubo Li1-6/+3
2014-09-29Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown1-2/+11
2014-09-16regmap: cache: Do not fail silently from regcache_sync callsJarkko Nikula1-2/+11
2014-08-31regmap: Don't attempt block writes when syncing cache on single_rw devicesMark Brown1-1/+1
2014-03-28Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'regmap/topic/lock', 'regmap/topic/mmio', 'regmap/topic/nodev', 'regmap/topic/parse-val' and 'regmap/topic/patch' into regmap-nextMark Brown1-6/+3
2014-03-19regmap: cache: Don't attempt to sync non-writeable registersDylan Reid1-1/+2
2014-03-19regmap: cache: Step by stride in default syncDylan Reid1-1/+1
2014-02-22regmap: Check stride of register patch as we register itCharles Keepax1-4/+0
2014-01-27regmap: cache: Handle stride > 1 in sync_block_raw_flushDylan Reid1-2/+2
2013-10-10regmap: Use async I/O during cache syncMark Brown1-2/+14
2013-10-09regmap: Simplify the initiation of async I/OMark Brown1-2/+1
2013-08-29regmap: rbtree: Make cache_present bitmap per nodeLars-Peter Clausen1-53/+19
2013-08-29Merge remote-tracking branch 'regmap/topic/cache' into regmap-rbtreeMark Brown1-3/+0
2013-08-09regmap: regcache: allow read-only regs to be cachedIonut Nicu1-3/+0
2013-08-05regmap: cache: Make sure to sync the last register in a blockLars-Peter Clausen1-1/+2
2013-06-03regmap: Implemented default cache sync operationMaarten ter Huurne1-4/+42
2013-05-23regmap: regcache: Fixup locking for custom lock callbacksLars-Peter Clausen1-12/+12
2013-05-12regmap: Add support for discarding parts of the register cacheMark Brown1-0/+37
2013-04-05regmap: cache: Fix format specifier in dev_dbgStratos Karafotis1-1/+1
2013-04-05regmap: cache: Make regcache_sync_block_raw staticSachin Kamat1-1/+1
2013-03-30regmap: cache: Write consecutive registers in a single block writeMark Brown1-17/+47
2013-03-30regmap: cache: Split raw and non-raw syncsMark Brown1-11/+53
2013-03-30regmap: cache: Factor out block syncMark Brown1-0/+42
2013-03-30regmap: cache: Factor out reg_present support from rbtree cacheMark Brown1-0/+39
2013-03-26regmap: cache: Provide a get address of value operationMark Brown1-2/+2
2013-03-04regmap: cache: Store caches in native register format where possibleMark Brown1-2/+14
2013-03-04regmap: cache: Use regcache_get_value() to check if we updatedMark Brown1-6/+3
2013-03-04regmap: cache: Pass the map rather than the word size when updating valuesMark Brown1-10/+8
2013-01-02regmap: flat: Add flat cache typeMark Brown1-0/+1
2012-04-10regmap: implement register stridingStephen Warren1-3/+11
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-strideMark Brown1-10/+10
2012-04-06regmap: introduce fast_io busses, and use a spinlock for themStephen Warren1-10/+10
2012-04-03regmap: Export regcache_sync_region()Mark Brown1-0/+1
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-14Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown1-0/+5
2012-03-14Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' into regmap-nextMark Brown1-19/+50
2012-03-14Merge remote-tracking branch 'regmap/topic/drivers' into regmap-nextMark Brown1-2/+16
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker1-0/+1
2012-02-24regmap: Allow drivers to sync only part of the register cacheMark Brown1-0/+45
2012-02-24regmap: Supply ranges to the sync operationsMark Brown1-1/+1
2012-02-23regmap: Add tracepoints for cache only and cache bypassMark Brown1-0/+2
2012-02-23regmap: Mark the cache as clean after a successful syncMark Brown1-0/+3
2012-02-23regmap: Remove default cache sync implementationMark Brown1-19/+2
2012-02-20Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-driversMark Brown1-0/+14