]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'spi-fix-v6.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... master
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Feb 2026 17:37:34 +0000 (09:37 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Feb 2026 17:37:34 +0000 (09:37 -0800)
commite7aa57247700733e52a8e2e4dee6a52c2a76de02
treee0ab6f0656284e0b8e17577e8e72cd7049c7cf40
parent142fdd7bb7095c114d027b1ee36878a67b869228
parenta0a75b40c919b9f6d3a0b6c978e6ccf344c1be5a
Merge tag 'spi-fix-v6.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi

Pull spi fixes from Mark Brown:
 "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"

* tag 'spi-fix-v6.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
  spi: tegra114: Preserve SPI mode bits in def_command1_reg
  spi: tegra: Fix a memory leak in tegra_slink_probe()
  spi: tegra210-quad: Protect curr_xfer check in IRQ handler
  spi: tegra210-quad: Protect curr_xfer clearing in tegra_qspi_non_combined_seq_xfer
  spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xfer
  spi: tegra210-quad: Protect curr_xfer assignment in tegra_qspi_setup_transfer_one
  spi: tegra210-quad: Move curr_xfer read inside spinlock
  spi: tegra210-quad: Return IRQ_HANDLED when timeout already processed transfer