aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regcache.c
AgeCommit message (Expand)Author
2012-04-10regmap: implement register stridingStephen Warren
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown
2012-04-06regmap: introduce fast_io busses, and use a spinlock for themStephen Warren
2012-04-03regmap: Export regcache_sync_region()Mark Brown
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-14Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown
2012-03-14Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' i...Mark Brown
2012-03-14Merge remote-tracking branch 'regmap/topic/drivers' into regmap-nextMark Brown
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker
2012-02-24regmap: Allow drivers to sync only part of the register cacheMark Brown
2012-02-24regmap: Supply ranges to the sync operationsMark Brown
2012-02-23regmap: Add tracepoints for cache only and cache bypassMark Brown
2012-02-23regmap: Mark the cache as clean after a successful syncMark Brown
2012-02-23regmap: Remove default cache sync implementationMark Brown
2012-02-20Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown
2012-02-17regmap: Implement support for 32 bit registers and valuesMark Brown
2012-02-17regmap: Bypassing cache when initializing cacheLaxman Dewangan
2012-02-15regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen
2012-01-31regmap: Remove incorrect unreachable comment in regcache_set_val()Axel Lin
2012-01-25regmap: Bypass the cache when applying patchesMark Brown
2012-01-25regmap: Skip patch application when the cache is not dirty on syncMark Brown
2012-01-25regmap: Unexport regcache_write() and regcache_read()Mark Brown
2012-01-23regmap: Support register patch setsMark Brown
2011-11-30regmap: Add trace event for successful cache readsMark Brown
2011-11-20regmap: Remove indexed cache typeMark Brown
2011-11-17regmap: Drop check whether a register is readable in regcache_readLars-Peter Clausen
2011-11-17regmap: Properly round cache_word_sizeLars-Peter Clausen
2011-11-16regmap: Make reg_config reg_defaults constLars-Peter Clausen
2011-11-16regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen
2011-11-14regmap: Fix memory leak in regcache_init error pathLars-Peter Clausen
2011-11-14regmap: Fix memory leak in regcache_hw_init error pathLars-Peter Clausen
2011-11-08regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown
2011-10-31drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker
2011-10-10regmap: Allow caches for devices with no defaultsMark Brown
2011-10-10regmap: Return a sensible error code if we fail to read the cacheMark Brown
2011-10-09regmap: Use bsearch() to search the register defaultsMark Brown
2011-10-03regmap: Fix doc commentDimitris Papastamos
2011-10-03regmap: Optimize the lookup path to use binary searchDimitris Papastamos
2011-09-30regmap: Ensure we scream if we enable cache bypass/only at the same timeDimitris Papastamos
2011-09-30regmap: Implement regcache_cache_bypass helper functionDimitris Papastamos
2011-09-30regmap: Save/restore the bypass state upon syncingDimitris Papastamos
2011-09-30regmap: Lock the sync path, ensure we use the lockless _regmap_write()Dimitris Papastamos
2011-09-30regmap: Fix apostrophe usageMark Brown
2011-09-29regmap: Fix lock used for regcache_cache_only()Mark Brown
2011-09-28regmap: Grab the lock in regcache_cache_only()Dimitris Papastamos
2011-09-28regmap: Modify map->cache_bypass directlyDimitris Papastamos
2011-09-28regmap: Fix regcache_sync generic implementationDimitris Papastamos
2011-09-27regmap: Implement generic syncing functionalityDimitris Papastamos
2011-09-19regmap: Allow drivers to control cache_only flagMark Brown
2011-09-19regmap: A cache type of _NONE behaves like a bypassed cacheMark Brown