[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <36262b502dd08b5d5c602f7c7a1d6449.broonie@kernel.org>
Date: Fri, 04 Jul 2025 16:07:12 +0100
From: Mark Brown <broonie@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-spi@...r.kernel.org, linux-kernel@...r.kernel.org, Mark Brown <broonie@...nel.org>
Subject: [GIT PULL] SPI fixes for v6.16-rc4
The following changes since commit d0b3b7b22dfa1f4b515fd3a295b3fd958f9e81af:
Linux 6.16-rc4 (2025-06-29 13:09: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.16-rc4
for you to fetch changes up to 04a8ff1bc3514808481ddebd454342ad902a3f60:
spi: cadence-quadspi: fix cleanup of rx_chan on failure paths (2025-07-01 14:02:26 +0100)
----------------------------------------------------------------
spi: Fixes for v6.16
As well as a few driver specific fixes we've got a core change here
which raises the hard coded limit on the number of devices we can
support on one SPI bus since some FPGA based systems are running into
the existing limit. This is not a good solution but it's one suitable
for this point in the release cycle, we should dynamically size the
relevant data structures which I hope will happen in the next couple of
merge windows.
We also pull in a MTD fix for the Qualcomm SNAND driver, the two fixes
cover the same issue and merging them together minimises bisection
issues.
----------------------------------------------------------------
Gabor Juhos (2):
spi: spi-qpic-snand: reallocate BAM transactions
mtd: nand: qpic_common: prevent out of bounds access of BAM arrays
James Clark (1):
spi: spi-fsl-dspi: Clear completion counter before initiating transfer
Khairul Anuar Romli (1):
spi: cadence-quadspi: fix cleanup of rx_chan on failure paths
Marc Kleine-Budde (1):
spi: Raise limit on number of chip selects to 24
Mark Brown (1):
spi: spi-qpic-snand: avoid memory corruption
drivers/mtd/nand/qpic_common.c | 30 ++++++++++++++++++++++++++----
drivers/spi/spi-cadence-quadspi.c | 5 -----
drivers/spi/spi-fsl-dspi.c | 11 ++++++++++-
drivers/spi/spi-qpic-snand.c | 16 ++++++++++++++++
include/linux/mtd/nand-qpic-common.h | 8 ++++++++
include/linux/spi/spi.h | 2 +-
6 files changed, 61 insertions(+), 11 deletions(-)
Powered by blists - more mailing lists