[GIT PULL] SPI fixes for v6.17-rc7

From: Mark Brown

Date: Sun Sep 28 2025 - 07:53:40 EST


The following changes since commit f83ec76bf285bea5727f478a68b894f5543ca76e:

Linux 6.17-rc6 (2025-09-14 14:21:14 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.17-rc7

for you to fetch changes up to 398a8a4e51dbd03e4103ea596ea4ea037fe67175:

spi: omap2-mcspi: drive SPI_CLK on transfer_setup() (2025-09-22 09:28:50 +0100)

----------------------------------------------------------------
spi: Final fixes for v6.17

A few final driver specific fixes that have been sitting in -next for a
bit, the OMAP issue is likely to come up very infrequently since mixed
configuration SPI buses are rare and the Cadence issue is specific to
SoCFPGA systems.

----------------------------------------------------------------
Bastien Curutchet (Schneider Electric) (1):
spi: omap2-mcspi: drive SPI_CLK on transfer_setup()

Khairul Anuar Romli (1):
spi: cadence-qspi: defer runtime support on socfpga if reset bit is enabled

drivers/spi/spi-cadence-quadspi.c | 53 ++++++++++++++++++++++++++-------------
drivers/spi/spi-omap2-mcspi.c | 1 +
2 files changed, 37 insertions(+), 17 deletions(-)