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)
commit8a819ff8abac9ad49f120c84cce01878b3d235c2
treee4bc968500984f5380a36ee4d12b1bc8e29ce9aa
parent325acab447f775bc2258b3a37a780893c203ab6c
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>
drivers/base/regmap/internal.h
drivers/base/regmap/regmap.c
This page took 0.024161 seconds and 5 git commands to generate.