From: Tomasz Figa Date: Thu, 10 Jul 2014 23:15:32 +0000 (+0900) Subject: ARM: EXYNOS: Register cpuidle device only on exynos4210 and 5250 X-Git-Tag: omap-for-v3.17/fixes-against-rc2~296^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bed7118988ef48063c72f67cc2701c72663b3870;p=pandora-kernel.git ARM: EXYNOS: Register cpuidle device only on exynos4210 and 5250 Currently, the exynos cpuidle driver works correctly only on exynos4210 and 5250. Trying to use it with just one CPU online on any other exynos SoCs will lead to system failure, due to unsupported AFTR mode on other SoCs. This patch fixes the problem by registering the driver only on supported SoCs and letting others simply use default WFI mode until support for them is added. Signed-off-by: Tomasz Figa Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed