mbox series

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

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

Pull-request

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

Message

Mark Brown Sept. 25, 2020, 8:16 p.m. UTC
The following changes since commit c170a5a3b6944ad8e76547c4a1d9fe81c8f23ac8:

  spi: stm32: fix pm_runtime_get_sync() error checking (2020-09-09 15:11: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.9-rc6

for you to fetch changes up to 00fb259c618ea1198fc51b53a6167aa0d78672a9:

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

----------------------------------------------------------------
spi: Fixes for v5.9

A small collection of driver specific fixes, the fsl-espi and bcm-qspi
changes in particular have been causing breakage for users.

----------------------------------------------------------------
Chris Packham (1):
      spi: fsl-espi: Only process interrupts for expected events

Jason Yan (1):
      spi: bcm2835: Make polling_limit_us static

Ray Jui (1):
      spi: bcm-qspi: Fix probe regression on iProc platforms

Sascha Hauer (1):
      spi: fsl-dspi: fix use-after-free in remove path

Vladimir Oltean (1):
      spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCs

 drivers/spi/spi-bcm-qspi.c |  2 +-
 drivers/spi/spi-bcm2835.c  |  2 +-
 drivers/spi/spi-fsl-dspi.c | 18 ++++++++++--------
 drivers/spi/spi-fsl-espi.c |  5 +++--
 4 files changed, 15 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 25, 2020, 10:27 p.m. UTC | #1
The pull request you sent on Fri, 25 Sep 2020 21:16:43 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/782d1222555c42187af94b5cb65c68034f473fb2

Thank you!