mbox series

[GIT,PULL] SPI fixes for v6.6-merge-window

Message ID 20230907122815.41D27C32788@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.6-merge-window | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.6-merge-window

Message

Mark Brown Sept. 7, 2023, 12:28 p.m. UTC
The following changes since commit 2dde18cd1d8fac735875f2e4987f11817cc0bc2c:

  Linux 6.5 (2023-08-27 14:49:51 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.6-merge-window

for you to fetch changes up to 1f11f4202caf5710204d334fe63392052783876d:

  spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain (2023-09-04 13:55:29 +0100)

----------------------------------------------------------------
spi: Fixes for v6.6

A couple of fixes for the sun6i driver, the patch to reduce DMA RX to
single byte width all the time is *hopefully* excessively cautious but
it's unclear which SoCs are affected so the fix just covers everything
for safety.

----------------------------------------------------------------
Tobias Schramm (2):
      spi: sun6i: reduce DMA RX transfer width to single byte
      spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain

 drivers/spi/spi-sun6i.c | 31 +++++++++++++++++++++++++++++--
 1 file changed, 29 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 7, 2023, 10:53 p.m. UTC | #1
The pull request you sent on Thu, 07 Sep 2023 13:28:02 +0100:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.6-merge-window

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

Thank you!