mbox series

[GIT,PULL] SPI fixes for v5.15-rc2

Message ID 20210920122004.843A86109D@mail.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] SPI fixes for v5.15-rc2 | expand

Pull-request

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

Message

Mark Brown Sept. 20, 2021, 12:19 p.m. UTC
The following changes since commit 26cfc0dbe43aae60dc03af27077775244f26c167:

  spi: spi-zynq-qspi: use wait_for_completion_timeout to make zynq_qspi_exec_mem_op not interruptible (2021-08-26 13:42:44 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 2bab94090b01bc593d8bc25f68df41f198721173:

  spi: tegra20-slink: Declare runtime suspend and resume functions conditionally (2021-09-09 14:16:27 +0100)

----------------------------------------------------------------
spi: Fixes for v5.15

This contains a couple of fixes, one fix for handling of zero length
transfers on Rockchip devices and a warning fix which will conflict with
a version you did but cleans up some extra unneeded forward declarations
as well which seems a bit neater.

----------------------------------------------------------------
Guenter Roeck (1):
      spi: tegra20-slink: Declare runtime suspend and resume functions conditionally

Tobias Schramm (1):
      spi: rockchip: handle zero length transfers without timing out

 drivers/spi/spi-rockchip.c      | 6 ++++++
 drivers/spi/spi-tegra20-slink.c | 5 ++---
 2 files changed, 8 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 20, 2021, 8:21 p.m. UTC | #1
The pull request you sent on Mon, 20 Sep 2021 13:19:02 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4c17ca27923c16fd73bbb9ad033c7d749c3bcfcc

Thank you!