From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Zolnierkiewicz Subject: Re: [PATCH] clk: samsung: fix cpu clock's flags checking Date: Fri, 28 Aug 2015 12:46:05 +0200 Message-ID: <7248406.UkvN4Bv1cx@amdc1976> References: <1435598978-21800-1-git-send-email-b.zolnierkie@samsung.com> <5591DD9B.4030507@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Return-path: In-reply-to: Sender: linux-kernel-owner@vger.kernel.org To: Sylwester Nawrocki , Michael Turquette Cc: Javier Martinez Canillas , Krzysztof Kozlowski , Thomas Abraham , Kukjin Kim , Kukjin Kim , Viresh Kumar , Dan Carpenter , Tomasz Figa , Lukasz Majewski , Heiko Stuebner , Chanwoo Choi , Kevin Hilman , Javier Martinez Canillas , "linux-samsung-soc@vger.kernel.org" , linux-clk@vger.kernel.org, "linux-pm@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Linux Kernel List-Id: linux-pm@vger.kernel.org Michael/Sylwester, could you please merge this patch? It is a bugfix for ddeac8d968d41d13a52582d6e80395a329e9b1ff ("clk: samsung: add infrastructure to register cpu clocks") which got merged in v4.2-rc1. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics On Tuesday, June 30, 2015 08:27:36 AM Javier Martinez Canillas wrote: > On Tue, Jun 30, 2015 at 2:06 AM, Krzysztof Kozlowski > wrote: > > On 30.06.2015 02:29, Bartlomiej Zolnierkiewicz wrote: > >> CLK_CPU_HAS_DIV1 and CLK_CPU_NEEDS_DEBUG_ALT_DIV masks were > >> incorrectly used as a bit numbers. Fix it. > >> > >> Tested on Exynos4210 based Origen board and on Exynos5250 based > >> Arndale board. > >> > >> Cc: Tomasz Figa > >> Cc: Michael Turquette > >> Cc: Javier Martinez Canillas > >> Cc: Thomas Abraham > >> Reported-by: Dan Carpenter > >> Signed-off-by: Bartlomiej Zolnierkiewicz > >> --- > >> drivers/clk/samsung/clk-cpu.c | 10 +++++----- > >> 1 file changed, 5 insertions(+), 5 deletions(-) > > > > Reviewed-by: Krzysztof Kozlowski > > > > Looks good to me as well. > > Reviewed-by: Javier Martinez Canillas > > > Best regards, > > Krzysztof > > > > Best regards, > Javier