Files
android_kernel_xiaomi_sm8450/drivers/base
Kuninori Morimoto 91d31b9f8e regmap: add regmap_update_bits_base()
Current regmap has many similar update functions like below,
but the difference is very few.
	regmap_update_bits()
	regmap_update_bits_async()
	regmap_update_bits_check()
	regmap_update_bits_check_async()
Furthermore, we can add *force* write option too in the future.

This patch adds new regmap_update_bits_base() which is feature
merged function. Above functions can be merged into it by macro.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2016-02-20 01:15:56 +09:00
..
2016-01-21 00:42:59 +01:00
2015-09-17 06:06:54 -07:00
2016-01-22 18:04:28 -05:00
2010-05-21 09:37:29 -07:00
2016-01-21 00:42:59 +01:00
2015-10-04 19:42:22 +01:00
2014-09-01 13:48:59 +02:00