mbox series

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

Message ID 5dc55026c1c6ad511e0ff918b43b6792.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.14-merge-window | expand

Pull-request

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

Message

Mark Brown Jan. 24, 2025, 6:03 p.m. UTC
The following changes since commit 78b435c9044a9ec321da29d299c70cb14b059682:

  spi: pxa2xx: Introduce __lpss_ssp_update_priv() helper (2025-01-16 17:04:31 +0000)

are available in the Git repository at:

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

for you to fetch changes up to a07eb4f67ed085f32002a1af2b6073546d67de3f:

  spi: omap2-mcspi: Correctly handle devm_clk_get_optional() errors (2025-01-21 13:07:03 +0000)

----------------------------------------------------------------
spi: Fix for v6.14

A simple fix for mishandling of some clk_get_optional() return codes in
the OMAP driver, the problem was reported against stable kernels on a
few platforms after an earlier incomplete fix was backported.

----------------------------------------------------------------
Mark Brown (1):
      spi: omap2-mcspi: Correctly handle devm_clk_get_optional() errors

 drivers/spi/spi-omap2-mcspi.c | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 25, 2025, 12:15 a.m. UTC | #1
The pull request you sent on Fri, 24 Jan 2025 18:03:21 +0000:

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

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

Thank you!