LWN.net Logo

IOMMU: Make IOMMU-API ready for GART-like hardware

From:  Joerg Roedel <joerg.roedel@amd.com>
To:  <iommu@lists.linux-foundation.org>
Subject:  [PATCH 0/6 v2] IOMMU: Make IOMMU-API ready for GART-like hardware
Date:  Thu, 26 Jan 2012 19:40:51 +0100
Message-ID:  <1327603257-17028-1-git-send-email-joerg.roedel@amd.com>
Cc:  <linux-kernel@vger.kernel.org>, Ohad Ben-Cohen <ohad@wizery.com>, David Woodhouse <dwmw2@infradead.org>, David Brown <davidb@codeaurora.org>, Tony Lindgren <tony@atomide.com>, Laurent Pinchart <laurent.pinchart@ideasonboard.com>, Stuart Yoder <b08248@gmail.com>, Scott Wood <scottwood@freescale.com>, Hiroshi Doyu <hdoyu@nvidia.com>
Archive-link:  Article, Thread

Hi,

here is the second version of this patch-set. For a full description
please see the first post:

	https://lkml.org/lkml/2012/1/19/170

Changes from v1->v2:

	* Changed u64 to dma_addr_t as suggested by Laurent Pinchart
	* Moved description of new iommu_ops members to first patch
	* Added the necessary changes for the Tegra IOMMUs as posted by
	  Hiroshi Doyu

As always, any feedback is appreciated :-)

Thanks,

	Joerg

Diffstat:

 drivers/iommu/amd_iommu.c   |    4 ++++
 drivers/iommu/intel-iommu.c |    4 ++++
 drivers/iommu/iommu.c       |   33 +++++++++++++++++++++++++++++++++
 drivers/iommu/msm_iommu.c   |    5 +++++
 drivers/iommu/omap-iommu.c  |    4 ++++
 drivers/iommu/tegra-gart.c  |    5 +++++
 drivers/iommu/tegra-smmu.c  |    5 +++++
 include/linux/iommu.h       |   36 +++++++++++++++++++++++++++++++++++-
 8 files changed, 95 insertions(+), 1 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds