[GIT PULL] SPI fixes for v7.1-rc7
From: Mark Brown
Date: Fri Jun 12 2026 - 13:53:40 EST
The following changes since commit 79378db6a86c7014cce40b65252e6c18f5b8bcc2:
spi: spi-mem: avoid mutating op template in spi_mem_supports_op() (2026-05-28 13:49:00 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v7.1-rc7
for you to fetch changes up to 3c60184e39b57e5efe664fe8540cdbc1bc7ea899:
spi: dw: fix race between IRQ handler and error handler on SMP (2026-06-10 00:07:39 +0100)
----------------------------------------------------------------
spi: Fixes for v7.1
A couple of driver specific fixes for v7.1, a small targetted fix for
hardware error handling on DesignWare controllers and another for
handling of custom chip select managmenet on Qualcomm GENI controllers.
----------------------------------------------------------------
Peng Yang (1):
spi: dw: fix race between IRQ handler and error handler on SMP
Viken Dadhaniya (1):
spi: qcom-geni: Fix cs_change handling on the last transfer
drivers/spi/spi-dw-core.c | 2 ++
drivers/spi/spi-geni-qcom.c | 27 +++++++++++++++++++--------
2 files changed, 21 insertions(+), 8 deletions(-)