Re: [PATCH v2 12/45] csky: Use do_kernel_power_off()

2021-10-31 Thread Guo Ren
Only for this patch, Acked-by: Guo Ren On Thu, Oct 28, 2021 at 5:18 AM 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 d

[PATCH v2 12/45] csky: Use do_kernel_power_off()

2021-10-27 Thread Dmitry Osipenko
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 --- arch/csky/kernel