]> git.baikalelectronics.ru Git - kernel.git/commit
remap: Some fixes for bulk read/write callbacks in regmap_config support
authorMark Brown <broonie@kernel.org>
Mon, 20 Jun 2022 15:39:31 +0000 (16:39 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 20 Jun 2022 15:39:31 +0000 (16:39 +0100)
commit8b546588e0e8604de328e226df5d5213127a3d7f
tree213772162c57751806070d224632495db284f687
parent23e2cf05b0c813c4fb6b65f3de8c9ce761065dc8
parent3205c72446d2920391a15bbe99fd8ae438c74245
remap: Some fixes for bulk read/write callbacks in regmap_config support

Merge series from Javier Martinez Canillas <javierm@redhat.com>:

This series contains fixes for a few issues found while testing the recent
support for drivers to define bulk read/write callbacks in regmap_config.

I tested this with drivers/gpu/drm/solomon/ssd130x-spi.c, by converting it
to use this new API instead of defining its own regmap bus for bulk write.

Patch #1 and patch #2 are fixes for regresions introduced by that commit
and patch #3 adds regmap_config provided bulk write support to functions
regmap_noinc_write() and regmap_bulk_write(), that were missed.