[GIT PULL] SPI fixes for v6.4-rc5
From: Mark Brown
Date: Tue Jun 06 2023 - 09:07:35 EST
The following changes since commit 6afe2ae8dc48e643cb9f52e86494b96942440bc6:
spi: spi-cadence: Interleave write of TX and read of RX FIFO (2023-05-22 11:41:05 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.4-rc5
for you to fetch changes up to 0c331fd1dccfba657129380ee084b95c1cedfbef:
spi: qup: Request DMA before enabling clocks (2023-05-30 13:43:31 +0100)
----------------------------------------------------------------
spi: Fixes for v6.4
A small collection of driver specific fixes, none of them particularly
remarkable or severe.
----------------------------------------------------------------
Clark Wang (1):
spi: lpspi: disable lpspi module irq in DMA mode
Daniel Golle (1):
spi: mt65xx: make sure operations completed before unloading
Stephan Gerhold (1):
spi: qup: Request DMA before enabling clocks
drivers/spi/spi-fsl-lpspi.c | 7 ++++++-
drivers/spi/spi-mt65xx.c | 3 +++
drivers/spi/spi-qup.c | 37 ++++++++++++++++++-------------------
3 files changed, 27 insertions(+), 20 deletions(-)