[GIT PULL] SPI fixes for v6.5-rc7

From: Mark Brown
Date: Thu Aug 24 2023 - 15:45:36 EST


The following changes since commit 2ccdd1b13c591d306f0401d98dedc4bdcd02b421:

Linux 6.5-rc6 (2023-08-13 11:29:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 627d05a41ca1fbb9d390f9513af262f001f261f7:

spi: spi-cadence: Fix data corruption issues in slave mode (2023-08-21 13:09:57 +0100)

----------------------------------------------------------------
spi: Fixes for v6.5

A couple more small driver specific fixes for v6.5, the device mode for
Cadence had been broken by some recent updates done for host mode and
large transfers for multi-byte words on stm32 had been broken by an API
update in what I think was a rebasing incident.

----------------------------------------------------------------
Leonard Göhrs (1):
spi: stm32: fix accidential revert to byte-sized transfer splitting

Srinivas Goud (1):
spi: spi-cadence: Fix data corruption issues in slave mode

drivers/spi/spi-cadence.c | 19 ++++++++++++-------
drivers/spi/spi-stm32.c | 6 +++---
2 files changed, 15 insertions(+), 10 deletions(-)