The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.4-rc3 for you to fetch changes up to 6afe2ae8dc48e643cb9f52e86494b96942440bc6: spi: spi-cadence: Interleave write of TX and read of RX FIFO (2023-05-22 11:41:05 +0100) ---------------------------------------------------------------- spi: Fixes for v6.4 A collection of fixes that came in since the merge window, plus an update to MAINTAINERS. The Cadence fixes are coming from the addition of device mode support, they required a couple of incremental updates in order to get something that works robustly for both device and controller modes. ---------------------------------------------------------------- Amit Kumar Mahapatra (1): spi: dw: Replace spi->chip_select references with function calls Charles Keepax (3): spi: spi-cadence: Avoid read of RX FIFO before its ready spi: spi-cadence: Only overlap FIFO transactions in slave mode spi: spi-cadence: Interleave write of TX and read of RX FIFO Krzysztof Kozlowski (1): spi: MAINTAINERS: drop Krzysztof Kozlowski from Samsung SPI Vijaya Krishna Nivarthi (1): spi: spi-geni-qcom: Select FIFO mode for chip select MAINTAINERS | 1 - drivers/spi/spi-cadence.c | 105 +++++++++++++++++++------------------------- drivers/spi/spi-dw-mmio.c | 8 ++-- drivers/spi/spi-geni-qcom.c | 2 + 4 files changed, 51 insertions(+), 65 deletions(-)