From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ch1outboundpool.messaging.microsoft.com (ch1ehsobe006.messaging.microsoft.com [216.32.181.186]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "MSIT Machine Auth CA 2" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 7EBC22C0346 for ; Sun, 13 Oct 2013 07:45:47 +1100 (EST) From: Varun Sethi To: , , , , , , , Subject: [PATCH 0/3] iommu/fsl: PAMU driver fixes. Date: Sun, 13 Oct 2013 02:02:31 +0530 Message-ID: <1381609954-15283-1-git-send-email-Varun.Sethi@freescale.com> MIME-Version: 1.0 Content-Type: text/plain Cc: Varun Sethi List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The first patch fixes a build failure, when we try to build for a Freescale platform without PCI support. The second patch enables a default DMA window for the device, once it's detached from a domain. In case of vfio, once device is detached from a guest it can be again used by the host. The last patch adds the maintainer entry for the Freescale PAMU driver. Varun Sethi (3): iommu/fsl: Factor out PCI specific code. iommu/fsl: Enable default DMA window for PCIe devices once detached Add maintainers entry for the Freescale PAMU driver. MAINTAINERS | 7 +++ drivers/iommu/fsl_pamu.c | 43 ++++++++++++--- drivers/iommu/fsl_pamu.h | 1 + drivers/iommu/fsl_pamu_domain.c | 116 +++++++++++++++++++++++++-------------- 4 files changed, 117 insertions(+), 50 deletions(-) -- 1.7.9.5