mbox series

[GIT,PULL] SPI fixes for v6.4-rc5

Message ID 20230606130641.AAB60C433D2@smtp.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] SPI fixes for v6.4-rc5 | expand

Pull-request

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

Message

Mark Brown June 6, 2023, 1:06 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 6, 2023, 1:22 p.m. UTC | #1
The pull request you sent on Tue, 06 Jun 2023 14:06:29 +0100:

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

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

Thank you!