[GIT PULL] SPI fixes for v7.1-rc4
From: Mark Brown
Date: Fri May 22 2026 - 14:00:23 EST
The following changes since commit 5d6919055dec134de3c40167a490f33c74c12581:
Linux 7.1-rc3 (2026-05-10 14:08:09 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v7.1-rc4
for you to fetch changes up to 27cd2dde35b2c3b8659fa18f6a935c61fedee5c1:
spi: dt-bindings: fsl-qspi: support SpacemiT K3 (2026-05-21 21:56:07 +0100)
----------------------------------------------------------------
spi: Fixes for v7.1
Another batch of driver fixes from Johan fixing error handling paths,
plus another from Felix. We also have a new device ID added in the DT
bindings for SpacemiT K3.
----------------------------------------------------------------
Felix Gu (1):
spi: mtk-snfi: Fix resource leak in mtk_snand_read_page_cache()
Johan Hovold (4):
spi: ep93xx: fix error pointer deref after DMA setup failure
spi: qup: fix error pointer deref after DMA setup failure
spi: sprd: fix error pointer deref after DMA setup failure
spi: ti-qspi: fix use-after-free after DMA setup failure
Zhengyu He (1):
spi: dt-bindings: fsl-qspi: support SpacemiT K3
Documentation/devicetree/bindings/spi/fsl,spi-fsl-qspi.yaml | 3 +++
drivers/spi/spi-ep93xx.c | 2 ++
drivers/spi/spi-mtk-snfi.c | 2 +-
drivers/spi/spi-qup.c | 3 +++
drivers/spi/spi-sprd.c | 3 ++-
drivers/spi/spi-ti-qspi.c | 1 +
6 files changed, 12 insertions(+), 2 deletions(-)