Commit ae4f52a
committed
Merge tag 'spi-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Pull spi fixes from Mark Brown:
"A couple of fixes that came in during the merge window: one Kconfig
dependency fix and another fix for a long standing issue where a sync
transfer races with system suspend"
* tag 'spi-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
spi: Fix null dereference on suspend
spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies3 files changed
+41
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1169 | 1169 | | |
1170 | 1170 | | |
1171 | 1171 | | |
| 1172 | + | |
1172 | 1173 | | |
1173 | 1174 | | |
1174 | 1175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3317 | 3317 | | |
3318 | 3318 | | |
3319 | 3319 | | |
| 3320 | + | |
| 3321 | + | |
| 3322 | + | |
| 3323 | + | |
| 3324 | + | |
| 3325 | + | |
| 3326 | + | |
| 3327 | + | |
| 3328 | + | |
| 3329 | + | |
| 3330 | + | |
| 3331 | + | |
| 3332 | + | |
| 3333 | + | |
| 3334 | + | |
| 3335 | + | |
| 3336 | + | |
| 3337 | + | |
| 3338 | + | |
3320 | 3339 | | |
3321 | 3340 | | |
3322 | | - | |
| 3341 | + | |
3323 | 3342 | | |
3324 | 3343 | | |
3325 | | - | |
3326 | | - | |
3327 | | - | |
3328 | | - | |
3329 | | - | |
3330 | | - | |
| 3344 | + | |
| 3345 | + | |
| 3346 | + | |
| 3347 | + | |
| 3348 | + | |
3331 | 3349 | | |
| 3350 | + | |
3332 | 3351 | | |
3333 | 3352 | | |
3334 | 3353 | | |
3335 | 3354 | | |
3336 | 3355 | | |
3337 | 3356 | | |
3338 | | - | |
3339 | | - | |
3340 | | - | |
3341 | | - | |
| 3357 | + | |
3342 | 3358 | | |
3343 | | - | |
3344 | | - | |
3345 | | - | |
| 3359 | + | |
3346 | 3360 | | |
| 3361 | + | |
| 3362 | + | |
| 3363 | + | |
| 3364 | + | |
| 3365 | + | |
3347 | 3366 | | |
3348 | 3367 | | |
3349 | 3368 | | |
| |||
4147 | 4166 | | |
4148 | 4167 | | |
4149 | 4168 | | |
4150 | | - | |
4151 | | - | |
| 4169 | + | |
4152 | 4170 | | |
4153 | 4171 | | |
4154 | 4172 | | |
| |||
4164 | 4182 | | |
4165 | 4183 | | |
4166 | 4184 | | |
4167 | | - | |
4168 | 4185 | | |
4169 | 4186 | | |
4170 | 4187 | | |
| |||
4187 | 4204 | | |
4188 | 4205 | | |
4189 | 4206 | | |
| 4207 | + | |
| 4208 | + | |
| 4209 | + | |
| 4210 | + | |
| 4211 | + | |
4190 | 4212 | | |
4191 | 4213 | | |
4192 | 4214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
| 569 | + | |
569 | 570 | | |
570 | 571 | | |
571 | 572 | | |
| |||
0 commit comments