summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/psci.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: psci: make PSCI method a of_psci_fixup parameterAhmad Fatoum2022-11-071-1/+1
* ARM: psci: fix NULL pointer dereference on CPU idleAhmad Fatoum2020-10-021-1/+1
* arm/cpu: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-07-141-10/+1
* Merge branch 'for-next/randfixes'Sascha Hauer2019-12-101-0/+1
|\
| * ARM: psci: declare locally used functions as staticLucas Stach2019-12-021-1/+1
* | ARM: psci: factor out smc command into commands/Ahmad Fatoum2019-11-191-105/+0
|/
* ARM: psci: wire in smc command helpAhmad Fatoum2019-11-071-2/+4
* ARM: psci: use CONFIG_ARM_PSCI_DEBUG for smc commandAhmad Fatoum2019-11-071-1/+1
* ARM: psci: translate PSCI error codes in smc commandAhmad Fatoum2019-11-071-1/+37
* ARM: psci: fix erroneous call of ->system_reset on system_offAhmad Fatoum2019-07-041-3/+3
* ARM: psci: factor out of_psci_fixup() to separate fileSascha Hauer2019-05-131-21/+6
* ARM: unify asm/arm-smccc.h and linux/arm-smccc.hSascha Hauer2019-05-131-1/+1
* ARM: psci: Avoid missing prototypes warningSascha Hauer2018-11-121-0/+7
* ARM: psci: Remove unused code in psci_entry()Andrey Smirnov2018-06-181-6/+0
* ARM: psci command: Add to misc groupSascha Hauer2017-12-011-2/+3
* treewide: Use of_property_write_string() where appropriateSascha Hauer2017-03-301-4/+2
* ARM: i.MX7: Add PSCI supportSascha Hauer2017-02-131-0/+13
* ARM: Add PSCI supportSascha Hauer2017-02-131-0/+298