Re: [RFC PATCH 05/16] arm64: support poweroff through poweroff handler call chain

2014-10-03 Thread Catalin Marinas
On Tue, Sep 30, 2014 at 07:00:45PM +0100, Guenter Roeck wrote: The kernel core now supports a poweroff handler call chain to remove power from the system. Call it if pm_power_off is set to NULL. Cc: Catalin Marinas catalin.mari...@arm.com Cc: Will Deacon will.dea...@arm.com Signed-off-by:

[RFC PATCH 05/16] arm64: support poweroff through poweroff handler call chain

2014-09-30 Thread Guenter Roeck
The kernel core now supports a poweroff handler call chain to remove power from the system. Call it if pm_power_off is set to NULL. Cc: Catalin Marinas catalin.mari...@arm.com Cc: Will Deacon will.dea...@arm.com Signed-off-by: Guenter Roeck li...@roeck-us.net --- arch/arm64/kernel/process.c | 2