Re: [PATCH] memory: atmel-ebi: Convert to DEFINE_SIMPLE_DEV_PM_OPS()

From: Krzysztof Kozlowski

Date: Fri Aug 21 2026 - 03:45:52 EST


On 21/08/2026 09:42, Triet Hoang wrote:
> Convert the deprecated SIMPLE_DEV_PM_OPS
> to DEFINE_SIMPLE_DEV_PM_OPS
> and pm_sleep_ptr().
>
> This lets us drop the __maybe_unused annotations
> from its suspend and resume callbacks,
> also reduces kernel size in case CONFIG_PM or
> CONFIG_PM_SLEEP is disabled.
>
> Signed-off-by: Triet Hoang <triet.hoang.dev@xxxxxxxxx>
> ---

Stop right there, before you spam me more like here:

https://lore.kernel.org/all/?q=f%3Atriet.hoang.dev%40gmail.com

Organize your patches in patchsets targeting subsystems. ALL your patches.

Best regards,
Krzysztof