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

From: Mark Brown
Date: Thu Sep 07 2023 - 12:31:51 EST


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(-)