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

From: Mark Brown
Date: Fri Nov 10 2023 - 13:31:23 EST


The following changes since commit 75223bbea840e125359fc63942b5f93462b474c6:

spi: omap2-mcspi: Add FIFO support without DMA (2023-10-23 13:30:05 +0100)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.7-merge-window

for you to fetch changes up to bef4a48f4ef798c4feddf045d49e53c8a97d5e37:

spi: Fix null dereference on suspend (2023-11-10 13:54:58 +0000)

----------------------------------------------------------------
spi: Fixes for v6.7

A couple of fixes that came in during the merge window, one Kconfig
dependency fix and another fix for a long standing issue where in the
case where a sync transfer races with system suspend.

----------------------------------------------------------------
Amit Kumar Mahapatra (1):
spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies

Mark Hasemeyer (1):
spi: Fix null dereference on suspend

drivers/spi/Kconfig | 1 +
drivers/spi/spi.c | 56 ++++++++++++++++++++++++++++++++++---------------
include/linux/spi/spi.h | 1 +
3 files changed, 41 insertions(+), 17 deletions(-)