On 5/5/22 17:12, Mark Brown wrote:
On Sat, 30 Apr 2022 04:51:44 +0200, Marek Vasut wrote:
Currently the regmap_config structure only allows the user to implement
single element register read/write using .reg_read/.reg_write callbacks.
The regmap_bus already implements bulk counterparts of both, and is being
misused as a workaround for the missing bulk read/write callbacks in
regmap_config by a couple of drivers. To stop this misuse, add the bulk
read/write callbacks to regmap_config and call them from the regmap core
code.
[...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git for-next
Thanks!
[1/2] regmap: Add bulk read/write callbacks into regmap_config
commit: d77e745613680c54708470402e2b623dcd769681
I was really hoping this would get a lot more review / comments before
this is applied.