Re: [PATCH v2 02/15] gpio: brcmstb: Use modern PM macros

From: Florian Fainelli

Date: Tue Nov 18 2025 - 13:35:18 EST




On 11/17/2025 4:32 PM, Jisheng Zhang wrote:
Use the modern PM macros for the suspend and resume functions to be
automatically dropped by the compiler when CONFIG_PM or
CONFIG_PM_SLEEP are disabled, without having to use #ifdef guards.

This has the advantage of always compiling these functions in,
independently of any Kconfig option. Thanks to that, bugs and other
regressions are subsequently easier to catch.

Signed-off-by: Jisheng Zhang <jszhang@xxxxxxxxxx>
Acked-by: Doug Berger <opendmb@xxxxxxxxx>

Reviewed-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>
--
Florian