]> git.baikalelectronics.ru Git - kernel.git/commit
regmap: Provide register map dump via debugfs
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 20 Jul 2011 21:56:53 +0000 (22:56 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 8 Aug 2011 06:57:00 +0000 (15:57 +0900)
commit0f80c9a2f3adeec527c49861c5a67081216fdb40
treed2d9b4403802e8536e83304b3024352ba529f1fe
parent4974b3de782754e930848586a74332858cc942eb
regmap: Provide register map dump via debugfs

Copy over the read parts of the ASoC debugfs implementation into regmap,
allowing users to see what the register values the device has are at
runtime. The implementation, especially the support for seeking, is
mostly due to Dimitris Papastamos' work in ASoC.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/base/regmap/Makefile
drivers/base/regmap/internal.h
drivers/base/regmap/regmap-debugfs.c [new file with mode: 0644]
drivers/base/regmap/regmap.c