[GIT PULL] SPI fixes for v7.1-rc2
From: Mark Brown
Date: Fri May 08 2026 - 09:58:16 EST
The following changes since commit 7fd2df204f342fc17d1a0bfcd474b24232fb0f32:
Linux 7.1-rc2 (2026-05-03 14:21:25 -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-rc2
for you to fetch changes up to 4bacec2317527ba04b7172145848f1c206999ea1:
spi: ch341: correct company name in MODULE_DESCRIPTION (2026-05-06 23:09:33 +0900)
----------------------------------------------------------------
spi: Fixes for v7.1
There's two main serieses here, fixing issues that came up in the
Microchip QSPI and Freescale i.MX drivers. Both of those could result
in some quite noticable issues if they were encountered in production.
We also have one minor documentation fix in the ch341 driver.
----------------------------------------------------------------
Conor Dooley (3):
spi: microchip-core-qspi: control built-in cs manually
spi: microchip-core-qspi: don't attempt to transmit during emulated read-only dual/quad operations
spi: microchip-core-qspi: remove some inline markings
Jiawei Liu (1):
spi: ch341: correct company name in MODULE_DESCRIPTION
John Madieu (3):
spi: imx: Fix precedence bug in spi_imx_dma_max_wml_find()
spi: imx: Fix UAF on package-1 prepare failure in spi_imx_dma_data_prepare()
spi: imx: Propagate prepare_transfer() error from spi_imx_setupxfer()
Mark Brown (2):
spi: imx: Three fixes for the i.MX SPI driver
spi: microchip core-qspi gpio-cs fixes + cleanup
drivers/spi/spi-ch341.c | 2 +-
drivers/spi/spi-imx.c | 7 ++-
drivers/spi/spi-microchip-core-qspi.c | 99 ++++++++++++++++++++++++++++-------
3 files changed, 83 insertions(+), 25 deletions(-)