* [GIT PULL] SPI fixes for v6.16-rc4
@ 2025-07-04 15:07 Mark Brown
2025-07-04 17:36 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2025-07-04 15:07 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-spi, linux-kernel, Mark Brown
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] SPI fixes for v6.16-rc4
2025-07-04 15:07 [GIT PULL] SPI fixes for v6.16-rc4 Mark Brown
@ 2025-07-04 17:36 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-07-04 17:36 UTC (permalink / raw)
To: Mark Brown; +Cc: Linus Torvalds, linux-spi, linux-kernel, Mark Brown
The pull request you sent on Fri, 04 Jul 2025 16:07:12 +0100:
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.16-rc4
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a1d8128f701682d34d9308c9e6b7385c0ffa4b4b
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-04 17:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-04 15:07 [GIT PULL] SPI fixes for v6.16-rc4 Mark Brown
2025-07-04 17:36 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).