Re: [PATCH v2 15/45] nds32: Use do_kernel_power_off()

2021-10-28 Thread Greentime Hu
Dmitry Osipenko 於 2021年10月28日 週四 上午5:18寫道: > > 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.

[PATCH v2 15/45] nds32: 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/nds32/kerne