mbox series

[GIT,PULL] SPI fixes for v6.15-rc2

Message ID 2391fa16200e50aa1a9379b791d0b7a3.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.15-rc2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.15-rc2

Message

Mark Brown April 17, 2025, 7:08 p.m. UTC
The following changes since commit 8ffd015db85fea3e15a77027fda6c02ced4d2444:

  Linux 6.15-rc2 (2025-04-13 11:54:49 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.15-rc2

for you to fetch changes up to 951a04ab3a2db4029debfa48d380ef834b93207e:

  spi: spi-imx: Add check for spi_imx_setupxfer() (2025-04-17 12:25:12 +0100)

----------------------------------------------------------------
spi: Fixes for v6.15

A few more device specific fixes plus one trivial quirk.  There's a
couple of patches for Tegra which avoid some fairly spectacular log spam
if the hardware breaks in ways which were actually seen in production,
plus a fix for the i.MX driver to propagate errors properly when setting
up the hardware.  We also have a trivial patch marking the sun4i driver
as being compatible with GPIO chip selects.

----------------------------------------------------------------
Breno Leitao (2):
      spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for timeouts
      spi: tegra210-quad: add rate limiting and simplify timeout error message

Mans Rullgard (1):
      spi: sun4i: add support for GPIO chip select lines

Tamura Dai (1):
      spi: spi-imx: Add check for spi_imx_setupxfer()

 drivers/spi/spi-imx.c           | 5 ++++-
 drivers/spi/spi-sun4i.c         | 1 +
 drivers/spi/spi-tegra210-quad.c | 6 +++---
 3 files changed, 8 insertions(+), 4 deletions(-)