summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regcache-rbtree.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-14Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' i...Mark Brown1-3/+22
2012-03-06regmap: Fix rbtree block base in syncMark Brown1-1/+1
2012-03-06regcache: Make sure we sync register 0 in an rbtree cacheMark Brown1-1/+1
2012-02-24regmap: Supply ranges to the sync operationsMark Brown1-3/+22
2011-11-22regmap: Fix rbtreee build when not using debugfsMark Brown1-1/+10
2011-11-21regmap: Provide debugfs dump of the rbtree cache dataMark Brown1-0/+49
2011-11-15regmap: Do not call regcache_exit from regcache_rbtree_init error pathLars-Peter Clausen1-1/+2
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