[GIT PULL] SPI fixes for v6.17-merge-window

From: Mark Brown
Date: Fri Aug 08 2025 - 13:02:53 EST


The following changes since commit 2d442a0c781403702de27ccfbc4bb233721585f5:

spi: SPISG: Fix less than zero comparison on a u32 variable (2025-07-25 18:46:31 +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-merge-window

for you to fetch changes up to ffcfd071eec7973e58c4ffff7da4cb0e9ca7b667:

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

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

There's one fix here for an issue with the CS42L43 where we were
allocating a single property for client devices as just that property
rather than a terminated array of properties like we are supposed to.
We also have an update to the MAINTAINERS file for some Renesas devices.

----------------------------------------------------------------
Fabrizio Castro (1):
MAINTAINERS: Add entries for the RZ/V2H(P) RSPI

Simon Trimmer (1):
spi: cs42l43: Property entry should be a null-terminated array

MAINTAINERS | 8 ++++++++
drivers/spi/spi-cs42l43.c | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)