[GIT PULL] SPI fixes for v6.17-rc2

From: Mark Brown
Date: Thu Aug 21 2025 - 15:21:41 EST


The following changes since commit ffcfd071eec7973e58c4ffff7da4cb0e9ca7b667:

spi: cs42l43: Property entry should be a null-terminated array (2025-08-01 14:36:21 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 7c7cda81159b1abe7d50bcef2ccc6f662e225c8b:

spi: st: fix PM macros to use CONFIG_PM instead of CONFIG_PM_SLEEP (2025-08-21 13:14:10 +0100)

----------------------------------------------------------------
spi: Fixes for v6.17

A small collection of fixes that came in during the past week, a few
driver specifics plus one fix for the spi-mem core where we weren't
taking account of the frequency capabilities of the system when
determining if it can support an operation.

----------------------------------------------------------------
Gabor Juhos (2):
spi: spi-qpic-snand: use correct CW_PER_PAGE value for OOB write
spi: spi-qpic-snand: fix calculating of ECC OOB regions' properties

Miquel Raynal (1):
spi: spi-mem: Add missing kdoc argument

Raphael Gallais-Pou (1):
spi: st: fix PM macros to use CONFIG_PM instead of CONFIG_PM_SLEEP

Stefan Wahren (1):
spi: spi-fsl-lpspi: Clamp too high speed_hz

Tianyu Xu (1):
spi: spi-mem: add spi_mem_adjust_op_freq() in spi_mem_supports_op()

drivers/spi/spi-fsl-lpspi.c | 8 +++-----
drivers/spi/spi-mem.c | 4 ++++
drivers/spi/spi-qpic-snand.c | 22 +++++++++++++++-------
drivers/spi/spi-st-ssc4.c | 10 +++++-----
4 files changed, 27 insertions(+), 17 deletions(-)