Commit 449e3842 authored by Mark Brown's avatar Mark Brown
Browse files

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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 21f55544
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment