The following changes since commit 26470a2e87a6fc40750f4bfe962519e9ae9a9e72:
spi: imx: support word delay in ecspi (2024-11-14 11:43:39 +0000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.13-merge-window
for you to fetch changes up to d24cfee7f63d6b44d45a67c5662bd1cc48e8b3ca:
spi: Fix acpi deferred irq probe (2024-11-26 11:29:15 +0000)
----------------------------------------------------------------
spi: Fixes for v6.13
A few fairly minor driver specific fixes, plus one core fix for the
handling of deferred probe on ACPI systems - we ignoring probe deferral
and incorrectly treating it like a fatal error while parsing the generic
ACPI bindings for SPI devices.
----------------------------------------------------------------
Antonio Quartulli (1):
spi-imx: prevent overflow when estimating transfer time
Csókás, Bence (1):
spi: atmel-quadspi: Fix register name in verbose logging function
Jon Lin (1):
spi: rockchip-sfc: Embedded DMA only support 4B aligned address
Stanislaw Gruszka (1):
spi: Fix acpi deferred irq probe
drivers/spi/atmel-quadspi.c | 2 +-
drivers/spi/spi-imx.c | 2 +-
drivers/spi/spi-rockchip-sfc.c | 2 +-
drivers/spi/spi.c | 13 ++++++++++---
4 files changed, 13 insertions(+), 6 deletions(-)