Commit 7bc8354
committed
Merge tag 'regmap-fix-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
Pull regmap fixes from Mark Brown:
"Two sets of fixes - one for things that were missed with the support
for custom bulk I/O operations introduced in the last merge window,
and another for some long standing issues with regmap-irq which affect
a fairly small subset of devices"
* tag 'regmap-fix-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
regmap-irq: Fix offset/index mismatch in read_sub_irq_data()
regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chips
regmap: Wire up regmap_config provided bulk write in missed functions
regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't set
regmap: Re-introduce bulk read support check in regmap_bulk_read()2 files changed
Lines changed: 13 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| 255 | + | |
255 | 256 | | |
256 | 257 | | |
257 | 258 | | |
| |||
268 | 269 | | |
269 | 270 | | |
270 | 271 | | |
271 | | - | |
| 272 | + | |
272 | 273 | | |
273 | 274 | | |
274 | 275 | | |
275 | 276 | | |
276 | 277 | | |
277 | 278 | | |
278 | | - | |
| 279 | + | |
279 | 280 | | |
280 | 281 | | |
281 | 282 | | |
| |||
386 | 387 | | |
387 | 388 | | |
388 | 389 | | |
| 390 | + | |
389 | 391 | | |
390 | 392 | | |
391 | 393 | | |
| |||
394 | 396 | | |
395 | 397 | | |
396 | 398 | | |
397 | | - | |
| 399 | + | |
398 | 400 | | |
399 | 401 | | |
400 | 402 | | |
| |||
| 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