Re: [RFC PATCH 07/16] c6x: support poweroff through poweroff handler call chain

2014-10-03 Thread Mark Salter
On Tue, 2014-09-30 at 11:00 -0700, 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: Mark Salter > Cc: Aurelien Jacquiot > Signed-off-by: Guenter Roeck > --- Acked-by: Mark Salt

[RFC PATCH 07/16] c6x: 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: Mark Salter Cc: Aurelien Jacquiot Signed-off-by: Guenter Roeck --- arch/c6x/kernel/process.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/c6x/ke