summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/cpuidle.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: S3C64XX: Reduce residency requirement for cpuidle WFI modeMark Brown2012-02-111-1/+1
| | | | | | | | Entering and leaving WFI is really cheap so there's no reason to have much of a residency requirement for the state. Lower it to 1ms. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
* ARM: S3C64XX: Add basic cpuidle driverMark Brown2012-01-201-0/+91
Add a very basic cpuidle driver for S3C64xx which merely drives the CPU into IDLE mode. We could do this with pm_idle but the more modern idiom is to use cpuidle and the intention is to go further and support STOP and DEEP-STOP states in conjunction with the pm_domain framework. The actual state entry code was lifted from Tomasz Figa's work on spica. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
OpenPOWER on IntegriCloud