Message ID | 1396597683-6969-18-git-send-email-daniel.lezcano@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 4 April 2014 13:18, Daniel Lezcano <daniel.lezcano@linaro.org> wrote: > The cpuidle driver is broken since v3.11 and now we are at v3.14. > > Default the cpuidle driver to favorize a better detection next time. > > Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> > --- > arch/arm/configs/exynos_defconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 04/04/2014 11:10 AM, Viresh Kumar wrote: > On 4 April 2014 13:18, Daniel Lezcano <daniel.lezcano@linaro.org> wrote: >> The cpuidle driver is broken since v3.11 and now we are at v3.14. >> >> Default the cpuidle driver to favorize a better detection next time. >> >> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> >> --- >> arch/arm/configs/exynos_defconfig | 1 + >> 1 file changed, 1 insertion(+) > > Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Thanks Viresh for the review !
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index dbe1f1c..7d8a689 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -132,3 +132,4 @@ CONFIG_DEBUG_INFO=y CONFIG_DEBUG_USER=y CONFIG_CRYPTO_SHA256=y CONFIG_CRC_CCITT=y +CONFIG_CPU_IDLE=y
The cpuidle driver is broken since v3.11 and now we are at v3.14. Default the cpuidle driver to favorize a better detection next time. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> --- arch/arm/configs/exynos_defconfig | 1 + 1 file changed, 1 insertion(+)