]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitb97acc1f1a919ba0edf9dd3c69dd9662b26516b0
tree07a556626d6f86929332190d79e0d7d6404d64b8
parent9a1c32a91699a3991070e2a44c49f011a4c916a7
[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]