aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regcache-rbtree.c
AgeCommit message (Expand)Author
2023-10-10regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald
2023-09-23regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter
2021-11-02regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang
2019-04-25regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman
2019-01-29regmap: Remove attribute packed from struct 'regcache_rbtree_node'Mathieu Malaterre
2018-12-17regmap: rbtree: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2016-12-19regmap: use rb_entry()Geliang Tang
2016-08-04regmap: rbtree: Avoid overlapping nodesLars-Peter Clausen
2016-01-05Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and...Mark Brown
2015-11-20regmap: replace kmalloc with kmalloc_arraylixiubo
2015-11-20regmap: replace kzalloc with kcalloclixiubo
2015-11-16regmap: rbtree: When adding a reg do a bsearch for target nodeNikesh Oswal
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