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)
commit739f872e48d47c97fa17a86a7b3356771b75240c
tree120dda379ec7bba38ba3bebe1d9fa4b12571699a
parentcf39ed2e8ecddbee38e02691d6293b812e98e397
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