Re: [PATCH v4] kernel: Add support for power-off handler call chain

2014-11-01 Thread Guenter Roeck
On 10/28/2014 10:11 AM, Guenter Roeck wrote: Various drivers implement architecture and/or device specific means to power off the system. For the most part, those drivers set the global variable pm_power_off to point to a function within the driver. This mechanism has a number of drawbacks. Ty

Re: [PATCH v4] kernel: Add support for power-off handler call chain

2014-10-28 Thread Guenter Roeck
On Tue, Oct 28, 2014 at 09:58:53PM +0100, Heiko Stübner wrote: > Am Dienstag, 28. Oktober 2014, 10:11:06 schrieb Guenter Roeck: > > Various drivers implement architecture and/or device specific means to > > power off the system. For the most part, those drivers set the global > > variable pm_power

Re: [PATCH v4] kernel: Add support for power-off handler call chain

2014-10-28 Thread Heiko Stübner
Am Dienstag, 28. Oktober 2014, 10:11:06 schrieb Guenter Roeck: > Various drivers implement architecture and/or device specific means to > power off the system. For the most part, those drivers set the global > variable pm_power_off to point to a function within the driver. > > This mechanism has

Re: [PATCH v4] kernel: Add support for power-off handler call chain

2014-10-28 Thread Guenter Roeck
On Tue, Oct 28, 2014 at 07:23:12PM +0100, Pavel Machek wrote: > On Tue 2014-10-28 10:11:06, Guenter Roeck wrote: > > Various drivers implement architecture and/or device specific means to > > power off the system. For the most part, those drivers set the global > > variable pm_power_off to point t

Re: [PATCH v4] kernel: Add support for power-off handler call chain

2014-10-28 Thread Pavel Machek
On Tue 2014-10-28 10:11:06, Guenter Roeck wrote: > Various drivers implement architecture and/or device specific means to > power off the system. For the most part, those drivers set the global > variable pm_power_off to point to a function within the driver. > > This mechanism has a number of dr

[PATCH v4] kernel: Add support for power-off handler call chain

2014-10-28 Thread Guenter Roeck
Various drivers implement architecture and/or device specific means to power off the system. For the most part, those drivers set the global variable pm_power_off to point to a function within the driver. This mechanism has a number of drawbacks. Typically only one scheme to remove power is supp