summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/psci-client.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: psci: implement PSCI client driverAhmad Fatoum2019-11-071-0/+190
System reset on the STM32MP may be done via PSCI when running TF-A as first-stage boot loader. Provide a PSCI driver to simplify using it: - A psci_invoke function is exported, so other code can use it - A fixup for the PSCI device tree node is registered - A reset and poweroff handler via PSCI is registered for PSCI >= v0.2 Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>