From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: [PATCH v9 0/2] xen/arm: Add SMMU drivers Date: Wed, 28 May 2014 14:31:15 +0100 Message-ID: <1401283878-19775-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 1Wpdx2-0004Ev-6C for xen-devel@lists.xenproject.org; Wed, 28 May 2014 13:31:28 +0000 Received: by mail-wg0-f45.google.com with SMTP id m15so10949984wgh.28 for ; Wed, 28 May 2014 06:31:24 -0700 (PDT) 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: stefano.stabellini@citrix.com, Julien Grall , tim@xen.org, ian.campbell@citrix.com, naresh.bhat@linaro.org List-Id: xen-devel@lists.xenproject.org This series was formerly called "IOMMU support for ARM". It adds support for the ARM SMMU driver which is used for instance by Midway. Major changes in v8: - Update comments and commit message in patch #2 For all changes see in each patch. A working tree can be found here: git://xenbits.xen.org/people/julieng/xen-unstable.git branch smmu-v9 Sincerely yours, Julien Grall (2): drivers/passthrough: arm: Add support for SMMU drivers xen/arm: grant: Add another entry to map MFN 1:1 in dom0 p2m xen/arch/arm/p2m.c | 2 + xen/common/grant_table.c | 4 +- xen/drivers/passthrough/arm/Makefile | 1 + xen/drivers/passthrough/arm/smmu.c | 1784 ++++++++++++++++++++++++++++++++++ xen/include/asm-arm/grant_table.h | 3 + xen/include/asm-arm/p2m.h | 3 + xen/include/asm-x86/grant_table.h | 3 + 7 files changed, 1798 insertions(+), 2 deletions(-) create mode 100644 xen/drivers/passthrough/arm/smmu.c -- 1.7.10.4