aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regcache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-17regmap: Implement support for 32 bit registers and valuesMark Brown1-0/+11
2012-02-17regmap: Bypassing cache when initializing cacheLaxman Dewangan1-0/+5
2012-02-15regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen1-2/+2
2012-01-31regmap: Remove incorrect unreachable comment in regcache_set_val()Axel Lin1-1/+0
2012-01-25regmap: Bypass the cache when applying patchesMark Brown1-0/+2
2012-01-25regmap: Skip patch application when the cache is not dirty on syncMark Brown1-2/+3
2012-01-25regmap: Unexport regcache_write() and regcache_read()Mark Brown1-2/+0
2012-01-23regmap: Support register patch setsMark Brown1-0/+11
2011-11-30regmap: Add trace event for successful cache readsMark Brown1-2/+10
2011-11-20regmap: Remove indexed cache typeMark Brown1-20/+0
2011-11-17regmap: Drop check whether a register is readable in regcache_readLars-Peter Clausen1-3/+0
2011-11-17regmap: Properly round cache_word_sizeLars-Peter Clausen1-2/+2
2011-11-16regmap: Make reg_config reg_defaults constLars-Peter Clausen1-3/+2
2011-11-16regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen1-1/+8
2011-11-14regmap: Fix memory leak in regcache_init error pathLars-Peter Clausen1-1/+10
2011-11-14regmap: Fix memory leak in regcache_hw_init error pathLars-Peter Clausen1-2/+10
2011-11-08regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown1-0/+19
2011-10-31drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker1-0/+1
2011-10-10regmap: Allow caches for devices with no defaultsMark Brown1-1/+1
2011-10-10regmap: Return a sensible error code if we fail to read the cacheMark Brown1-1/+1
2011-10-09regmap: Use bsearch() to search the register defaultsMark Brown1-20/+20
2011-10-03regmap: Fix doc commentDimitris Papastamos1-1/+1
2011-10-03regmap: Optimize the lookup path to use binary searchDimitris Papastamos1-5/+24
2011-09-30regmap: Ensure we scream if we enable cache bypass/only at the same timeDimitris Papastamos1-0/+2
2011-09-30regmap: Implement regcache_cache_bypass helper functionDimitris Papastamos1-0/+19
2011-09-30regmap: Save/restore the bypass state upon syncingDimitris Papastamos1-0/+5
2011-09-30regmap: Lock the sync path, ensure we use the lockless _regmap_write()Dimitris Papastamos1-1/+3