[GIT PULL] SPI fixes for v6.10-rc4

From: Mark Brown
Date: Sat Jun 22 2024 - 12:22:32 EST


The following changes since commit c3f38fa61af77b49866b006939479069cd451173:

Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)

are available in the Git repository at:

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

for you to fetch changes up to df75470b317b46affbe1f5f8f006b34175be9789:

spi: spi-imx: imx51: revert burst length calculation back to bits_per_word (2024-06-19 14:07:13 +0100)

----------------------------------------------------------------
spi: Fixes for v6.10

A number of fixes that have built up for SPI, a bunch of driver specific
ones including an unfortunate revert of an optimisation for the i.MX
driver which was causing issues with some configurations, plus a couple
of core fixes for the rarely used octal mode and for a bad interaction
between multi-CS support and target mode.

----------------------------------------------------------------
Amit Kumar Mahapatra (1):
spi: Fix SPI slave probe failure

Charles Keepax (2):
spi: cs42l43: Correct SPI root clock speed
spi: cs42l43: Drop cs35l56 SPI speed down to 11MHz

Marc Kleine-Budde (1):
spi: spi-imx: imx51: revert burst length calculation back to bits_per_word

Patrice Chotard (3):
spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup()
spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4
spi: Fix OCTAL mode support

drivers/spi/spi-cs42l43.c | 6 +++---
drivers/spi/spi-imx.c | 14 ++------------
drivers/spi/spi-stm32-qspi.c | 12 +++++-------
drivers/spi/spi.c | 16 ++++++++++------
include/linux/spi/spi.h | 5 +++--
5 files changed, 23 insertions(+), 30 deletions(-)