diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2016-02-15 06:22:18 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-19 17:15:56 +0100 |
commit | 91d31b9f8e7662726f273fc32b25f4099d78de4a (patch) | |
tree | 509bf8ccd4c366c25277b5e8ace26c01d5764f03 /drivers/Kconfig | |
parent | Linux 4.5-rc1 (diff) | |
download | linux-91d31b9f8e7662726f273fc32b25f4099d78de4a.tar.xz linux-91d31b9f8e7662726f273fc32b25f4099d78de4a.zip |
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>
Diffstat (limited to 'drivers/Kconfig')
0 files changed, 0 insertions, 0 deletions