[GIT,PULL] SPI fixes for v6.1-rc6

Message ID 20221123160524.A4687C433C1@smtp.kernel.org
State New
Headers
Series [GIT,PULL] SPI fixes for v6.1-rc6 |

Pull-request

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

Message

Mark Brown Nov. 23, 2022, 4:04 p.m. UTC
  The following changes since commit bff6bef701db784bb159a659e99c785b4594fc96:

  spi: amd: Fix SPI_SPD7 value (2022-11-04 12:25:03 +0000)

are available in the Git repository at:

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

for you to fetch changes up to e85e9e0d8cb759013d6474011c227f92e442d746:

  spi: spi-imx: spi_imx_transfer_one(): check for DMA transfer first (2022-11-18 11:39:50 +0000)

----------------------------------------------------------------
spi: Fixes for v6.1

A few fixes, all device specific.  The most important ones are for the
i.MX driver which had a couple of nasty data corruption inducing errors
appear after the change to support PIO mode in the last merge window
(one introduced by the change and one latent one which the PIO changes
exposed), thanks to Frieder, Fabio, Marc and Marek for jumping on that
and resolving the issues quickly once they were found.

----------------------------------------------------------------
Frieder Schrempf (1):
      spi: spi-imx: Fix spi_bus_clk if requested clock is higher than input clock

Krishna Yarlagadda (1):
      spi: tegra210-quad: Fix duplicate resource error

Marc Kleine-Budde (1):
      spi: spi-imx: spi_imx_transfer_one(): check for DMA transfer first

Xiongfeng Wang (1):
      spi: dw-dma: decrease reference count in dw_spi_dma_init_mfld()

Zhichao Liu (1):
      spi: mediatek: Fix DEVAPC Violation at KO Remove

 drivers/spi/spi-dw-dma.c        |  3 +++
 drivers/spi/spi-imx.c           | 13 ++++++++-----
 drivers/spi/spi-mt65xx.c        |  8 +++++++-
 drivers/spi/spi-tegra210-quad.c |  3 ++-
 4 files changed, 20 insertions(+), 7 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 23, 2022, 7:24 p.m. UTC | #1
The pull request you sent on Wed, 23 Nov 2022 16:04:59 +0000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4312098baf37ee17a8350725e6e0d0e8590252d4

Thank you!