Searched hist:e08abeca39673e1045ca1e5a90bd7fef69d0fe8f (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/mfd/ |
H A D | wm8400-private.h | diff e08abeca39673e1045ca1e5a90bd7fef69d0fe8f Wed Feb 27 02:30:53 CET 2019 Axel Lin <axel.lin@ingics.com> 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>
|
/linux/drivers/regulator/ |
H A D | wm8400-regulator.c | diff e08abeca39673e1045ca1e5a90bd7fef69d0fe8f Wed Feb 27 02:30:53 CET 2019 Axel Lin <axel.lin@ingics.com> 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>
|
/linux/drivers/mfd/ |
H A D | wm8400-core.c | diff e08abeca39673e1045ca1e5a90bd7fef69d0fe8f Wed Feb 27 02:30:53 CET 2019 Axel Lin <axel.lin@ingics.com> 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>
|