On Wed, Jun 08, 2016 at 07:31:10PM +0100, Matthew Leach wrote: > From: Ben Dooks <ben.do...@codethink.co.uk> > > Add initial support for big endian by always writing the pte > in le32. Note, revisit if hardware capable of doing big endian > fetches. > > Signed-off-by: Ben Dooks <ben.do...@codethink.co.uk> > --- > Cc: Marek Szyprowski <m.szyprow...@samsung.com> > Cc: Joerg Roedel <j...@8bytes.org> > Cc: Kukjin Kim <kg...@kernel.org> > Cc: Krzysztof Kozlowski <k.kozlow...@samsung.com> > Cc: io...@lists.linux-foundation.org > Cc: linux-arm-ker...@lists.infradead.org > Cc: linux-samsung-...@vger.kernel.org > Cc: linux-kernel@vger.kernel.org (open list) > --- > drivers/iommu/exynos-iommu.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-)
Applied, thanks.