The following changes since commit 4756fa529b2f12b7cb8f21fe229b0f6f47190829: spi: fix null pointer dereference within spi_sync (2024-05-01 11:02:48 +0900) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.9-rc7 for you to fetch changes up to ef13561d2b163ac0ae6befa53bca58a26dc3320b: spi: microchip-core-qspi: fix setting spi bus clock rate (2024-05-09 06:59:19 +0200) ---------------------------------------------------------------- spi: Fixes for v6.9 Two device specific fixes here, one avoiding glitches on chip select with the STM32 driver and one for incorrectly configured clocks on the Microchip QSPI controller. ---------------------------------------------------------------- Ben Wolsieffer (1): spi: stm32: enable controller before asserting CS Conor Dooley (1): spi: microchip-core-qspi: fix setting spi bus clock rate drivers/spi/spi-microchip-core-qspi.c | 1 + drivers/spi/spi-stm32.c | 14 ++------------ 2 files changed, 3 insertions(+), 12 deletions(-)