Re: [PATCH v7 00/11] kernel: Add support for restart handler call chain

2014-10-01 Thread Heiko Stübner
Am Dienstag, 30. September 2014, 15:30:00 schrieb Guenter Roeck: > On Tue, Sep 30, 2014 at 02:20:02PM -0700, Andrew Morton wrote: > > On Tue, 19 Aug 2014 17:45:27 -0700 Guenter Roeck wrote: > > > Introduce a system restart handler call chain to solve the described > > > problems.> > > So someone

Re: [PATCH v7 00/11] kernel: Add support for restart handler call chain

2014-09-30 Thread Guenter Roeck
On 09/30/2014 04:40 PM, Stephen Rothwell wrote: Hi Guenter, On Tue, 30 Sep 2014 15:30:00 -0700 Guenter Roeck wrote: On Tue, Sep 30, 2014 at 02:20:02PM -0700, Andrew Morton wrote: On Tue, 19 Aug 2014 17:45:27 -0700 Guenter Roeck wrote: Introduce a system restart handler call chain to solve

Re: [PATCH v7 00/11] kernel: Add support for restart handler call chain

2014-09-30 Thread Stephen Rothwell
Hi Guenter, On Tue, 30 Sep 2014 15:30:00 -0700 Guenter Roeck wrote: > > On Tue, Sep 30, 2014 at 02:20:02PM -0700, Andrew Morton wrote: > > On Tue, 19 Aug 2014 17:45:27 -0700 Guenter Roeck wrote: > > > > > Introduce a system restart handler call chain to solve the described > > > problems. > >

Re: [PATCH v7 00/11] kernel: Add support for restart handler call chain

2014-09-30 Thread Guenter Roeck
On Tue, Sep 30, 2014 at 02:20:02PM -0700, Andrew Morton wrote: > On Tue, 19 Aug 2014 17:45:27 -0700 Guenter Roeck wrote: > > > Introduce a system restart handler call chain to solve the described > > problems. > > So someone has merged eight of these patches into linux-next but these > three: >

Re: [PATCH v7 00/11] kernel: Add support for restart handler call chain

2014-09-30 Thread Andrew Morton
On Tue, 19 Aug 2014 17:45:27 -0700 Guenter Roeck wrote: > Introduce a system restart handler call chain to solve the described problems. So someone has merged eight of these patches into linux-next but these three: watchdog-s3c2410-add-restart-handler.patch clk-samsung-register-restart-handlers

Re: [PATCH v7 00/11] kernel: Add support for restart handler call chain

2014-09-19 Thread Pramod Gurav
Hello Guenter, Thanks for the patches. Tested patches 1,2 & 4 from this series on qcom apq8064 based IFC6410 with Josh's patches which replace arm restart with restart notifier for this target. Tested-by: pramod.gu...@smartplayin.com On Wednesday 20 August 2014 06:15 AM, Guenter Roeck wrote: > V

[PATCH v7 00/11] kernel: Add support for restart handler call chain

2014-08-19 Thread Guenter Roeck
Various drivers implement architecture and/or device specific means to restart (reset) the system. Various mechanisms have been implemented to support those schemes. The best known mechanism is arm_pm_restart, which is a function pointer to be set either from platform specific code or from drivers.