[GIT PULL] SPI fixes for v6.5-rc3

From: Mark Brown
Date: Sun Jul 30 2023 - 11:58:48 EST


The following changes since commit 6eaae198076080886b9e7d57f4ae06fa782f90ef:

Linux 6.5-rc3 (2023-07-23 15:24:10 -0700)

are available in the Git repository at:

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

for you to fetch changes up to cc71c42b3dc1085d3e72dfa5603e827b9eb59da1:

spi: spi-qcom-qspi: Add mem_ops to avoid PIO for badly sized reads (2023-07-26 12:47:20 +0100)

----------------------------------------------------------------
spi: Fixes for v6.5

A bunch of fixes for the Qualcomm QSPI driver, fixing multiple issues
with the newly added DMA mode - it had a number of issues exposed when
tested in a wider range of use cases, both race condition style issues
and issues with different inputs to those that had been used in test.

----------------------------------------------------------------
Douglas Anderson (2):
spi: spi-qcom-qspi: Fallback to PIO for xfers that aren't multiples of 4 bytes
spi: spi-qcom-qspi: Add mem_ops to avoid PIO for badly sized reads

Vijaya Krishna Nivarthi (4):
spi: spi-qcom-qspi: Ignore disabled interrupts' status in isr
spi: spi-qcom-qspi: Use GFP_ATOMIC flag while allocating for descriptor
spi: spi-qcom-qspi: Call dma_wmb() after setting up descriptors
spi: spi-qcom-qspi: Add DMA_CHAIN_DONE to ALL_IRQS

drivers/spi/spi-qcom-qspi.c | 54 ++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 49 insertions(+), 5 deletions(-)