summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regcache.c
AgeCommit message (Expand)Author
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
2011-09-19regmap: Add the regcache_sync trace eventDimitris Papastamos
2011-09-19regmap: Add the LZO cache supportDimitris Papastamos
2011-09-19regmap: Add the rbtree cache supportDimitris Papastamos
2011-09-19regmap: Add the indexed cache supportDimitris Papastamos
2011-09-19regmap: Introduce caching supportDimitris Papastamos