Re: [PATCH 1/2] ARM: EXYNOS: convert cpuidle driver to be a platform driver

2013-09-02 Thread Daniel Lezcano
On 08/30/2013 12:15 PM, Bartlomiej Zolnierkiewicz wrote: 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

Re: [PATCH 1/2] ARM: EXYNOS: convert cpuidle driver to be a platform driver

2013-09-02 Thread Rafael J. Wysocki
On Monday, September 02, 2013 11:09:55 AM Daniel Lezcano wrote: On 08/30/2013 12:15 PM, Bartlomiej Zolnierkiewicz wrote: 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).

[PATCH 1/2] ARM: EXYNOS: convert cpuidle driver to be a platform driver

2013-08-30 Thread Bartlomiej Zolnierkiewicz
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