summaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c24xx/include/plat/clock.h
AgeCommit message (Collapse)AuthorFilesLines
2008-12-16[ARM] S3C24XX: Move headers from plat-s3c24xx to plat-s3cBen Dooks1-73/+0
Move clock.h, cpu.h and devs.h to plat-s3c for use with the s3c64xx support. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2008-12-16[ARM] S3C24XX: Update clock data on resumeBen Dooks1-4/+11
Update the clock settings on resume for suspend/resume support so that if the boot loader changes anything or the system's PLL is reset then we return with the correct settings. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2008-12-16[ARM] S3C24XX: Change clock locking to use spinlocks.Ben Dooks1-1/+3
We cannot sleep if we have cpufreq pm enabled during some of the clock operations, so change to use a spinlock to protect the clock system. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2008-10-08[ARM] S3C24XX: Additional include movesBen Dooks1-0/+64
Continue moving the include files into arch/arm Signed-off-by: Ben Dooks <ben-linux@fluff.org>