Re: [PATCH v6 3/7] arm: Support restart through restart handler call chain

2014-08-09 Thread Guenter Roeck
On 08/09/2014 01:01 PM, Heiko Stübner wrote: Hi Guenter, Am Montag, 4. August 2014, 18:48:54 schrieb Guenter Roeck: The kernel core now supports a restart handler call chain for system restart functions. With this change, the arm_pm_restart callback is now optional, so check if it is set befor

Re: [PATCH v6 3/7] arm: Support restart through restart handler call chain

2014-08-09 Thread Heiko Stübner
Hi Guenter, Am Montag, 4. August 2014, 18:48:54 schrieb Guenter Roeck: > The kernel core now supports a restart handler call chain for system > restart functions. > > With this change, the arm_pm_restart callback is now optional, so check > if it is set before calling it. Only call the kernel res

[PATCH v6 3/7] arm: Support restart through restart handler call chain

2014-08-04 Thread Guenter Roeck
The kernel core now supports a restart handler call chain for system restart functions. With this change, the arm_pm_restart callback is now optional, so check if it is set before calling it. Only call the kernel restart handler if arm_pm_restart is not set. Signed-off-by: Guenter Roeck Acked-by