Re: [PATCH 3/6] drivers: firmware: psci: Register with kernel restart handler

2019-10-16 Thread Stefan Agner
On 2019-10-15 16:51, Thierry Reding wrote: > From: Guenter Roeck > > Register with kernel restart handler instead of setting arm_pm_restart > directly. This enables support for replacing the PSCI restart handler > with a different handler if necessary for a specific board. > > Select a priority

[PATCH 3/6] drivers: firmware: psci: Register with kernel restart handler

2019-10-15 Thread Thierry Reding
From: Guenter Roeck Register with kernel restart handler instead of setting arm_pm_restart directly. This enables support for replacing the PSCI restart handler with a different handler if necessary for a specific board. Select a priority of 129 to indicate a higher than default priority, but ke

[PATCH 3/6] drivers: firmware: psci: Register with kernel restart handler

2017-01-30 Thread Thierry Reding
From: Guenter Roeck Register with kernel restart handler instead of setting arm_pm_restart directly. This enables support for replacing the PSCI restart handler with a different handler if necessary for a specific board. Select a priority of 129 to indicate a higher than default priority, but ke