The following changes since commit 9c63b846e6df43e5b3d31263f7db545f32deeda3: spi: spi-mem: Convert Aspeed SMC driver to spi-mem (2022-05-16 19:38:40 +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-rc0 for you to fetch changes up to ebf2a3521738520e12849b221fea24928b3f61ff: spi: core: Display return code when failing to transfer message (2022-05-26 14:43:29 +0100) ---------------------------------------------------------------- spi: Fixes for v5.19 A couple of fixes that came in during the merge window, a driver fix for spurious timeouts in the fsi driver and an improvement to make the core display error messages for transfer_one_message() to help people debug things. ---------------------------------------------------------------- Eddie James (2): spi: fsi: Fix spurious timeout spi: core: Display return code when failing to transfer message drivers/spi/spi-fsi.c | 12 ++++++------ drivers/spi/spi.c | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-)