summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/pm.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-20ARM: S3C64XX: PM: Synchronise wakeup mask on suspendBen Dooks1-0/+20
Use the new wakeup mask synchronisation code to set the relevant wakeup mask bits. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2010-02-20ARM: S3C64XX: Move core support to mach-s3c64xxBen Dooks1-0/+173
Move the core S3C64XX support to mach-s3c64xx as it is unlikely to be used outside of this directory. Also move the SoC header files in with it. This includes the clock, cpu, cpufreq, dma, gpiolib and pll support. Signed-off-by: Ben Dooks <ben-linux@fluff.org>