From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH v2 2/3] iommu: add support for ARM Ltd. System MMU architecture Date: Wed, 26 Jun 2013 10:00:31 +0100 Message-ID: <20130626090030.GA26142@mudshark.cambridge.arm.com> References: <1372095086-15681-1-git-send-email-will.deacon@arm.com> <1372095086-15681-3-git-send-email-will.deacon@arm.com> <20130625212521.GP2743@alberich> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20130625212521.GP2743@alberich> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Andreas Herrmann Cc: Olav Haugan , "iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org" , Rob Herring , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" List-Id: iommu@lists.linux-foundation.org On Tue, Jun 25, 2013 at 10:25:21PM +0100, Andreas Herrmann wrote: > On Mon, Jun 24, 2013 at 01:31:25PM -0400, Will Deacon wrote: > > This patch adds support for SMMUs implementing the ARM System MMU > > architecture versions 1 or 2. Both arm and arm64 are supported, although > > the v7s descriptor format is not used. > > > > Cc: Rob Herring > > Cc: Andreas Herrmann > > Cc: Olav Haugan > > Cc: Joerg Roedel > > Signed-off-by: Will Deacon > > Acked-by: Andreas Herrmann Thanks Andreas! Will