index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
psci.c
Age
Commit message (
Expand
)
Author
2024-07-16
firmware: psci: register PSCI power domains to stub driver
Neil Armstrong
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
firmware: Remove <common.h> and add needed includes
Tom Rini
2024-03-13
firmware: psci: Fix bind_smccc_features psci check
Weizhao Ouyang
2023-04-25
firmware: psci: enable DM_FLAG_PRE_RELOC
Peng Fan
2022-06-23
firmware: psci: bind arm smccc features when discovered
Etienne Carriere
2022-06-23
firmware: psci: reorder header files inclusion
Etienne Carriere
2021-07-26
psci: Do not define do_poweroff() if CONFIG_SYSRESET_CMD_POWEROFF is enabled
Michal Simek
2021-05-24
treewide: Convert macro and uses of __section(foo) to __section("foo")
Marek BehĂșn
2021-05-17
psci: rename psci_features function
Igor Opaniuk
2021-04-20
psci: add features/reset2 support
Igor Opaniuk
2020-08-24
firmware: psci: Do not bind driver if U-Boot runs in EL3
Michal Simek
2020-08-04
psci: put psci_method in .data section if EFI_LOADER is not enabled
Yann Gautier
2020-06-18
firmware: PSCI: Fix PSCI support for OF live trees
Jon Hunter
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2019-12-02
common: Move enable/disable_interrupts out of common.h
Simon Glass
2018-12-02
efi_loader: PSCI reset and shutdown
Heinrich Schuchardt
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2017-12-04
drivers: firmware: psci: use pr_* log functions instead of printf()
Masahiro Yamada
2017-06-01
dm: core: Rename of_device_is_compatible()
Simon Glass
2017-06-01
dm: core: Replace of_offset with accessor (part 2)
Simon Glass
2017-06-01
dm: Use dm.h header when driver mode is used
Simon Glass
2017-04-18
sysreset: psci: support system reset in a generic way with PSCI
Masahiro Yamada