From mboxrd@z Thu Jan 1 00:00:00 1970 From: Varun Sethi Subject: [PATCH 0/3 v2] iommu/fsl: PAMU driver fixes. Date: Wed, 16 Oct 2013 16:52:59 +0530 Message-ID: <1381922582-28724-1-git-send-email-Varun.Sethi@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: 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: joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, stuart.yoder-KZfg59tc24xl57MIdRCFDg@public.gmane.org, scottwood-KZfg59tc24xl57MIdRCFDg@public.gmane.org, alex.williamson-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, r65777-KZfg59tc24xl57MIdRCFDg@public.gmane.org Cc: Varun Sethi List-Id: iommu@lists.linux-foundation.org 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 | 134 +++++++++++++++++++++++++-------------- 4 files changed, 128 insertions(+), 57 deletions(-) -- 1.7.9.5