commit | 8a819ff8abac9ad49f120c84cce01878b3d235c2 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Mar 04 09:04:51 2013 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Mar 04 10:30:27 2013 +0800 |
tree | e4bc968500984f5380a36ee4d12b1bc8e29ce9aa | |
parent | 325acab447f775bc2258b3a37a780893c203ab6c [diff] |
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 <broonie@opensource.wolfsonmicro.com>