ARM: vexpress/TC2: basic PM support
authorNicolas Pitre <nico@linaro.org>
Tue, 6 Aug 2013 18:10:08 +0000 (19:10 +0100)
committerPawel Moll <pawel.moll@arm.com>
Wed, 7 Aug 2013 13:55:52 +0000 (14:55 +0100)
commit11b277eabe7005f5c6f2c200b1e26a237badb114
tree4c05495b599a870e0bb372222d73144f9013c689
parentceca0e1c3930c942cb849620ebe8fdafb55b5cda
ARM: vexpress/TC2: basic PM support

This is the MCPM backend for the Virtual Express A15x2 A7x3 CoreTile
aka TC2.  This provides cluster management for SMP secondary boot and
CPU hotplug.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Pawel Moll <pawel.moll@arm.com>
Reviewed-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
[PM: made it drive SCC registers directly and provide base for SPC]
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
arch/arm/mach-vexpress/Kconfig
arch/arm/mach-vexpress/Makefile
arch/arm/mach-vexpress/tc2_pm.c [new file with mode: 0644]