summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regcache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen2012-02-151-2/+2
* 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-11-011-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
* regmap: Optimize the lookup path to use binary searchDimitris Papastamos2011-10-031-5/+24
* regmap: Ensure we scream if we enable cache bypass/only at the same timeDimitris Papastamos2011-09-301-0/+2
* regmap: Implement regcache_cache_bypass helper functionDimitris Papastamos2011-09-301-0/+19
* regmap: Save/restore the bypass state upon syncingDimitris Papastamos2011-09-301-0/+5
* regmap: Lock the sync path, ensure we use the lockless _regmap_write()Dimitris Papastamos2011-09-301-1/+3
* regmap: Fix apostrophe usageMark Brown2011-09-301-1/+1
* regmap: Fix lock used for regcache_cache_only()Mark Brown2011-09-291-2/+2
* regmap: Grab the lock in regcache_cache_only()Dimitris Papastamos2011-09-281-0/+2
* regmap: Modify map->cache_bypass directlyDimitris Papastamos2011-09-281-2/+2
* regmap: Fix regcache_sync generic implementationDimitris Papastamos2011-09-281-1/+1
* regmap: Implement generic syncing functionalityDimitris Papastamos2011-09-271-7/+26
* regmap: Allow drivers to control cache_only flagMark Brown2011-09-191-0/+18
* regmap: A cache type of _NONE behaves like a bypassed cacheMark Brown2011-09-191-1/+3
* regmap: Add the regcache_sync trace eventDimitris Papastamos2011-09-191-1/+7
* regmap: Add the LZO cache supportDimitris Papastamos2011-09-191-0/+1
* regmap: Add the rbtree cache supportDimitris Papastamos2011-09-191-0/+1
* regmap: Add the indexed cache supportDimitris Papastamos2011-09-191-0/+1
* regmap: Introduce caching supportDimitris Papastamos2011-09-191-0/+304