The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.18-rc1 for you to fetch changes up to 2c7d1b281286c46049cd22b43435cecba560edde: spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op() (2022-04-06 15:50:11 +0100) ---------------------------------------------------------------- spi: Fixes for v5.18 A small collection of fixes that have arrived since the merge window, the most noticable one is a fix for unmapping messages when the mapping was done with the struct device supplied to do the mapping overridden. ---------------------------------------------------------------- Christophe JAILLET (1): spi: mxic: Fix an error handling path in mxic_spi_probe() Geert Uytterhoeven (1): spi: rpc-if: Fix RPM imbalance in probe error path Kamal Dasu (1): spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op() Matthias Schiffer (1): spi: cadence-quadspi: fix protocol setup for non-1-1-X operations Vinod Koul (1): spi: core: add dma_map_dev for __spi_unmap_msg() drivers/spi/spi-bcm-qspi.c | 4 ++-- drivers/spi/spi-cadence-quadspi.c | 46 ++++++++++----------------------------- drivers/spi/spi-mxic.c | 1 + drivers/spi/spi-rpc-if.c | 8 +++++-- drivers/spi/spi.c | 4 ++++ 5 files changed, 25 insertions(+), 38 deletions(-)