mbox series

[GIT,PULL] SPI fixes for v5.19-rc0

Message ID 20220601080749.B1672C385A5@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v5.19-rc0 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.19-rc0

Message

Mark Brown June 1, 2022, 8:07 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 1, 2022, 5:55 p.m. UTC | #1
The pull request you sent on Wed, 01 Jun 2022 10:07:46 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.19-rc0

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/129bdb30fb054875f2068ccce376b865076d9934

Thank you!