Re: [PATCH v4 01/15] ARM: export arm_pm_restart()

2019-01-08 Thread Lubomir Rintel
On Tue, 2019-01-08 at 23:31 +, Russell King - ARM Linux wrote: > On Tue, Jan 08, 2019 at 06:58:04PM +0100, Lubomir Rintel wrote: > > The OLPC XO 1.75 laptop is rebooted with a command to the Embedded > > Controller. The EC driver should be a module, since most people don't need > > it to be

Re: [PATCH v4 01/15] ARM: export arm_pm_restart()

2019-01-08 Thread Russell King - ARM Linux
On Tue, Jan 08, 2019 at 06:58:04PM +0100, Lubomir Rintel wrote: > The OLPC XO 1.75 laptop is rebooted with a command to the Embedded > Controller. The EC driver should be a module, since most people don't need > it to be compiled in. Why do you need this - is there a reason why you can't hook

[PATCH v4 01/15] ARM: export arm_pm_restart()

2019-01-08 Thread Lubomir Rintel
The OLPC XO 1.75 laptop is rebooted with a command to the Embedded Controller. The EC driver should be a module, since most people don't need it to be compiled in. Signed-off-by: Lubomir Rintel --- Changes since v3: - Added the patch to the set arch/arm/kernel/reboot.c | 1 + 1 file changed, 1