[PATCH] ARM: 2764/1: S3C24XX - Common PM functions for Simtec boards
authorBen Dooks <ben-linux@fluff.org>
Wed, 29 Jun 2005 10:09:15 +0000 (11:09 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 29 Jun 2005 10:09:15 +0000 (11:09 +0100)
commitf705b1aed7002495a504086705ff9725ed9412dc
tree07a556626d6f86929332190d79e0d7d6404d64b8
parent99a0616bcdabec9005159e50af91a36cc3f8bda8
[PATCH] ARM: 2764/1: S3C24XX - Common PM functions for Simtec boards

Patch from Ben Dooks

All current S3C24XX implementations from Simtec share the same
requirements for suspend/resume information.
This patch moves the save code out of the mach-bast.c file,
and into it's own so it can be shared by all the current
Simtec S3C24XX implementations.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-s3c2410/Kconfig
arch/arm/mach-s3c2410/Makefile
arch/arm/mach-s3c2410/mach-bast.c
arch/arm/mach-s3c2410/pm-simtec.c [new file with mode: 0644]