aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regcache-rbtree.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-07regmap: regcache-rbtree: Fix present bitmap resizeGravatar Lars-Peter Clausen 1-1/+1
2014-10-20regmap: cache: Sort include headers alphabeticallyGravatar Xiubo Li 1-2/+2
2014-08-26regmap: Fix regcache debugfs initializationGravatar Lars-Peter Clausen 1-6/+3
2014-04-14regmap: rbtree: improve 64bits memory alignmentGravatar Jean-Christophe PINCE 1-4/+4
2013-09-03Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Linus Torvalds 1-51/+130
2013-08-29regmap: rbtree: Make cache_present bitmap per nodeGravatar Lars-Peter Clausen 1-14/+72
2013-08-29regmap: rbtree: Reduce number of nodes, take 2Gravatar Lars-Peter Clausen 1-17/+36
2013-08-29regmap: rbtree: Simplify adjacent node look-upGravatar Lars-Peter Clausen 1-20/+19
2013-08-27regcache-rbtree: Fix reg_stride != 1Gravatar Lars-Peter Clausen 1-11/+14
2013-08-21regmap: rbtree: Fix overlapping rbnodes.Gravatar David Jander 1-1/+1
2013-06-30Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextGravatar Mark Brown 1-14/+48
2013-06-01regmap: rbtree: Fixed node range check on syncGravatar Maarten ter Huurne 1-2/+0
2013-05-23regmap: regcache: Fixup locking for custom lock callbacksGravatar Lars-Peter Clausen 1-2/+2
2013-05-23regmap: regcache: Fixup locking for custom lock callbacksGravatar Lars-Peter Clausen 1-2/+2
2013-05-12regmap: rbtree: Use range information to allocate nodesGravatar Mark Brown 1-2/+23
2013-05-12regmap: rbtree: Factor out node allocationGravatar Mark Brown 1-14/+27
2013-04-16Merge tag 'v3.9-rc7' into regmap-cacheGravatar Mark Brown 1-1/+1
2013-03-30regmap: cache: Factor out block syncGravatar Mark Brown 1-42/+6
2013-03-30regmap: cache: Factor out reg_present support from rbtree cacheGravatar Mark Brown 1-58/+2
2013-03-27regmap: cache: Use raw I/O to sync rbtrees if we canGravatar Mark Brown 1-1/+18
2013-03-26regmap: Cut down on the average # of nodes in the rbtree cacheGravatar Dimitris Papastamos 1-1/+69
2013-03-13regmap: cache Fix regcache-rbtree syncGravatar Lars-Peter Clausen 1-1/+1
2013-03-13regmap: rbtree Expose total memory consumption in the rbtree debugfs entryGravatar Dimitris Papastamos 1-2/+7
2013-03-04regmap: cache: Pass the map rather than the word size when updating valuesGravatar Mark Brown 1-26/+25
2013-03-04regmap: rbtree: Don't bother checking for noop updatesGravatar Mark Brown 1-5/+0
2012-04-10regmap: implement register stridingGravatar Stephen Warren 1-17/+23
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Gravatar Mark Brown 1-2/+2
2012-04-07Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+7
2012-04-06regmap: introduce fast_io busses, and use a spinlock for themGravatar Stephen Warren 1-2/+2
2012-04-04regmap: prevent division by zero in rbtree_showGravatar Stephen Warren 1-1/+7
2012-04-01regmap: rbtree: Fix register default look-up in syncGravatar Lars-Peter Clausen 1-1/+1
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+1
2012-03-14Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' i...Gravatar Mark Brown 1-3/+22
2012-03-11device.h: cleanup users outside of linux/include (C files)Gravatar Paul Gortmaker 1-0/+1
2012-03-05regmap: Fix rbtree block base in syncGravatar Mark Brown 1-1/+1
2012-03-05regcache: Make sure we sync register 0 in an rbtree cacheGravatar Mark Brown 1-1/+1
2012-02-24regmap: Supply ranges to the sync operationsGravatar Mark Brown 1-3/+22
2011-11-22regmap: Fix rbtreee build when not using debugfsGravatar Mark Brown 1-1/+10
2011-11-21regmap: Provide debugfs dump of the rbtree cache dataGravatar Mark Brown 1-0/+49
2011-11-15regmap: Do not call regcache_exit from regcache_rbtree_init error pathGravatar Lars-Peter Clausen 1-1/+2
2011-10-10regmap: Ensure rbtree syncs registers set to zero properlyGravatar Mark Brown 1-6/+5
2011-10-10regmap: Allow rbtree to cache zero default valuesGravatar Mark Brown 1-3/+0
2011-10-10regmap: Return a sensible error code if we fail to read the cacheGravatar Mark Brown 1-2/+1
2011-09-30regmap: Lock the sync path, ensure we use the lockless _regmap_write()Gravatar Dimitris Papastamos 1-1/+1
2011-09-28regmap: rbtree-cache: Move cached rbnode handling into lookup functionGravatar Lars-Peter Clausen 1-43/+18
2011-09-28regmap: regcache_rbtree_{set,get}_register: Use regcache_{set,get}_valGravatar Lars-Peter Clausen 1-33/+2
2011-09-27regmap: Remove redundant member `word_size' from regcache_rbtree_nodeGravatar Dimitris Papastamos 1-23/+30
2011-09-19regmap: Add the rbtree cache supportGravatar Dimitris Papastamos 1-0/+399