ARM: kirkwood: Add standby support
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Thu, 22 Aug 2013 15:49:07 +0000 (12:49 -0300)
committerJason Cooper <jason@lakedaemon.net>
Tue, 8 Oct 2013 15:41:52 +0000 (15:41 +0000)
commite1cb367de27ca5c186b0f120c3c10a4a0e8edd2e
treeaed853fb2fa315698ca5ff56a932dfbe7389b4f6
parent272b98c6455f00884f0350f775c5342358ebb73f
ARM: kirkwood: Add standby support

Implements standby support for Kirkwood SoC. When the SoC enters
standby state the memory PM units are disabled, the DDR is set
in self-refresh mode, and the CPU is set in WFI.

At this point there's no clock gating, as that is considered each
driver's task.

Signed-off-by: Simon Guinot <sguinot@lacie.com>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-kirkwood/Makefile
arch/arm/mach-kirkwood/board-dt.c
arch/arm/mach-kirkwood/common.c
arch/arm/mach-kirkwood/common.h
arch/arm/mach-kirkwood/include/mach/bridge-regs.h
arch/arm/mach-kirkwood/pm.c [new file with mode: 0644]