From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [RFC PATCH 03/15] clk: samsung: exynos4: fixup reg access on be To: Matthew Leach References: <20160608183110.13851-1-matthew@mattleach.net> <20160608183110.13851-4-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 , Kukjin Kim , linux-clk@vger.kernel.org From: Sylwester Nawrocki Message-id: <575A8DBC.4070403@samsung.com> Date: Fri, 10 Jun 2016 11:51:56 +0200 MIME-version: 1.0 In-reply-to: <20160608183110.13851-4-matthew@mattleach.net> Content-type: text/plain; charset=windows-1252 List-ID: On 06/08/2016 08:30 PM, Matthew Leach wrote: > Use the byte-order aware big endian accessors, allowing for kernels > running under big-endian. > > Signed-off-by: Matthew Leach Patch applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: s.nawrocki@samsung.com (Sylwester Nawrocki) Date: Fri, 10 Jun 2016 11:51:56 +0200 Subject: [RFC PATCH 03/15] clk: samsung: exynos4: fixup reg access on be In-Reply-To: <20160608183110.13851-4-matthew@mattleach.net> References: <20160608183110.13851-1-matthew@mattleach.net> <20160608183110.13851-4-matthew@mattleach.net> Message-ID: <575A8DBC.4070403@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: > Use the byte-order aware big endian accessors, allowing for kernels > running under big-endian. > > Signed-off-by: Matthew Leach Patch applied, thanks.