]> git.karo-electronics.de Git - linux-beck.git/commit
regmap: Provide debugfs dump of the rbtree cache data
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 21 Nov 2011 19:44:44 +0000 (19:44 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 21 Nov 2011 19:50:10 +0000 (19:50 +0000)
commitbad2ab4b6d938482c2b0bdcf80a8d14dbef4e8f5
treed62234f38e52aa3a76bea4d5dc44cc01f6632c28
parent052d2cd123e7e36ce54558ac5af0360de2343b2b
regmap: Provide debugfs dump of the rbtree cache data

Show the register ranges we have in each rbtree node in debugfs, plus
some statistics on how big each node is and the total number of nodes.
It may also be worth collecting data on the ranges of dirty registers
to see if there's much mileage in trying to coalesce writes on sync.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/base/regmap/regcache-rbtree.c