[GIT PULL] SPI fixes for v7.2-rc1
From: Mark Brown
Date: Sun Jul 05 2026 - 07:53:01 EST
The following changes since commit 245404c26563aafb36aafb01298f148db1851be3:
spi: imx: reconfigure for PIO when DMA cannot be started (2026-06-24 17:52:44 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v7.2-rc1
for you to fetch changes up to 7fc2c3dcae28347a30ccd76c8817e5719005f1c3:
spi: rzv2h-rspi: Fix DMA transfer error handling for signal interruption (2026-06-30 19:58:20 +0100)
----------------------------------------------------------------
spi: Fixes for v7.2
A small set of fixes that came in since -rc1, we have one core fix for
shutting down target mode properly if the system suspends while it's
running plus a small set of fairly unremarkable device specific fixes.
There's also a couple of pure DT binding changes for Renesas SoCs, the
power domains one allows some SoCs to be correctly described with
existing code.
----------------------------------------------------------------
Felix Gu (1):
spi: rzv2h-rspi: Fix DMA transfer error handling for signal interruption
Jisheng Zhang (2):
spi: dw: fix first spi transfer with dma always fallback to PIO
spi: dw: use the correct error msg if request_irq() fails
Pengpeng Hou (1):
spi: sh-msiof: abort transfers when reset times out
Praveen Talari (1):
spi: core: Abort active target transfer on controller suspend
Wolfram Sang (2):
spi: dt-bindings: snps,dw-apb-ssi: drop superfluous RZ/N1 entry
spi: dt-bindings: snps,dw-apb-ssi: add 'power-domains' property
Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | 4 +++-
drivers/spi/spi-dw-core.c | 2 +-
drivers/spi/spi-dw-dma.c | 3 ++-
drivers/spi/spi-rzv2h-rspi.c | 4 ++--
drivers/spi/spi-sh-msiof.c | 10 ++++++----
drivers/spi/spi.c | 3 +++
6 files changed, 17 insertions(+), 9 deletions(-)