Re: [PATCH v3 2/6] ARM: imx: Switch to new sys-off handler API

From: Shawn Guo
Date: Mon Oct 21 2024 - 21:27:36 EST


On Fri, Oct 11, 2024 at 03:16:41PM -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>

Applied, thanks!