[ARM] S3C64XX: Initial support for PM (suspend to RAM)
authorBen Dooks <ben-linux@fluff.org>
Tue, 10 Mar 2009 18:19:35 +0000 (18:19 +0000)
committerBen Dooks <ben-linux@fluff.org>
Thu, 7 May 2009 10:04:55 +0000 (11:04 +0100)
commitbd117bd161ea99826494983aef8c8e236ac129bd
tree76929c5f9eb611b7428a69375b2e6ddf09638821
parent4b637dc231a96a151ea70c27d86b35c7891e2a7c
[ARM] S3C64XX: Initial support for PM (suspend to RAM)

Add the initial support for the S3C64XX based systems to use
suspend-to-RAM to sleep.

Includes basic debugging for use with the SMDK6410 usign the
LEDs on the baseboard.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c6400/include/mach/regs-clock.h [new file with mode: 0644]
arch/arm/plat-s3c/Kconfig
arch/arm/plat-s3c/include/plat/pm.h
arch/arm/plat-s3c/pm.c
arch/arm/plat-s3c64xx/Makefile
arch/arm/plat-s3c64xx/include/plat/irqs.h
arch/arm/plat-s3c64xx/include/plat/pm-core.h [new file with mode: 0644]
arch/arm/plat-s3c64xx/include/plat/regs-clock.h
arch/arm/plat-s3c64xx/irq-eint.c
arch/arm/plat-s3c64xx/pm.c [new file with mode: 0644]
arch/arm/plat-s3c64xx/sleep.S [new file with mode: 0644]