]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ARM: EXYNOS: Register cpuidle device only on exynos4210 and 5250
authorTomasz Figa <t.figa@samsung.com>
Thu, 10 Jul 2014 23:15:32 +0000 (08:15 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 10 Jul 2014 23:15:32 +0000 (08:15 +0900)
commitbed7118988ef48063c72f67cc2701c72663b3870
treeff0abef224a9eb4b91f4b6cd719eca67206f2a5a
parentcacaeb829385ef57b267c8e30308360a89994c1f
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 <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/exynos.c