mbox series

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

Message ID 20220722221236.EDF49C341C6@smtp.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] SPI fixes for v5.19-rc7 | expand

Pull-request

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

Message

Mark Brown July 22, 2022, 10:12 p.m. UTC
The following changes since commit 73d5fe046270281a46344e06bf986c607632f7ea:

  spi: cadence-quadspi: Remove spi_master_put() in probe failure path (2022-07-14 13:26:35 +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-rc7

for you to fetch changes up to b620aa3a7be346f04ae7789b165937615c6ee8d3:

  spi: spi-rspi: Fix PIO fallback on RZ platforms (2022-07-21 17:21:07 +0100)

----------------------------------------------------------------
spi: Final fixes for v5.19

A few more small driver specific fixes, this is obviously rather late
and if you think it's best to leave these until the next release that
would be reasonable.

----------------------------------------------------------------
Biju Das (1):
      spi: spi-rspi: Fix PIO fallback on RZ platforms

Marc Kleine-Budde (1):
      spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA transfers

Sai Krishna Potthuri (1):
      spi: spi-cadence: Fix SPI NO Slave Select macro definition

 drivers/spi/spi-bcm2835.c | 12 ++++++++----
 drivers/spi/spi-cadence.c |  2 +-
 drivers/spi/spi-rspi.c    |  4 ++++
 3 files changed, 13 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org July 23, 2022, 5:39 p.m. UTC | #1
The pull request you sent on Fri, 22 Jul 2022 23:12:27 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/301c8949322fe46766b334cc60ada5819b92000e

Thank you!