Re: [PATCH] clk: samsung: exynos4: Disable ARMCLK down feature on Exynos4210 SoC

2015-04-12 Thread Michael Turquette
Quoting Krzysztof Kozlowski (2015-03-28 09:37:05) > 2015-03-27 17:27 GMT+01:00 Bartlomiej Zolnierkiewicz > : > > Commit 42773b28e71d ("clk: samsung: exynos4: Enable ARMCLK > > down feature") enabled ARMCLK down feature on all Exynos4 > > SoCs. Unfortunately on Exynos4210 SoC ARMCLK down feature >

Re: [PATCH] clk: samsung: exynos4: Disable ARMCLK down feature on Exynos4210 SoC

2015-03-28 Thread Krzysztof Kozlowski
2015-03-27 17:27 GMT+01:00 Bartlomiej Zolnierkiewicz : > Commit 42773b28e71d ("clk: samsung: exynos4: Enable ARMCLK > down feature") enabled ARMCLK down feature on all Exynos4 > SoCs. Unfortunately on Exynos4210 SoC ARMCLK down feature > causes a lockup when ondemand cpufreq governor is used. > Fi

[PATCH] clk: samsung: exynos4: Disable ARMCLK down feature on Exynos4210 SoC

2015-03-27 Thread Bartlomiej Zolnierkiewicz
Commit 42773b28e71d ("clk: samsung: exynos4: Enable ARMCLK down feature") enabled ARMCLK down feature on all Exynos4 SoCs. Unfortunately on Exynos4210 SoC ARMCLK down feature causes a lockup when ondemand cpufreq governor is used. Fix it by limiting ARMCLK down feature to Exynos4x12 SoCs. This pa