Re: [PATCH 3/6] ARM: orion5x: Switch to new sys-off handler API

From: Andrew Lunn
Date: Mon Jun 10 2024 - 09:57:33 EST


On Mon, Jun 10, 2024 at 07:59:21AM -0500, Andrew Davis wrote:
> Kernel now supports chained power-off handlers. Use
> register_platform_power_off() that registers a platform level power-off
> handler. Legacy pm_power_off() will be removed once all drivers and archs
> are converted to the new sys-off API.
>
> Signed-off-by: Andrew Davis <afd@xxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew