aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regcache-rbtree.c
AgeCommit message (Expand)Author
2015-07-29regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck
2015-03-07regmap: regcache-rbtree: Fix present bitmap resizeLars-Peter Clausen
2014-10-20regmap: cache: Sort include headers alphabeticallyXiubo Li
2014-08-26regmap: Fix regcache debugfs initializationLars-Peter Clausen
2014-04-14regmap: rbtree: improve 64bits memory alignmentJean-Christophe PINCE
2013-09-03Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2013-08-29regmap: rbtree: Make cache_present bitmap per nodeLars-Peter Clausen
2013-08-29regmap: rbtree: Reduce number of nodes, take 2Lars-Peter Clausen
2013-08-29regmap: rbtree: Simplify adjacent node look-upLars-Peter Clausen
2013-08-27regcache-rbtree: Fix reg_stride != 1Lars-Peter Clausen
2013-08-21regmap: rbtree: Fix overlapping rbnodes.David Jander
2013-06-30Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown
2013-06-01regmap: rbtree: Fixed node range check on syncMaarten ter Huurne
2013-05-23regmap: regcache: Fixup locking for custom lock callbacksLars-Peter Clausen
2013-05-23regmap: regcache: Fixup locking for custom lock callbacksLars-Peter Clausen
2013-05-12regmap: rbtree: Use range information to allocate nodesMark Brown
2013-05-12regmap: rbtree: Factor out node allocationMark Brown
2013-04-16Merge tag 'v3.9-rc7' into regmap-cacheMark Brown
2013-03-30regmap: cache: Factor out block syncMark Brown
2013-03-30regmap: cache: Factor out reg_present support from rbtree cacheMark Brown
2013-03-27regmap: cache: Use raw I/O to sync rbtrees if we canMark Brown
2013-03-26regmap: Cut down on the average # of nodes in the rbtree cacheDimitris Papastamos
2013-03-13regmap: cache Fix regcache-rbtree syncLars-Peter Clausen
2013-03-13regmap: rbtree Expose total memory consumption in the rbtree debugfs entryDimitris Papastamos
2013-03-04regmap: cache: Pass the map rather than the word size when updating valuesMark Brown
2013-03-04regmap: rbtree: Don't bother checking for noop updatesMark Brown
2012-04-10regmap: implement register stridingStephen Warren
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown
2012-04-07Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-04-06regmap: introduce fast_io busses, and use a spinlock for themStephen Warren
2012-04-04regmap: prevent division by zero in rbtree_showStephen Warren
2012-04-01regmap: rbtree: Fix register default look-up in syncLars-Peter Clausen
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-14Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' i...Mark Brown
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker
2012-03-05regmap: Fix rbtree block base in syncMark Brown
2012-03-05regcache: Make sure we sync register 0 in an rbtree cacheMark Brown
2012-02-24regmap: Supply ranges to the sync operationsMark Brown
2011-11-22regmap: Fix rbtreee build when not using debugfsMark Brown
2011-11-21regmap: Provide debugfs dump of the rbtree cache dataMark Brown
2011-11-15regmap: Do not call regcache_exit from regcache_rbtree_init error pathLars-Peter Clausen
2011-10-10regmap: Ensure rbtree syncs registers set to zero properlyMark Brown
2011-10-10regmap: Allow rbtree to cache zero default valuesMark Brown
2011-10-10regmap: Return a sensible error code if we fail to read the cacheMark Brown
2011-09-30regmap: Lock the sync path, ensure we use the lockless _regmap_write()Dimitris Papastamos
2011-09-28regmap: rbtree-cache: Move cached rbnode handling into lookup functionLars-Peter Clausen
2011-09-28regmap: regcache_rbtree_{set,get}_register: Use regcache_{set,get}_valLars-Peter Clausen
2011-09-27regmap: Remove redundant member `word_size' from regcache_rbtree_nodeDimitris Papastamos
2011-09-19regmap: Add the rbtree cache supportDimitris Papastamos