[PATCH v2 1/9] ARM: EXYNOS: cpuidle: fix AFTR mode check

2013-12-20 Thread Bartlomiej Zolnierkiewicz
The EXYNOS cpuidle driver code assumes that cpuidle core will handle dev-state_count smaller than drv-state_count but currently this is untrue (dev-state_count is used only for handling cpuidle state sysfs entries and drv-state_count is used for all other cases) and will not be fixed in the future

Re: [PATCH v2 1/9] ARM: EXYNOS: cpuidle: fix AFTR mode check

2013-12-20 Thread Kukjin Kim
On 12/21/13 03:47, Bartlomiej Zolnierkiewicz wrote: The EXYNOS cpuidle driver code assumes that cpuidle core will handle dev-state_count smaller than drv-state_count but currently this is untrue (dev-state_count is used only for handling cpuidle state sysfs entries and drv-state_count is used

Re: [PATCH v2 1/9] ARM: EXYNOS: cpuidle: fix AFTR mode check

2013-12-20 Thread Daniel Lezcano
On 12/20/2013 07:47 PM, Bartlomiej Zolnierkiewicz wrote: The EXYNOS cpuidle driver code assumes that cpuidle core will handle dev-state_count smaller than drv-state_count but currently this is untrue (dev-state_count is used only for handling cpuidle state sysfs entries and drv-state_count is