summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regcache-rbtree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.9-rc7' into regmap-cacheMark Brown2013-04-161-1/+1
|\
| * regmap: cache Fix regcache-rbtree syncLars-Peter Clausen2013-03-131-1/+1
* | regmap: cache: Factor out block syncMark Brown2013-03-301-42/+6
* | regmap: cache: Factor out reg_present support from rbtree cacheMark Brown2013-03-301-58/+2
* | regmap: cache: Use raw I/O to sync rbtrees if we canMark Brown2013-03-271-1/+18
* | regmap: Cut down on the average # of nodes in the rbtree cacheDimitris Papastamos2013-03-261-1/+69
* | regmap: rbtree Expose total memory consumption in the rbtree debugfs entryDimitris Papastamos2013-03-131-2/+7
* | regmap: cache: Pass the map rather than the word size when updating valuesMark Brown2013-03-041-26/+25
* | regmap: rbtree: Don't bother checking for noop updatesMark Brown2013-03-041-5/+0
|/
* regmap: implement register stridingStephen Warren2012-04-101-17/+23
*-. Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown2012-04-101-2/+2
|\ \
| | * regmap: introduce fast_io busses, and use a spinlock for themStephen Warren2012-04-061-2/+2
| |/
* | Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-071-1/+7
|\ \
| * | regmap: prevent division by zero in rbtree_showStephen Warren2012-04-041-1/+7
| |/
* | regmap: rbtree: Fix register default look-up in syncLars-Peter Clausen2012-04-011-1/+1
|/
* Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-0/+1
|\
| * device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-111-0/+1
* | Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' i...Mark Brown2012-03-141-3/+22
|\ \
| * | regmap: Fix rbtree block base in syncMark Brown2012-03-051-1/+1
| * | regmap: Supply ranges to the sync operationsMark Brown2012-02-241-3/+22
| |/
* | regcache: Make sure we sync register 0 in an rbtree cacheMark Brown2012-03-051-1/+1
|/
* regmap: Fix rbtreee build when not using debugfsMark Brown2011-11-221-1/+10
* regmap: Provide debugfs dump of the rbtree cache dataMark Brown2011-11-211-0/+49
* regmap: Do not call regcache_exit from regcache_rbtree_init error pathLars-Peter Clausen2011-11-151-1/+2
* regmap: Ensure rbtree syncs registers set to zero properlyMark Brown2011-10-101-6/+5
* regmap: Allow rbtree to cache zero default valuesMark Brown2011-10-101-3/+0
* regmap: Return a sensible error code if we fail to read the cacheMark Brown2011-10-101-2/+1
* regmap: Lock the sync path, ensure we use the lockless _regmap_write()Dimitris Papastamos2011-09-301-1/+1
* regmap: rbtree-cache: Move cached rbnode handling into lookup functionLars-Peter Clausen2011-09-281-43/+18
* regmap: regcache_rbtree_{set,get}_register: Use regcache_{set,get}_valLars-Peter Clausen2011-09-281-33/+2
* regmap: Remove redundant member `word_size' from regcache_rbtree_nodeDimitris Papastamos2011-09-271-23/+30
* regmap: Add the rbtree cache supportDimitris Papastamos2011-09-191-0/+399
OpenPOWER on IntegriCloud