[GIT PULL] SPI fixes for v6.19-rc8

From: Mark Brown

Date: Sat Feb 07 2026 - 07:43:33 EST


The following changes since commit 63804fed149a6750ffd28610c5c1c98cce6bd377:

Linux 6.19-rc7 (2026-01-25 14:11:24 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a0a75b40c919b9f6d3a0b6c978e6ccf344c1be5a:

spi: tegra114: Preserve SPI mode bits in def_command1_reg (2026-02-05 19:29:36 +0000)

----------------------------------------------------------------
spi: Fixes for v6.19

One final batch of fixes for the Tegra SPI drivers, the main one is a
batch of fixes for races with the interrupts in the Tegra210 QSPI driver
that Breno has been working on for a while.

----------------------------------------------------------------
Breno Leitao (6):
spi: tegra210-quad: Return IRQ_HANDLED when timeout already processed transfer
spi: tegra210-quad: Move curr_xfer read inside spinlock
spi: tegra210-quad: Protect curr_xfer assignment in tegra_qspi_setup_transfer_one
spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xfer
spi: tegra210-quad: Protect curr_xfer clearing in tegra_qspi_non_combined_seq_xfer
spi: tegra210-quad: Protect curr_xfer check in IRQ handler

Felix Gu (1):
spi: tegra: Fix a memory leak in tegra_slink_probe()

Vishwaroop A (1):
spi: tegra114: Preserve SPI mode bits in def_command1_reg

drivers/spi/spi-tegra114.c | 3 +++
drivers/spi/spi-tegra20-slink.c | 6 +++--
drivers/spi/spi-tegra210-quad.c | 56 ++++++++++++++++++++++++++++++++++++++---
3 files changed, 59 insertions(+), 6 deletions(-)