Commit 1a9451b
committed
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.1 file changed
Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1880 | 1880 | | |
1881 | 1881 | | |
1882 | 1882 | | |
1883 | | - | |
1884 | | - | |
| 1883 | + | |
1885 | 1884 | | |
1886 | 1885 | | |
1887 | 1886 | | |
| |||
2155 | 2154 | | |
2156 | 2155 | | |
2157 | 2156 | | |
2158 | | - | |
2159 | | - | |
2160 | | - | |
| 2157 | + | |
2161 | 2158 | | |
| 2159 | + | |
2162 | 2160 | | |
2163 | 2161 | | |
2164 | 2162 | | |
| |||
2278 | 2276 | | |
2279 | 2277 | | |
2280 | 2278 | | |
2281 | | - | |
| 2279 | + | |
2282 | 2280 | | |
2283 | 2281 | | |
2284 | 2282 | | |
| |||
2904 | 2902 | | |
2905 | 2903 | | |
2906 | 2904 | | |
| 2905 | + | |
| 2906 | + | |
| 2907 | + | |
2907 | 2908 | | |
2908 | 2909 | | |
2909 | 2910 | | |
| |||
3017 | 3018 | | |
3018 | 3019 | | |
3019 | 3020 | | |
3020 | | - | |
| 3021 | + | |
3021 | 3022 | | |
3022 | 3023 | | |
3023 | 3024 | | |
| |||
0 commit comments