mbox series

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

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

Pull-request

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

Message

Mark Brown Nov. 28, 2024, 1:54 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 28, 2024, 7:19 p.m. UTC | #1
The pull request you sent on Thu, 28 Nov 2024 13:54:53 +0000:

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

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

Thank you!