summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regcache.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-01regmap: Add trace event for successful cache readsMark Brown1-2/+10
2011-11-21regmap: 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-15regmap: Fix memory leak in regcache_init error pathLars-Peter Clausen1-1/+10
2011-11-15regmap: 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-11-01drivers/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
2011-09-30regmap: Fix apostrophe usageMark Brown1-1/+1
2011-09-29regmap: Fix lock used for regcache_cache_only()Mark Brown1-2/+2
2011-09-28regmap: Grab the lock in regcache_cache_only()Dimitris Papastamos1-0/+2
2011-09-28regmap: Modify map->cache_bypass directlyDimitris Papastamos1-2/+2
2011-09-28regmap: Fix regcache_sync generic implementationDimitris Papastamos1-1/+1
2011-09-27regmap: Implement generic syncing functionalityDimitris Papastamos1-7/+26
2011-09-19regmap: Allow drivers to control cache_only flagMark Brown1-0/+18
2011-09-19regmap: A cache type of _NONE behaves like a bypassed cacheMark Brown1-1/+3
2011-09-19regmap: Add the regcache_sync trace eventDimitris Papastamos1-1/+7
2011-09-19regmap: Add the LZO cache supportDimitris Papastamos1-0/+1
2011-09-19regmap: Add the rbtree cache supportDimitris Papastamos1-0/+1
2011-09-19regmap: Add the indexed cache supportDimitris Papastamos1-0/+1
2011-09-19regmap: Introduce caching supportDimitris Papastamos1-0/+304