From: Mark Brown Date: Sat, 24 Dec 2011 02:38:27 +0000 (+0900) Subject: ARM: S3C64XX: Add basic cpuidle driver X-Git-Tag: v3.4-rc1~72^2~1^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2abf13c9ffdcde537fc54b83f1bcd50cc758beca;p=pandora-kernel.git ARM: S3C64XX: Add basic cpuidle driver 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 Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed