mbox series

[GIT,PULL] SPI fixes for v5.14-rc4

Message ID 20210806145551.243236105A@mail.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] SPI fixes for v5.14-rc4 | expand

Pull-request

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

Message

Mark Brown Aug. 6, 2021, 2:55 p.m. UTC
The following changes since commit c45c1e82bba130db4f19d9dbc1deefcf4ea994ed:

  spi: spi-bcm2835: Fix deadlock (2021-07-20 13:34:05 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 0395be967b067d99494113d78470574e86a02ed4:

  spi: cadence-quadspi: Fix check condition for DTR ops (2021-08-05 20:18:10 +0100)

----------------------------------------------------------------
spi: Fixes for v5.14

A small collection of fixes for SPI, small mostly driver specific things
plus a fix for module autoloading which hadn't been working properly for
DT systems.

----------------------------------------------------------------
Andreas Schwab (1):
      spi: update modalias_show after of_device_uevent_modalias support

Apurva Nandan (1):
      spi: cadence-quadspi: Fix check condition for DTR ops

Dongliang Mu (1):
      spi: meson-spicc: fix memory leak in meson_spicc_remove

Guenter Roeck (1):
      spi: mediatek: Fix fifo transfer

Marek Vasut (2):
      spi: imx: mx51-ecspi: Fix low-speed CONFIGREG delay calculation
      spi: imx: mx51-ecspi: Fix CONFIGREG delay comment

Uwe Kleine-König (1):
      spi: spi-mux: Add module info needed for autoloading

 drivers/spi/spi-cadence-quadspi.c | 21 ++++++++++++++++++---
 drivers/spi/spi-imx.c             | 18 ++++++++++++++++--
 drivers/spi/spi-meson-spicc.c     |  2 ++
 drivers/spi/spi-mt65xx.c          | 19 +++++--------------
 drivers/spi/spi-mux.c             |  8 ++++++++
 drivers/spi/spi.c                 |  4 ++++
 6 files changed, 53 insertions(+), 19 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 6, 2021, 6:27 p.m. UTC | #1
The pull request you sent on Fri, 06 Aug 2021 15:55:19 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/894d6f401b21865962aba776ecaa918b2f0abaa6

Thank you!