From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [RFC PATCH 01/15] clock: exynos: fixup endian in pll clk To: Matthew Leach References: <20160608183110.13851-1-matthew@mattleach.net> <20160608183110.13851-2-matthew@mattleach.net> Cc: Krzysztof Kozlowski , Ben Dooks , linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Tomasz Figa , Michael Turquette , Stephen Boyd , linux-clk@vger.kernel.org From: Sylwester Nawrocki Message-id: <575A8D94.80709@samsung.com> Date: Fri, 10 Jun 2016 11:51:16 +0200 MIME-version: 1.0 In-reply-to: <20160608183110.13851-2-matthew@mattleach.net> Content-type: text/plain; charset=windows-1252 List-ID: On 06/08/2016 08:30 PM, Matthew Leach wrote: > Fix the clk endian access code to deal with kernels built for big endian > operation. > > Signed-off-by: Matthew Leach We should have gotten rid of those __raw_{readl, writel} calls earlier for other reasons too. Thanks for the fix, patch applied! -- Regards, Sylwester From mboxrd@z Thu Jan 1 00:00:00 1970 From: s.nawrocki@samsung.com (Sylwester Nawrocki) Date: Fri, 10 Jun 2016 11:51:16 +0200 Subject: [RFC PATCH 01/15] clock: exynos: fixup endian in pll clk In-Reply-To: <20160608183110.13851-2-matthew@mattleach.net> References: <20160608183110.13851-1-matthew@mattleach.net> <20160608183110.13851-2-matthew@mattleach.net> Message-ID: <575A8D94.80709@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/08/2016 08:30 PM, Matthew Leach wrote: > Fix the clk endian access code to deal with kernels built for big endian > operation. > > Signed-off-by: Matthew Leach We should have gotten rid of those __raw_{readl, writel} calls earlier for other reasons too. Thanks for the fix, patch applied! -- Regards, Sylwester