From: Mark Brown Date: Mon, 4 Mar 2013 01:04:51 +0000 (+0800) Subject: regmap: core: Split out in place value parsing X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~132^2~2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a819ff8abac9ad49f120c84cce01878b3d235c2;p=pandora-kernel.git regmap: core: Split out in place value parsing Currently the value parsing operations both return the parsed value and modify the passed buffer. This precludes their use in places like the cache code so split out the in place modification into a new parse_inplace() operation. Signed-off-by: Mark Brown --- Reading git-diff-tree failed