From: Dimitris Papastamos Date: Wed, 22 Feb 2012 12:43:50 +0000 (+0000) Subject: regmap: Add support for writing to regmap registers via debugfs X-Git-Tag: v3.4-rc1~126^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09c6ecd394105c4864a0e409e181c9b1578c2a63;p=pandora-kernel.git regmap: Add support for writing to regmap registers via debugfs To enable writing to the regmap debugfs registers file users will need to modify the source directly and #define REGMAP_ALLOW_WRITE_DEBUGFS. The reason for this is that it is dangerous to expose this functionality in general where clients could potentially be PMICs. [A couple of minor style updates -- broonie] Signed-off-by: Dimitris Papastamos Signed-off-by: Mark Brown --- Reading git-diff-tree failed