Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-08 | regmap: Provide register map dump via debugfs | Mark Brown | |
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> | |||
2011-08-08 | regmap: Use a local header for API internals | Mark Brown | |
Allowing the implementation to be multi-file. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> |