summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regcache.c
Commit message (Expand)AuthorAgeFilesLines
* regmap: Use regcache_mark_dirty() to indicate power loss or resetKevin Cernekee2015-05-061-4/+15
* regmap: Add a helper function for regcache sync testKevin Cernekee2015-05-061-11/+15
* Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2015-04-141-1/+1
|\
| * regmap: Move tracing header into drivers/base/regmapSteven Rostedt2015-03-191-1/+1
* | Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-03-251-8/+8
|\|
| * regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel2015-03-191-8/+8
* | regmap: Skip read-only registers in regcache_sync()Takashi Iwai2015-03-041-2/+4
|/
*-. Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers'...Mark Brown2014-11-211-4/+4
|\ \
| | * regmap: cache: Sort include headers alphabeticallyXiubo Li2014-10-201-4/+4
| |/
* | regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li2014-10-201-21/+29
* | regmap: cache: use kmalloc_array instead of kmallocXiubo Li2014-10-201-2/+2
* | regmap: cache: speed regcache_hw_init() up.Xiubo Li2014-10-201-1/+1
* | regmap: cache: fix errno in regcache_hw_init()Xiubo Li2014-10-201-1/+1
* | regmap: cache: cleanup regcache_hw_init()Xiubo Li2014-10-201-6/+3Star
|/
* Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown2014-09-291-2/+11
|\
| * regmap: cache: Do not fail silently from regcache_sync callsJarkko Nikula2014-09-161-2/+11
* | regmap: Don't attempt block writes when syncing cache on single_rw devicesMark Brown2014-08-311-1/+1
|/
*---. Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'reg...Mark Brown2014-03-281-6/+3Star
|\ \ \
| | | * regmap: Check stride of register patch as we register itCharles Keepax2014-02-221-4/+0Star
| | |/
| * | regmap: cache: Don't attempt to sync non-writeable registersDylan Reid2014-03-191-1/+2
| * | regmap: cache: Step by stride in default syncDylan Reid2014-03-191-1/+1
| |/
* / regmap: cache: Handle stride > 1 in sync_block_raw_flushDylan Reid2014-01-271-2/+2
|/
* regmap: Use async I/O during cache syncMark Brown2013-10-101-2/+14
* regmap: Simplify the initiation of async I/OMark Brown2013-10-091-2/+1Star
* regmap: rbtree: Make cache_present bitmap per nodeLars-Peter Clausen2013-08-291-53/+19Star
* Merge remote-tracking branch 'regmap/topic/cache' into regmap-rbtreeMark Brown2013-08-291-3/+0Star
|\
| * regmap: regcache: allow read-only regs to be cachedIonut Nicu2013-08-091-3/+0Star
* | regmap: cache: Make sure to sync the last register in a blockLars-Peter Clausen2013-08-051-1/+2
|/
* regmap: Implemented default cache sync operationMaarten ter Huurne2013-06-031-4/+42
* regmap: regcache: Fixup locking for custom lock callbacksLars-Peter Clausen2013-05-231-12/+12
* regmap: Add support for discarding parts of the register cacheMark Brown2013-05-121-0/+37
* regmap: cache: Fix format specifier in dev_dbgStratos Karafotis2013-04-051-1/+1
* regmap: cache: Make regcache_sync_block_raw staticSachin Kamat2013-04-051-1/+1
* regmap: cache: Write consecutive registers in a single block writeMark Brown2013-03-301-17/+47
* regmap: cache: Split raw and non-raw syncsMark Brown2013-03-301-11/+53
* regmap: cache: Factor out block syncMark Brown2013-03-301-0/+42
* regmap: cache: Factor out reg_present support from rbtree cacheMark Brown2013-03-301-0/+39
* regmap: cache: Provide a get address of value operationMark Brown2013-03-261-2/+2
* regmap: cache: Store caches in native register format where possibleMark Brown2013-03-041-2/+14
* regmap: cache: Use regcache_get_value() to check if we updatedMark Brown2013-03-041-6/+3Star
* regmap: cache: Pass the map rather than the word size when updating valuesMark Brown2013-03-041-10/+8Star
* regmap: flat: Add flat cache typeMark Brown2013-01-021-0/+1
* regmap: implement register stridingStephen Warren2012-04-101-3/+11
*-. Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown2012-04-101-10/+10
|\ \
| | * regmap: introduce fast_io busses, and use a spinlock for themStephen Warren2012-04-061-10/+10
| |/
* / regmap: Export regcache_sync_region()Mark Brown2012-04-031-0/+1
|/
* Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-0/+1
|\
| * device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-111-0/+1
* | Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown2012-03-141-0/+5
|\ \
| * | regmap: Bypassing cache when initializing cacheLaxman Dewangan2012-02-171-0/+5
| |/