[GIT PULL] SPI fixes for v7.3-merge-window
From: Mark Brown
Date: Thu Aug 27 2026 - 09:51:04 EST
The following changes since commit 23688febe4b44b10f4b454eb1cde0ba379a84119:
spi: Fix DMA mapping ownership on partial map failure (2026-08-14 16:48:53 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v7.3-merge-window
for you to fetch changes up to a9c2f0d401fd1e11ce59e4243946a59bd818e8c5:
spi: loongson: pm: add .freeze .poweroff .thaw .restore (2026-08-20 13:14:02 +0100)
----------------------------------------------------------------
spi: Fixes for v7.3
A couple of fixes that came in during the merge window, Geert fixed an
uninitialised data bug in the amlogic-spisg driver which could crash and
in the Loongson driver Li Jun hooked up the existing suspend operations
more fully to fix hibernation.
----------------------------------------------------------------
Geert Uytterhoeven (1):
spi: amlogic-spisg: Make sure clk_init_data is fully initialized
Li Jun (1):
spi: loongson: pm: add .freeze .poweroff .thaw .restore
drivers/spi/spi-amlogic-spisg.c | 2 +-
drivers/spi/spi-loongson-core.c | 6 ++----
2 files changed, 3 insertions(+), 5 deletions(-)