mbox series

[GIT,PULL] SPI fixes for v6.8-merge-window

Message ID b4ca66ae22c11d163170c92db6c2470a.broonie@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] SPI fixes for v6.8-merge-window | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.8-merge-window

Message

Mark Brown Jan. 19, 2024, 1:29 p.m. UTC
The following changes since commit f6cd66231aa58599526584ff4df1bdde8d86eac8:

  spi: stm32: add st,stm32mp25-spi compatible supporting STM32MP25 soc (2023-12-21 20:44:05 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.8-merge-window

for you to fetch changes up to 17dc11a02d8dacc7e78968daa2a8c16281eb7d1e:

  spi: coldfire-qspi: Remove an erroneous clk_disable_unprepare() from the remove function (2024-01-05 15:43:54 +0000)

----------------------------------------------------------------
spi: Fix for v6.8

One simple fix for the device unbind path in the Coldfire driver, a
conversion to use a combined get/enable helper missed removing a
disable.

----------------------------------------------------------------
Christophe JAILLET (1):
      spi: coldfire-qspi: Remove an erroneous clk_disable_unprepare() from the remove function

 drivers/spi/spi-coldfire-qspi.c | 1 -
 1 file changed, 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Jan. 19, 2024, 9:27 p.m. UTC | #1
The pull request you sent on Fri, 19 Jan 2024 13:29:02 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.8-merge-window

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

Thank you!