The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.7-rc7 for you to fetch changes up to fc70d643a2f6678cbe0f5c86433c1aeb4d613fcc: spi: atmel: Fix clock issue when using devices with different polarities (2023-12-14 10:56:37 +0000) ---------------------------------------------------------------- spi: Fixes for v6.7 A few bigger things here, the main one being that there were changes to the atmel driver in this cycle which made it possible to kill transfers being used for filesystem I/O which turned out to be very disruptive, the series of patches here undoes that and hardens things up further. There's also a few smaller driver specific changes, the main one being to revert a change that duplicted delays. ---------------------------------------------------------------- Benjamin Bigler (1): spi: spi-imx: correctly configure burst length when using dma Louis Chauvet (1): spi: atmel: Fix clock issue when using devices with different polarities Miquel Raynal (3): spi: atmel: Do not cancel a transfer upon any signal spi: atmel: Drop unused defines spi: atmel: Prevent spi transfers from being killed Nam Cao (1): spi: cadence: revert "Add SPI transfer delays" drivers/spi/spi-atmel.c | 95 ++++++++++++++++++++++++++++++++++++++++++----- drivers/spi/spi-cadence.c | 1 - drivers/spi/spi-imx.c | 15 ++++++-- 3 files changed, 96 insertions(+), 15 deletions(-)