
18 Aug
2016
18 Aug
'16
5:45 a.m.
On 16 August 2016 at 13:08, Alexander Graf agraf@suse.de wrote:
Using PSCI you can not only reset the system, you can also shut it down! This patch exposes a function to do exactly that to whatever code wants to make use of it.
Signed-off-by: Alexander Graf agraf@suse.de
arch/arm/cpu/armv8/fwcall.c | 15 +++++++++++++++ arch/arm/include/asm/system.h | 1 + 2 files changed, 16 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org