aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mach-sunxi/mc_smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-02ARM: sun9i: smp: fix return code check of of_property_match_stringStefan Wahren1-2/+2
2024-01-02ARM: sun9i: smp: Fix array-index-out-of-bounds read in sunxi_mc_smp_initStefan Wahren1-2/+2
2023-04-13ARM: sunxi: Drop of_device.h includeRob Herring1-1/+0
2019-10-29ARM: sunxi: Fix CPU powerdown on A83TOndrej Jirman1-1/+5
2019-03-18ARM: sunxi: fix a leaked reference by adding missing of_node_putWen Yang1-1/+4
2018-05-08ARM: sun8i: smp: Add support for A83TMylène Josserand1-15/+136
2018-05-08ARM: sun9i: smp: Add is_a83t fieldMylène Josserand1-0/+4
2018-05-08ARM: sun9i: smp: Rename clusters's power-offMylène Josserand1-3/+3
2018-05-08ARM: sunxi: smp: Move assembly code into a fileMylène Josserand1-78/+4
2018-03-10ARM: sunxi: mc-smp: Split out SoC-specific device node lookup sequenceChen-Yu Tsai1-40/+86
2018-03-10ARM: sunxi: mc-smp: Use DT enable-method for sun9i A80 SMPChen-Yu Tsai1-1/+20
2018-03-10ARM: sunxi: mc-smp: Fix "lookback" typoChen-Yu Tsai1-2/+2
2018-02-20ARM: sun9i: smp: Support cpu0 hotplugChen-Yu Tsai1-3/+56
2018-02-20ARM: sun9i: smp: Support CPU/cluster power down and hotplugging for cpu1~7Chen-Yu Tsai1-1/+189
2018-02-20ARM: sun9i: Support SMP bring-up on A80Chen-Yu Tsai1-0/+550