Re: [PATCH v7 04/11] arm: Support restart through restart handler call chain

2014-08-23 Thread Andreas Färber
Am 22.08.2014 04:19, schrieb Guenter Roeck: > On Fri, Aug 22, 2014 at 03:32:42AM +0200, Andreas Färber wrote: >> Am 20.08.2014 02:45, schrieb Guenter Roeck: >>> The kernel core now supports a restart handler call chain for system >>> restart functions. >>> >>> With this change, the arm_pm_restart c

Re: [PATCH v7 04/11] arm: Support restart through restart handler call chain

2014-08-21 Thread Guenter Roeck
On Fri, Aug 22, 2014 at 03:32:42AM +0200, Andreas Färber wrote: > Hi, > > Am 20.08.2014 02:45, 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 > > drop

Re: [PATCH v7 04/11] arm: Support restart through restart handler call chain

2014-08-21 Thread Andreas Färber
Hi, Am 20.08.2014 02:45, 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 > drop its initialization and check if it is set before calling it. > Only call the ker

Re: [PATCH v7 04/11] arm: Support restart through restart handler call chain

2014-08-20 Thread Doug Anderson
Guenter, On Tue, Aug 19, 2014 at 5:45 PM, Guenter Roeck wrote: > 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 > drop its initialization and check if it is set before calling it. > On

[PATCH v7 04/11] arm: Support restart through restart handler call chain

2014-08-19 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 drop its initialization and check if it is set before calling it. Only call the kernel restart handler if arm_pm_restart is not set. Signed-off