From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Krzysztof Kozlowski , "Bartlomiej Zolnierkiewicz" From: Michael Turquette In-Reply-To: Cc: "Sylwester Nawrocki" , "Krzysztof Kozlowski" , linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, "Stephen Boyd" , "Tomasz Figa" , stable@vger.kernel.org, "Daniel Drake" , "Kukjin Kim" , linux-arm-kernel@lists.infradead.org References: <1430933.sM2tQimLcT@amdc1032> Message-ID: <20150413040212.19585.31796@quantum> Subject: Re: [PATCH] clk: samsung: exynos4: Disable ARMCLK down feature on Exynos4210 SoC Date: Sun, 12 Apr 2015 21:02:12 -0700 Sender: linux-kernel-owner@vger.kernel.org List-ID: 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