mbox series

[GIT,PULL] SPI fixes for v5.9-rc8

Message ID 20201009234428.3827A2072C@mail.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] SPI fixes for v5.9-rc8 | expand

Pull-request

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

Message

Mark Brown Oct. 9, 2020, 11:44 p.m. UTC
The following changes since commit 00fb259c618ea1198fc51b53a6167aa0d78672a9:

  spi: bcm-qspi: Fix probe regression on iProc platforms (2020-09-24 12:09:46 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 1c33524f79853f41e80390b1a223254aadd30bd4:

  MAINTAINERS: Add maintainer of DW APB SSI driver (2020-10-05 13:22:59 +0100)

----------------------------------------------------------------
spi: Fix for v5.9

One last minute fix for v5.9 which has been causing crashes in test
systems with the fsl-dspi driver when they hit deferred probe (and which
I probably let cook in next a bit longer than is ideal) plus an update
to MAINTAINERS reflecting Serge's extensive and detailed recent work on
the DesignWare driver.

----------------------------------------------------------------
Michael Walle (1):
      spi: fsl-dspi: fix NULL pointer dereference

Serge Semin (1):
      MAINTAINERS: Add maintainer of DW APB SSI driver

 MAINTAINERS                | 7 +++++++
 drivers/spi/spi-fsl-dspi.c | 5 +++--
 2 files changed, 10 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 10, 2020, 1:13 a.m. UTC | #1
The pull request you sent on Sat, 10 Oct 2020 00:44:23 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6f2f486d57c4d562cdf4932320b66fbb878ab1c4

Thank you!