mbox series

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

Message ID 20210623170547.50531611AC@mail.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] SPI fixes for v5.13-rc7 | expand

Pull-request

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

Message

Mark Brown June 23, 2021, 5:05 p.m. UTC
The following changes since commit d38fa9a155b2829b7e2cfcf8a4171b6dd3672808:

  spi: stm32-qspi: Always wait BUSY bit to be cleared in stm32_qspi_wait_cmd() (2021-06-03 13:55:36 +0100)

are available in the Git repository at:

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

for you to fetch changes up to f422316c8e9d3c4aff3c56549dfb44a677d02f14:

  spi: spi-nxp-fspi: move the register operation after the clock enable (2021-06-14 15:02:01 +0100)

----------------------------------------------------------------
spi: Fixes for v5.13

A couple of small, driver specific fixes that arrived in the past few
weeks.

----------------------------------------------------------------
Haibo Chen (1):
      spi: spi-nxp-fspi: move the register operation after the clock enable

Jon Hunter (1):
      spi: tegra20-slink: Ensure SPI controller reset is deasserted

 drivers/spi/spi-nxp-fspi.c      | 11 +++++------
 drivers/spi/spi-tegra20-slink.c |  5 +++++
 2 files changed, 10 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org June 23, 2021, 6:49 p.m. UTC | #1
The pull request you sent on Wed, 23 Jun 2021 18:05:18 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7426cedc7dad67bf3c71ea6cc29ab7822e1a453f

Thank you!