aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regcache-rbtree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-12regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang1-4/+3
2019-04-25regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-11/+7
2019-01-29regmap: Remove attribute packed from struct 'regcache_rbtree_node'Mathieu Malaterre1-1/+1
2018-12-17regmap: rbtree: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-11/+1
2016-12-19regmap: use rb_entry()Geliang Tang1-4/+3
2016-08-04regmap: rbtree: Avoid overlapping nodesLars-Peter Clausen1-10/+28
2016-01-05Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and 'regmap/topic/seq' into regmap-nextMark Brown1-2/+7
2015-11-20regmap: replace kmalloc with kmalloc_arraylixiubo1-2/+2
2015-11-20regmap: replace kzalloc with kcalloclixiubo1-2/+3
2015-11-16regmap: rbtree: When adding a reg do a bsearch for target nodeNikesh Oswal1-2/+7
2015-07-29regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck1-5/+14
2015-03-07regmap: regcache-rbtree: Fix present bitmap resizeLars-Peter Clausen1-1/+1
2014-10-20regmap: cache: Sort include headers alphabeticallyXiubo Li1-2/+2
2014-08-26regmap: Fix regcache debugfs initializationLars-Peter Clausen1-6/+3
2014-04-14regmap: rbtree: improve 64bits memory alignmentJean-Christophe PINCE1-4/+4
2013-09-03Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-51/+130
2013-08-29regmap: rbtree: Make cache_present bitmap per nodeLars-Peter Clausen1-14/+72
2013-08-29regmap: rbtree: Reduce number of nodes, take 2Lars-Peter Clausen1-17/+36
2013-08-29regmap: rbtree: Simplify adjacent node look-upLars-Peter Clausen1-20/+19
2013-08-27regcache-rbtree: Fix reg_stride != 1Lars-Peter Clausen1-11/+14
2013-08-21regmap: rbtree: Fix overlapping rbnodes.David Jander1-1/+1
2013-06-30Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown1-14/+48
2013-06-01regmap: rbtree: Fixed node range check on syncMaarten ter Huurne1-2/+0
2013-05-23regmap: regcache: Fixup locking for custom lock callbacksLars-Peter Clausen1-2/+2
2013-05-23regmap: regcache: Fixup locking for custom lock callbacksLars-Peter Clausen1-2/+2
2013-05-12regmap: rbtree: Use range information to allocate nodesMark Brown1-2/+23
2013-05-12regmap: rbtree: Factor out node allocationMark Brown1-14/+27
2013-04-16Merge tag 'v3.9-rc7' into regmap-cacheMark Brown1-1/+1
2013-03-30regmap: cache: Factor out block syncMark Brown1-42/+6
2013-03-30regmap: cache: Factor out reg_present support from rbtree cacheMark Brown1-58/+2
2013-03-27regmap: cache: Use raw I/O to sync rbtrees if we canMark Brown1-1/+18
2013-03-26regmap: Cut down on the average # of nodes in the rbtree cacheDimitris Papastamos1-1/+69
2013-03-13regmap: cache Fix regcache-rbtree syncLars-Peter Clausen1-1/+1
2013-03-13regmap: rbtree Expose total memory consumption in the rbtree debugfs entryDimitris Papastamos1-2/+7
2013-03-04regmap: cache: Pass the map rather than the word size when updating valuesMark Brown1-26/+25
2013-03-04regmap: rbtree: Don't bother checking for noop updatesMark Brown1-5/+0
2012-04-10regmap: implement register stridingStephen Warren1-17/+23
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-strideMark Brown1-2/+2
2012-04-07Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-1/+7
2012-04-06regmap: introduce fast_io busses, and use a spinlock for themStephen Warren1-2/+2
2012-04-04regmap: prevent division by zero in rbtree_showStephen Warren1-1/+7
2012-04-01regmap: rbtree: Fix register default look-up in syncLars-Peter Clausen1-1/+1
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-14Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' into regmap-nextMark Brown1-3/+22
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker1-0/+1
2012-03-05regmap: Fix rbtree block base in syncMark Brown1-1/+1
2012-03-05regcache: 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