linux-stable/arch/arm/mach-sunxi
Chen-Yu Tsai 7cbea6327e ARM: sun9i: smp: Support CPU/cluster power down and hotplugging for cpu1~7
This patch adds common code used to power down all cores and clusters.
The code was previously based on the MCPM framework. It has now been
adapted to hook into struct smp_operations directly, but the code
structure still shows signs of prior work.

The primary core (cpu0) requires setting flags to have the BROM bounce
execution to the SMP software entry code. This is done in a subsequent
patch to keep the changes cleanly separated. By default the ARM SMP code
blocks cpu0 from being turned off, so splitting this out is safe.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
2018-02-20 11:12:38 +08:00
..
Kconfig ARM: sun9i: Support SMP bring-up on A80 2018-02-20 11:12:38 +08:00
Makefile ARM: sun9i: Support SMP bring-up on A80 2018-02-20 11:12:38 +08:00
mc_smp.c ARM: sun9i: smp: Support CPU/cluster power down and hotplugging for cpu1~7 2018-02-20 11:12:38 +08:00
platsmp.c ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbol 2017-02-28 11:06:10 +00:00
sunxi.c ARM: sunxi: add support for R40 SoC 2017-09-22 21:57:09 +02:00