mbox series

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

Message ID 818b4c905bc295ef7b7e773ff3bbc0c5.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.5-rc3 | expand

Pull-request

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

Message

Mark Brown July 30, 2023, 3:58 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 30, 2023, 8:28 p.m. UTC | #1
The pull request you sent on Sun, 30 Jul 2023 16:58:30 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d5bb4b89ac6996fe51a3ab63fdb25e15743e4351

Thank you!