commit | 31244e396fa9e4854cfd6dfe305983e77802c156 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Jul 20 22:56:53 2011 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Aug 08 15:57:00 2011 +0900 |
tree | d2d9b4403802e8536e83304b3024352ba529f1fe | |
parent | 93de91245b66f20dd387c2745744950a11a5c436 [diff] |
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>