From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: [PATCH v5 10/14] MAINTAINERS: Add drivers/passthrough/arm Date: Tue, 13 May 2014 16:50:26 +0100 Message-ID: <1399996230-18201-11-git-send-email-julien.grall@linaro.org> References: <1399996230-18201-1-git-send-email-julien.grall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WkEyk-0008VM-T4 for xen-devel@lists.xenproject.org; Tue, 13 May 2014 15:50:55 +0000 Received: by mail-ee0-f44.google.com with SMTP id c41so561713eek.3 for ; Tue, 13 May 2014 08:50:53 -0700 (PDT) In-Reply-To: <1399996230-18201-1-git-send-email-julien.grall@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Keir Fraser , ian.campbell@citrix.com, tim@xen.org, Julien Grall , Ian Jackson , stefano.stabellini@citrix.com, Jan Beulich List-Id: xen-devel@lists.xenproject.org Add the ARM IOMMU directory to "ARM ARCHITECTURE" part Signed-off-by: Julien Grall Acked-by: Ian Campbell Cc: Keir Fraser Cc: Ian Jackson Cc: Jan Beulich --- Changes in v5: - Add trailing slash for consistency - Specificy in "IOMMU VENDOR INDEPENDENT CODE" that the directory arm is not maintened by them --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b53c574..ae915f4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -136,6 +136,7 @@ F: xen/drivers/char/dt-uart.c F: xen/drivers/char/exynos4210-uart.c F: xen/drivers/char/omap-uart.c F: xen/drivers/char/pl011.c +F: xen/drivers/passthrough/arm/ CPU POOLS M: Juergen Gross @@ -205,6 +206,7 @@ M: Jan Beulich S: Supported F: xen/drivers/passthrough/ X: xen/drivers/passthrough/amd/ +X: xen/drivers/passthrough/arm/ X: xen/drivers/passthrough/vtd/ F: xen/include/xen/iommu.h -- 1.7.10.4