Re: [PATCH v2 11/45] arm64: Use do_kernel_power_off()

From: Catalin Marinas
Date: Mon Nov 01 2021 - 09:28:41 EST


On Thu, Oct 28, 2021 at 12:16:41AM +0300, Dmitry Osipenko wrote:
> Kernel now supports chained power-off handlers. Use do_kernel_power_off()
> that invokes chained power-off handlers. It also invokes legacy
> pm_power_off() for now, which will be removed once all drivers will
> be converted to the new power-off API.
>
> Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx>

Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>