Re: [PATCH 5/7] misc: implement PSCI system reset driver

2019-11-06 Thread Sascha Hauer
On Wed, Nov 06, 2019 at 08:10:32AM +0100, Ahmad Fatoum wrote: > In cases where firmware provides PSCI >0.1, it may be prudent to use it as > backend for reset and poweroff. This driver accomplishes this. > > Signed-off-by: Ahmad Fatoum > --- > drivers/misc/Kconfig | 5 +++ >

[PATCH 5/7] misc: implement PSCI system reset driver

2019-11-05 Thread Ahmad Fatoum
In cases where firmware provides PSCI >0.1, it may be prudent to use it as backend for reset and poweroff. This driver accomplishes this. Signed-off-by: Ahmad Fatoum --- drivers/misc/Kconfig | 5 +++ drivers/misc/Makefile| 1 + drivers/misc/psci-sysreset.c | 62