[PATCH 0/2] spi: rpc-if: Add resume support for RZ/G3E

From: Biju Das

Date: Sun Sep 21 2025 - 07:26:55 EST


On RZ/G3E using PSCI, s2ram powers down the SoC. After resume,
reinitialize the hardware for SPI operations.

Also Replace the macro SIMPLE_DEV_PM_OPS->DEFINE_SIMPLE_DEV_PM_OPS macro
and use pm_sleep_ptr(). This lets us drop the check for CONFIG_PM_SLEEP
and __maybe_unused attribute from PM functions.

Biju Das (2):
spi: rpc-if: Drop deprecated SIMPLE_DEV_PM_OPS
spi: rpc-if: Add resume support for RZ/G3E

drivers/spi/spi-rpc-if.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

--
2.43.0