summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regcache-rbtree.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-10regmap: Ensure rbtree syncs registers set to zero properlyMark Brown1-6/+5
2011-10-10regmap: Allow rbtree to cache zero default valuesMark Brown1-3/+0
2011-10-10regmap: Return a sensible error code if we fail to read the cacheMark Brown1-2/+1
2011-09-30regmap: Lock the sync path, ensure we use the lockless _regmap_write()Dimitris Papastamos1-1/+1
2011-09-28regmap: rbtree-cache: Move cached rbnode handling into lookup functionLars-Peter Clausen1-43/+18
2011-09-28regmap: regcache_rbtree_{set,get}_register: Use regcache_{set,get}_valLars-Peter Clausen1-33/+2
2011-09-27regmap: Remove redundant member `word_size' from regcache_rbtree_nodeDimitris Papastamos1-23/+30
2011-09-19regmap: Add the rbtree cache supportDimitris Papastamos1-0/+399