aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/sunxi/psci.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-21arm: set cntfrq_el0 if CONFIG_COUNTER_FREQUENCY is validWIP/2022-04-21-further-cleanupsPeng Fan1-1/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-03-18Revert "sunxi: psci: avoid error address-of-packed-member"Tomasz Duszynski1-11/+5
2019-12-18sunxi: psci: avoid error address-of-packed-memberHeinrich Schuchardt1-5/+11
2019-07-24psci: Fix warnings when compiling with W=1Patrick Delaunay1-1/+1
2018-05-07sunxi: psci: save context id in cpu_on commandPatrick Delaunay1-3/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-12sunxi: psci: Move entry address setting to separate functionChen-Yu Tsai1-7/+18
2017-04-20sunxi: Add PSCI support for R40Chen-Yu Tsai1-3/+32
2017-04-05ARM: rename CONFIG_TIMER_CLK_FREQ to COUNTER_FREQUENCYAndre Przywara1-1/+1
2016-08-05ARM: Rework and correct barrier definitionsTom Rini1-6/+6
2016-07-15ARM: PSCI: Switch to per-CPU target PC storage in secure data sectionChen-Yu Tsai1-3/+2
2016-07-15ARM: Move __secure definition to common asm/secure.hChen-Yu Tsai1-1/+1
2016-07-15ARM: PSCI: Remove unused psci_text_end symbolChen-Yu Tsai1-5/+0
2016-07-15sunxi: Move remaining PSCI assembly code to CChen-Yu Tsai1-1/+6
2016-06-20sunxi: Add PSCI implementation in CChen-Yu Tsai1-0/+273