From mboxrd@z Thu Jan 1 00:00:00 1970 From: mturquette@linaro.org (Michael Turquette) Date: Sun, 12 Apr 2015 21:02:12 -0700 Subject: [PATCH] clk: samsung: exynos4: Disable ARMCLK down feature on Exynos4210 SoC In-Reply-To: References: <1430933.sM2tQimLcT@amdc1032> Message-ID: <20150413040212.19585.31796@quantum> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 > > causes a lockup when ondemand cpufreq governor is used. > > Fix it by limiting ARMCLK down feature to Exynos4x12 SoCs. > > > > This patch was tested on: > > - Exynos4210 SoC based Trats board > > - Exynos4210 SoC based Origen board > > - Exynos4412 SoC based Trats2 board > > - Exynos4412 SoC based Odroid-U3 board > > > > Cc: Krzysztof Kozlowski > > Cc: Daniel Drake > > Cc: Tomasz Figa > > Cc: Kukjin Kim > > Fixes: 42773b28e71d ("clk: samsung: exynos4: Enable ARMCLK down feature") > > Cc: # v3.17+ > > Signed-off-by: Bartlomiej Zolnierkiewicz > > --- > > drivers/clk/samsung/clk-exynos4.c | 11 +++++------ > > 1 file changed, 5 insertions(+), 6 deletions(-) > > Reviewed-by: Krzysztof Kozlowski Applied. Thanks, Mike > > Best regards, > Krzysztof