commit | e08abeca39673e1045ca1e5a90bd7fef69d0fe8f | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Wed Feb 27 09:30:53 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Mon Mar 11 16:36:29 2019 +0000 |
tree | 4bd95290196f077f5f381788ef2f9d343de2efaa | |
parent | 5b60ee576a02cb6b2371dec085ef2623a7df77b9 [diff] |
regulator: wm8400: Get rid of wm8400_block_read/wm8400_set_bits functions The only user of wm8400_block_read/wm8400_set_bits functions is the wm8400 regulator driver. At the context of all the callers, we can use regmap_bulk_read/regmap_update_bits directly. Thus remove wm8400_block_read/wm8400_set_bits functions. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org>