Re: [RFC PATCH 00/15] Exynos big-endian fixes

2016-06-09 Thread Ben Dooks
On 08/06/16 19:30, Matthew Leach wrote: > Hi all, > > I've been working with Ben Dooks to get a big-endian kernel working on > my Exynos 4412 board. Primarily this series consists of: > > - Replacing the __raw_{read,write}l accessors, which aren't > endian-clean, with their respective {rea

[RFC PATCH 00/15] Exynos big-endian fixes

2016-06-08 Thread Matthew Leach
Hi all, I've been working with Ben Dooks to get a big-endian kernel working on my Exynos 4412 board. Primarily this series consists of: - Replacing the __raw_{read,write}l accessors, which aren't endian-clean, with their respective {read,write}l_relaxed versions across various drivers.