The following changes since commit 419bc8f681a0dc63588cee693b6d45e7caa6006c: spi: rockchip: Unmask IRQ at the final to avoid preemption (2022-06-20 11:35:43 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.19-rc4 for you to fetch changes up to 73d5fe046270281a46344e06bf986c607632f7ea: spi: cadence-quadspi: Remove spi_master_put() in probe failure path (2022-07-14 13:26:35 +0100) ---------------------------------------------------------------- spi: Fixes for v5.19 A few driver specific fixes, none especially remarkable, plus a MAINTAINERS file update due to the previous maintainer for the NXP FSPI driver having left the company. ---------------------------------------------------------------- Cristian Ciocaltea (1): spi: amd: Limit max transfer and message size Cédric Le Goater (2): spi: aspeed: Add dev_dbg() to dump the spi-mem direct mapping descriptor spi: aspeed: Fix division by zero Han Xu (1): MAINTAINERS: change the NXP FSPI driver maintainer. Mark Brown (1): spi: Merge AMD fix Vaishnav Achath (1): spi: cadence-quadspi: Remove spi_master_put() in probe failure path MAINTAINERS | 3 ++- drivers/spi/spi-amd.c | 8 ++++++++ drivers/spi/spi-aspeed-smc.c | 12 +++++++++++- drivers/spi/spi-cadence-quadspi.c | 19 +++++++------------ 4 files changed, 28 insertions(+), 14 deletions(-)