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

From: Mark Brown
Date: Thu Feb 15 2024 - 08:44:45 EST


The following changes since commit 6500ad28fd5d67d5ca0fee9da73c463090842440:

spi: sh-msiof: avoid integer overflow in constants (2024-01-30 15:27:21 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 269e31aecdd0b70f53a05def79480f15cbcc0fd6:

spi-mxs: Fix chipselect glitch (2024-02-13 15:48:22 +0000)

----------------------------------------------------------------
spi: Fixes for v6.8

A smallish collection of fixes for SPI, all driver specific, plus one
device ID addition for a new Intel part. The ppc4xx isn't routinely
covered by most of the automated testing so there were some errors that
were missed in some of the recent API conversions, otherwise there's
nothing super remarkable here.

----------------------------------------------------------------
Carlos Song (1):
spi: imx: fix the burst length at DMA mode and CPU mode

Christian Lamparter (1):
spi: spi-ppc4xx: include missing platform_device.h

Mika Westerberg (1):
spi: intel-pci: Add support for Lunar Lake-M SPI serial flash

Ralf Schlatterbeck (1):
spi-mxs: Fix chipselect glitch

Uwe Kleine-König (3):
spi: ppc4xx: Fix fallout from include cleanup
spi: ppc4xx: Fix fallout from rename in struct spi_bitbang
spi: ppc4xx: Drop write-only variable

Vaishnav Achath (1):
spi: omap2-mcspi: Revert FIFO support without DMA

drivers/spi/spi-imx.c | 9 +--
drivers/spi/spi-intel-pci.c | 1 +
drivers/spi/spi-mxs.c | 3 +-
drivers/spi/spi-omap2-mcspi.c | 137 +++---------------------------------------
drivers/spi/spi-ppc4xx.c | 21 +++----
5 files changed, 25 insertions(+), 146 deletions(-)