mirror of https://gitee.com/openkylin/linux.git
35baa3369d
ARM EXYNOS cpuidle driver is currently not multiplatform support ready (as it uses device_initcall() for initialization and doesn't check on what platform it is running). Fix it by converting the driver to be a platform driver and registering exynos_cpuidle platform device from exynos[4,5]_dt_machine_init(). Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
||
---|---|---|
.. | ||
include/mach | ||
Kconfig | ||
Makefile | ||
Makefile.boot | ||
common.c | ||
common.h | ||
cpuidle.c | ||
exynos-smc.S | ||
firmware.c | ||
headsmp.S | ||
hotplug.c | ||
mach-exynos4-dt.c | ||
mach-exynos5-dt.c | ||
platsmp.c | ||
pm.c | ||
pm_domains.c | ||
pmu.c | ||
smc.h |