From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751695AbcFUKCc (ORCPT ); Tue, 21 Jun 2016 06:02:32 -0400 Received: from 8bytes.org ([81.169.241.247]:52408 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751437AbcFUKCK (ORCPT ); Tue, 21 Jun 2016 06:02:10 -0400 Date: Tue, 21 Jun 2016 11:59:44 +0200 From: Joerg Roedel To: Matthew Leach Cc: Krzysztof Kozlowski , Ben Dooks , linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Marek Szyprowski , Kukjin Kim , iommu@lists.linux-foundation.org Subject: Re: [RFC PATCH 15/15] iommu/exynos: update to use iommu big-endian Message-ID: <20160621095944.GF28248@8bytes.org> References: <20160608183110.13851-1-matthew@mattleach.net> <20160608183110.13851-16-matthew@mattleach.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160608183110.13851-16-matthew@mattleach.net> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 08, 2016 at 07:31:10PM +0100, Matthew Leach wrote: > From: Ben Dooks > > 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 > --- > Cc: Marek Szyprowski > Cc: Joerg Roedel > Cc: Kukjin Kim > Cc: Krzysztof Kozlowski > Cc: iommu@lists.linux-foundation.org > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-samsung-soc@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.