Re: [RFC PATCH 10/16] mips: support poweroff through poweroff handler call chain

2014-10-01 Thread Ralf Baechle
On Tue, Sep 30, 2014 at 11:00:50AM -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: Ralf Baechle r...@linux-mips.org Signed-off-by: Guenter Roeck li...@roeck-us.net ---

[RFC PATCH 10/16] mips: 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: Ralf Baechle r...@linux-mips.org Signed-off-by: Guenter Roeck li...@roeck-us.net --- arch/mips/kernel/reset.c | 2 ++ 1 file changed, 2 insertions(+) diff