commit | fdb0ff79eba71f22ee2afa74670b6cd7c8ce5a7d | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Wed Dec 31 13:46:40 2014 +0100 |
committer | Hans de Goede <hdegoede@redhat.com> | Wed Jan 14 14:56:40 2015 +0100 |
tree | a9f283938ea6e25830f9c2fa54c351dec161d450 | |
parent | 797a0f58ce420a4b0e2a43e711de8b4dd5069f68 [diff] |
sun7i: Add support for taking CPUs offline via PSCI Based on the original version by Marc Zyngier. It adds a psci_cpu_off implementation for the A20 SoC. The mechanism works by first preparing the calling CPU to go offline (disable and flush cache, disable SMP), then requesting CPU 0 to pull the plug. The request is sent as FIQ on SGI15. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>