spi: rpc-if: Add resume support for RZ/G3E
authorMark Brown <broonie@kernel.org>
Tue, 23 Sep 2025 08:57:52 +0000 (10:57 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 23 Sep 2025 08:57:52 +0000 (10:57 +0200)
commit2bfb20b65d9bc1d0de58f8c28ca9d6f1d27bbc01
tree28dd423bd06eff7e930d203f8b3ed4c0227cce82
parent089558a9baaceb68b58c31cab658b7117743c452
parentad4728740bd68d74365a43acc25a65339a9b2173
spi: rpc-if: Add resume support for RZ/G3E

Merge series from Biju Das <biju.das.jz@bp.renesas.com>:

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.
MAINTAINERS