From: Mark Brown Date: Wed, 10 Aug 2011 08:28:04 +0000 (+0900) Subject: regmap: Provide access information via debugfs X-Git-Tag: v3.2-rc1~181^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=449e38427fe57a6120fecd1051981c89ee862b3d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed