arm: mvebu: Add initial support for power managmement service unit
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 2 Aug 2012 08:17:51 +0000 (11:17 +0300)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 21 Nov 2012 15:49:36 +0000 (16:49 +0100)
commit7444dad2409afd94c08875e961ca61c5999cd606
treeaa1f24e295e9554eb598922049d4c199cbf2fd6e
parent009f13159bfdccd6e06fe3b62a39fee6dce26c39
arm: mvebu: Add initial support for power managmement service unit

The Armada 370 and Armada XP SOCs have a power management service unit
which is responsible for powering down and waking up CPUs and other
SOC units. This patch adds support for this unit.

Signed-off-by: Yehuda Yitschak <yehuday@marvell.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Documentation/devicetree/bindings/arm/armada-370-xp-pmsu.txt [new file with mode: 0644]
arch/arm/boot/dts/armada-xp.dtsi
arch/arm/mach-mvebu/Makefile
arch/arm/mach-mvebu/common.h
arch/arm/mach-mvebu/pmsu.c [new file with mode: 0644]
arch/arm/mach-mvebu/pmsu.h [new file with mode: 0644]