mbox series

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

Message ID 20211220171847.63617C36AE2@smtp.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] SPI fixes for v5.16-rc6 | expand

Pull-request

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

Message

Mark Brown Dec. 20, 2021, 5:18 p.m. UTC
The following changes since commit 07fb78a78de4e67b5d6d5407aeee1250a327a698:

  spi: spi-rockchip: Add rk3568-spi compatible (2021-11-29 12:19:32 +0000)

are available in the Git repository at:

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

for you to fetch changes up to db6689b643d8653092f5853751ea2cdbc299f8d3:

  spi: change clk_disable_unprepare to clk_unprepare (2021-12-06 13:49:40 +0000)

----------------------------------------------------------------
spi: Fix for v5.16

One small fix for a long standing issue with error handling on probe in
the Armada driver.

----------------------------------------------------------------
Dongliang Mu (1):
      spi: change clk_disable_unprepare to clk_unprepare

 drivers/spi/spi-armada-3700.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Dec. 20, 2021, 6:29 p.m. UTC | #1
The pull request you sent on Mon, 20 Dec 2021 17:18:33 +0000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/86085fe79e3c1a66e32f2acae0ae64f4cceb8d28

Thank you!