aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware/psci.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-20psci: add features/reset2 supportIgor Opaniuk1-0/+68
2020-08-24firmware: psci: Do not bind driver if U-Boot runs in EL3Michal Simek1-0/+6
2020-08-04psci: put psci_method in .data section if EFI_LOADER is not enabledYann Gautier1-0/+4
2020-06-18firmware: PSCI: Fix PSCI support for OF live treesJon Hunter1-3/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2018-12-02efi_loader: PSCI reset and shutdownHeinrich Schuchardt1-16/+84
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-12-04drivers: firmware: psci: use pr_* log functions instead of printf()Masahiro Yamada1-3/+4
2017-06-01dm: core: Rename of_device_is_compatible()Simon Glass1-2/+2
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass1-2/+2
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2017-04-18sysreset: psci: support system reset in a generic way with PSCIMasahiro Yamada1-0/+94