[GIT PULL] SPI fixes for v7.1-rc5
From: Mark Brown
Date: Fri May 29 2026 - 19:02:14 EST
The following changes since commit e7ae89a0c97ce2b68b0983cd01eda67cf373517d:
Linux 7.1-rc5 (2026-05-24 13:48:06 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v7.1-rc5
for you to fetch changes up to 79378db6a86c7014cce40b65252e6c18f5b8bcc2:
spi: spi-mem: avoid mutating op template in spi_mem_supports_op() (2026-05-28 13:49:00 +0100)
----------------------------------------------------------------
spi: Updaets for v7.1
One substantive fix here, fixing corruption of the maximum frequency for
spi-mem operations which caused users to remember what should have been
a temporarily modified maximum frequency as the standard going forward,
potentially causing instability when the modification raised rather than
lowered the frequency.
We also have a trivial patch which just documents the correct way to
describe the Qualcomm IPQ5210 SNAND controller in the DT, there are no
code changes.
----------------------------------------------------------------
Santhosh Kumar K (1):
spi: spi-mem: avoid mutating op template in spi_mem_supports_op()
Varadarajan Narayanan (1):
spi: dt-bindings: spi-qpic-snand: Add ipq5210 compatible
.../devicetree/bindings/spi/qcom,spi-qpic-snand.yaml | 1 +
drivers/spi/spi-mem.c | 15 +++++++++++----
2 files changed, 12 insertions(+), 4 deletions(-)