Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751283AbdISJcw (ORCPT ); Tue, 19 Sep 2017 05:32:52 -0400 Received: from 8bytes.org ([81.169.241.247]:46734 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750964AbdISJcv (ORCPT ); Tue, 19 Sep 2017 05:32:51 -0400 Date: Tue, 19 Sep 2017 11:32:45 +0200 From: Joerg Roedel To: Suman Anna Cc: iommu@lists.linux-foundation.org, Tony Lindgren , Tero Kristo , Laurent Pinchart , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] Dual MMU support for TI DRA7xx DSPs Message-ID: <20170919093245.mp4erzlkhfb5wrlg@8bytes.org> References: <20170905225618.912-1-s-anna@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170905225618.912-1-s-anna@ti.com> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 383 Lines: 10 On Tue, Sep 05, 2017 at 05:56:16PM -0500, Suman Anna wrote: > Suman Anna (2): > iommu/omap: Change the attach detection logic > iommu/omap: Add support to program multiple iommus > > drivers/iommu/omap-iommu.c | 375 ++++++++++++++++++++++++++++++++++----------- > drivers/iommu/omap-iommu.h | 30 ++-- > 2 files changed, 296 insertions(+), 109 deletions(-) Applied, thanks.