summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regcache.c
Commit message (Expand)AuthorAgeFilesLines
* regmap: cache: Make sure to sync the last register in a blockLars-Peter Clausen2013-08-141-1/+2
* regmap: regcache: Fixup locking for custom lock callbacksLars-Peter Clausen2013-05-231-10/+10
* 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/+3
* regmap: cache: Pass the map rather than the word size when updating valuesMark Brown2013-03-041-10/+8
* 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
| |/
* | Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' i...Mark Brown2012-03-141-19/+50
|\ \
| * | regmap: Allow drivers to sync only part of the register cacheMark Brown2012-02-241-0/+45
| * | regmap: Supply ranges to the sync operationsMark Brown2012-02-241-1/+1
| * | regmap: Mark the cache as clean after a successful syncMark Brown2012-02-231-0/+3
| * | regmap: Remove default cache sync implementationMark Brown2012-02-231-19/+2
* | | Merge remote-tracking branch 'regmap/topic/drivers' into regmap-nextMark Brown2012-03-141-2/+16
|\ \ \
| * | | Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2012-02-201-0/+14
| |\| |
| | * | regmap: Bypass the cache when applying patchesMark Brown2012-01-251-0/+2
| | * | regmap: Skip patch application when the cache is not dirty on syncMark Brown2012-01-251-2/+3
| | * | regmap: Support register patch setsMark Brown2012-01-231-0/+11
| | |/
| * / regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen2012-02-151-2/+2
| |/
* | regmap: Add tracepoints for cache only and cache bypassMark Brown2012-02-231-0/+2
* | regmap: Implement support for 32 bit registers and valuesMark Brown2012-02-171-0/+11
* | regmap: Remove incorrect unreachable comment in regcache_set_val()Axel Lin2012-01-311-1/+0
* | regmap: Unexport regcache_write() and regcache_read()Mark Brown2012-01-251-2/+0
|/
* regmap: Add trace event for successful cache readsMark Brown2011-11-301-2/+10
* regmap: Remove indexed cache typeMark Brown2011-11-201-20/+0
* regmap: Drop check whether a register is readable in regcache_readLars-Peter Clausen2011-11-171-3/+0
* regmap: Properly round cache_word_sizeLars-Peter Clausen2011-11-171-2/+2
* regmap: Make reg_config reg_defaults constLars-Peter Clausen2011-11-161-3/+2
* regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen2011-11-161-1/+8
* regmap: Fix memory leak in regcache_init error pathLars-Peter Clausen2011-11-141-1/+10
* regmap: Fix memory leak in regcache_hw_init error pathLars-Peter Clausen2011-11-141-2/+10
* regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown2011-11-081-0/+19
* drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker2011-10-311-0/+1
* regmap: Allow caches for devices with no defaultsMark Brown2011-10-101-1/+1
* regmap: Return a sensible error code if we fail to read the cacheMark Brown2011-10-101-1/+1
* regmap: Use bsearch() to search the register defaultsMark Brown2011-10-091-20/+20
* regmap: Fix doc commentDimitris Papastamos2011-10-031-1/+1