mbox series

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

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

Pull-request

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

Message

Mark Brown May 24, 2023, 10:13 a.m. UTC
The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6afe2ae8dc48e643cb9f52e86494b96942440bc6:

  spi: spi-cadence: Interleave write of TX and read of RX FIFO (2023-05-22 11:41:05 +0100)

----------------------------------------------------------------
spi: Fixes for v6.4

A collection of fixes that came in since the merge window, plus an
update to MAINTAINERS.  The Cadence fixes are coming from the addition
of device mode support, they required a couple of incremental updates in
order to get something that works robustly for both device and
controller modes.

----------------------------------------------------------------
Amit Kumar Mahapatra (1):
      spi: dw: Replace spi->chip_select references with function calls

Charles Keepax (3):
      spi: spi-cadence: Avoid read of RX FIFO before its ready
      spi: spi-cadence: Only overlap FIFO transactions in slave mode
      spi: spi-cadence: Interleave write of TX and read of RX FIFO

Krzysztof Kozlowski (1):
      spi: MAINTAINERS: drop Krzysztof Kozlowski from Samsung SPI

Vijaya Krishna Nivarthi (1):
      spi: spi-geni-qcom: Select FIFO mode for chip select

 MAINTAINERS                 |   1 -
 drivers/spi/spi-cadence.c   | 105 +++++++++++++++++++-------------------------
 drivers/spi/spi-dw-mmio.c   |   8 ++--
 drivers/spi/spi-geni-qcom.c |   2 +
 4 files changed, 51 insertions(+), 65 deletions(-)

Comments

pr-tracker-bot@kernel.org May 24, 2023, 6:48 p.m. UTC | #1
The pull request you sent on Wed, 24 May 2023 11:13:17 +0100:

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

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

Thank you!