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

From: Mark Brown
Date: Fri Jan 24 2025 - 13:03:42 EST


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(-)