]> git.baikalelectronics.ru Git - kernel.git/commit
regmap: permit to set reg_update_bits with bulk implementation
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 15 Jul 2022 20:10:32 +0000 (22:10 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 18 Jul 2022 12:45:28 +0000 (13:45 +0100)
commitc1f205a26710c53bdb29fe8e1551bdc45eed5497
tree120dda379ec7bba38ba3bebe1d9fa4b12571699a
parent4e7b4f562971711c595f70823c8747b8a545007b
regmap: permit to set reg_update_bits with bulk implementation

A regmap may still require to set a custom reg_update_bits instead of
relying to the regmap_bus_read/write general function.

Permit to set it in the map if provided by the regmap config.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Link: https://lore.kernel.org/r/20220715201032.19507-1-ansuelsmth@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap.c