mbox series

[GIT,PULL] SPI fixes for v6.10-rc1

Message ID a606dc99619c387713bc312d3222c98f.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.10-rc1 | expand

Pull-request

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

Message

Mark Brown May 31, 2024, 4:55 p.m. UTC
The following changes since commit d6e7ffd4820f8894eb865890c96852085d3640e1:

  spi: dw: Bail out early on unsupported target mode (2024-05-09 17:48:06 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 95d7c452a26564ef0c427f2806761b857106d8c4:

  spi: stm32: Don't warn about spurious interrupts (2024-05-29 19:12:09 +0100)

----------------------------------------------------------------
spi: Fixes for v6.10

A series of fixes that came in since the merge window, the main thing
being the fixes Andy did for DMA sync where we were calling into the DMA
API in suprising ways and causing issues as a result, the main thing
being confusing the IOMMU code.

We've also got some fairly important fixes for the stm32 driver, it
supports a wide range of hardware and some optimisations that were done
recently have broken on some systems, and a fix to prevent glitched
signals on the bus in the cadence driver.

----------------------------------------------------------------
Andy Shevchenko (3):
      spi: Don't mark message DMA mapped when no transfer in it is
      spi: Check if transfer is mapped before calling DMA sync APIs
      spi: Assign dummy scatterlist to unidirectional transfers

Mark Brown (1):
      soi: Don't call DMA sync API when not needed

Uwe Kleine-König (2):
      spi: stm32: Revert change that enabled controller before asserting CS
      spi: stm32: Don't warn about spurious interrupts

Witold Sadowski (1):
      spi: cadence: Ensure data lines set to low during dummy-cycle period

 drivers/spi/spi-axi-spi-engine.c      |  2 +-
 drivers/spi/spi-cadence-xspi.c        | 20 +++++++++++++++-----
 drivers/spi/spi-hisi-kunpeng.c        |  2 --
 drivers/spi/spi-microchip-core-qspi.c |  1 +
 drivers/spi/spi-stm32.c               |  2 +-
 drivers/spi/spi.c                     | 32 +++++++++++++++++++++++++++-----
 6 files changed, 45 insertions(+), 14 deletions(-)