[GIT PULL] SPI fixes for v6.2-rc1

From: Mark Brown
Date: Fri Dec 23 2022 - 16:41:54 EST


The following changes since commit 3cf241c3d56ff19f5192cb42a025bc6582b6e8fa:

spi: dt-bindings: Convert Synquacer SPI to DT schema (2022-12-09 17:39:08 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 3b553e0041a65e499fa4e25ee146f01f4ec4e617:

spi: fsl_spi: Don't change speed while chipselect is active (2022-12-14 14:24:51 +0000)

----------------------------------------------------------------
spi: Fix for v6.2

One driver specific change here which handles the case where a SPI
device for some reason tries to change the bus speed during a message on
fsl_spi hardware, this should be very unusual.

----------------------------------------------------------------
Christophe Leroy (1):
spi: fsl_spi: Don't change speed while chipselect is active

drivers/spi/spi-fsl-spi.c | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)