summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tango/smc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: tango: add Suspend-to-RAM supportMarc Gonzalez2016-07-071-0/+1
| | | | | | | | | | | Ask firmware to put RAM in self-refresh mode and power system down. echo mem > /sys/power/state See Documentation/power/states.txt Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* ARM: tango: add HOTPLUG_CPU supportMarc Gonzalez2016-07-061-1/+3
| | | | | | | cpu_die() and cpu_kill() are implemented in firmware. Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* ARM: tango4: Initial platform supportMarc Gonzalez2015-12-231-0/+5
Support Sigma Designs ARM-based (specifically, Cortex-A9 MPCore r3p0) Tango4 "Secure Media Processor" platforms: smp8756, smp8758, smp8759 (8756 is single-core, the latter are dual-core). Note: 8758 vs 8759: same chip, different package. Support for older MIPS-based platforms can be found elsewhere: https://github.com/mansr/linux-tangox Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com> Reviewed-by: Kevin Hilman <khilman@linaro.org> Signed-off-by: Olof Johansson <olof@lixom.net>