mbox series

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

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

Pull-request

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

Message

Mark Brown May 16, 2025, 11:31 a.m. UTC
The following changes since commit 92a09c47464d040866cf2b4cd052bc60555185fb:

  Linux 6.15-rc5 (2025-05-04 13:55:04 -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-rc6

for you to fetch changes up to fb98bd0a13de2c9d96cb5c00c81b5ca118ac9d71:

  spi: spi-sun4i: fix early activation (2025-05-14 10:56:43 +0200)

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

A few small driver specific fixes, the most substantial one being the
Tegra one which fixes spurious errors with default delays for chip
select hold times.

----------------------------------------------------------------
Aaron Kling (1):
      spi: tegra114: Use value to check for invalid delays

Alessandro Grassi (1):
      spi: spi-sun4i: fix early activation

Geert Uytterhoeven (1):
      spi: loopback-test: Do not split 1024-byte hexdumps

 drivers/spi/spi-loopback-test.c | 2 +-
 drivers/spi/spi-sun4i.c         | 5 ++++-
 drivers/spi/spi-tegra114.c      | 6 +++---
 3 files changed, 8 insertions(+), 5 deletions(-)