From: Mark Brown Date: Mon, 20 Jun 2022 15:39:31 +0000 (+0100) Subject: remap: Some fixes for bulk read/write callbacks in regmap_config support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1a9451bef2058c6343c45d467443c9a5bfc69917;p=linux.git remap: Some fixes for bulk read/write callbacks in regmap_config support Merge series from Javier Martinez Canillas : 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. --- 1a9451bef2058c6343c45d467443c9a5bfc69917