linux-stable/drivers/base/regmap
Mark Brown 449e38427f regmap: Provide access information via debugfs
Let userspace know what the access map for the device is. This is helpful
for verifying that the access map is correctly configured and could also
be useful for programs that try to work with the data. File format is:

register: R W V P

where R, W, V and P are 'y' or 'n' showing readable, writable, volatile
and precious respectively.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2011-08-14 19:51:16 +09:00
..
internal.h regmap: Add functions to check for access on registers 2011-08-14 19:51:11 +09:00
Kconfig regmap: Add SPI bus support 2011-07-23 07:56:59 +01:00
Makefile regmap: Provide register map dump via debugfs 2011-08-08 15:57:00 +09:00
regmap-debugfs.c regmap: Provide access information via debugfs 2011-08-14 19:51:16 +09:00
regmap-i2c.c Merge branch 'regmap-linus' into regmap-next 2011-08-12 10:43:15 +09:00
regmap-spi.c Merge branch 'regmap-linus' into regmap-next 2011-08-12 10:43:15 +09:00
regmap.c regmap: Add functions to check for access on registers 2011-08-14 19:51:11 +09:00