summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/pmsu.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-18ARM: mvebu: add missing of_node_put() to fix reference leakJisheng Zhang1-0/+1
Add of_node_put to properly decrement the refcount when we are done using a given node. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Reviewed-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net> Conflicts: arch/arm/mach-mvebu/armada-370-xp.c arch/arm/mach-mvebu/platsmp.c
2012-11-21arm: mvebu: Add initial support for power managmement service unitGregory CLEMENT1-0/+75
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>