original_kernel/arch/arm/mach-exynos
Daniel Lezcano 043c86b6f2 ARM: EXYNOS: Use cpuidle_register
Use the cpuidle generic function 'cpuidle_register'. That saves us
from some extra lines of code and unneeded variables.

A side effect of this change is a bug fix where before the cpuidle
driver was registered for each_online_cpu and now it is for
each_possible_cpu.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2014-05-26 05:21:06 +09:00
..
include/mach ARM: EXYNOS: Map SYSRAM through generic DT bindings 2014-05-15 03:30:05 +09:00
Kconfig ARM: EXYNOS: Add MCPM call-back functions 2014-05-16 04:26:30 +09:00
Makefile ARM: EXYNOS: Add MCPM call-back functions 2014-05-16 04:26:30 +09:00
Makefile.boot
common.h ARM: EXYNOS: Add generic cluster power control functions 2014-05-16 04:24:51 +09:00
cpuidle.c ARM: EXYNOS: Use cpuidle_register 2014-05-26 05:21:06 +09:00
exynos-smc.S
exynos.c ARM: EXYNOS: Map SYSRAM through generic DT bindings 2014-05-15 03:30:05 +09:00
firmware.c ARM: EXYNOS: Map SYSRAM through generic DT bindings 2014-05-15 03:30:05 +09:00
headsmp.S
hotplug.c ARM: EXYNOS: use generic exynos cpu power control functions 2014-05-16 04:24:50 +09:00
mcpm-exynos.c ARM: EXYNOS: Add MCPM call-back functions 2014-05-16 04:26:30 +09:00
mfc.h
platsmp.c ARM: EXYNOS: use generic exynos cpu power control functions 2014-05-16 04:24:50 +09:00
pm.c ARM: EXYNOS: Add generic cluster power control functions 2014-05-16 04:24:51 +09:00
pm_domains.c
pmu.c
regs-pmu.h ARM: EXYNOS: Add MCPM call-back functions 2014-05-16 04:26:30 +09:00
sleep.S
smc.h