regmap: core: Split out in place value parsing
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 4 Mar 2013 01:04:51 +0000 (09:04 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 4 Mar 2013 02:30:27 +0000 (10:30 +0800)
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 <broonie@opensource.wolfsonmicro.com>

No differences found