Re: [PATCH v2 1/7] kernel: Add support for restart notifier call chain

2014-07-07 Thread Guenter Roeck
On 07/07/2014 02:14 PM, Andrew Morton wrote: On Sun, 6 Jul 2014 16:38:14 -0700 Guenter Roeck wrote: 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

Re: [PATCH v2 1/7] kernel: Add support for restart notifier call chain

2014-07-07 Thread Andrew Morton
On Sun, 6 Jul 2014 16:38:14 -0700 Guenter Roeck wrote: > 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 poi