public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: iommu: tegra: Add initial Tegra IOMMU driver
@ 2011-11-17 11:01 hdoyu-DDmLM1+adcrQT0dZR+AlfA
       [not found] ` <1321527667-12923-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  2011-11-17 11:01 ` [PATCH 3/3] ARM: iommu: tegra3: Initial support for SMMU driver hdoyu
  0 siblings, 2 replies; 10+ messages in thread
From: hdoyu-DDmLM1+adcrQT0dZR+AlfA @ 2011-11-17 11:01 UTC (permalink / raw)
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA, Hiroshi DOYU

From: Hiroshi DOYU <hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

Hi,

This patchset adds support for Tegra IOMMU driver for Tegra2/3.

Presently this driver is specific to Tegra platform, but some of
functionalities could be replaced with a generic IOMMU framework. This
is expected to ease finding similarities with different platforms,
with the intention of solving problems once in a generic framework
which everyone can use.

Originally this was developed under git://nv-tegra.nvidia.com/linux-2.6.git,
and they are cleaned up for upstreaming.

Hiroshi DOYU (3):
  ARM: iommu: tegra/common: Initial support for IOVMM driver
  ARM: iommu: tegra2: Initial support for GART driver
  ARM: iommu: tegra3: Initial support for SMMU driver

 arch/arm/mach-tegra/include/mach/iovmm.h |  283 +++++++
 drivers/iommu/Kconfig                    |   34 +
 drivers/iommu/Makefile                   |    3 +
 drivers/iommu/tegra-gart.c               |  357 ++++++++
 drivers/iommu/tegra-iovmm.c              |  936 ++++++++++++++++++++
 drivers/iommu/tegra-smmu.c               | 1358 ++++++++++++++++++++++++++++++
 6 files changed, 2971 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/mach-tegra/include/mach/iovmm.h
 create mode 100644 drivers/iommu/tegra-gart.c
 create mode 100644 drivers/iommu/tegra-iovmm.c
 create mode 100644 drivers/iommu/tegra-smmu.c

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-11-21  8:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-17 11:01 [PATCH 0/3] ARM: iommu: tegra: Add initial Tegra IOMMU driver hdoyu-DDmLM1+adcrQT0dZR+AlfA
     [not found] ` <1321527667-12923-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-11-17 11:01   ` [PATCH 1/3] ARM: iommu: tegra/common: Initial support for IOVMM driver hdoyu-DDmLM1+adcrQT0dZR+AlfA
     [not found]     ` <1321527667-12923-2-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-11-17 20:32       ` Thierry Reding
     [not found]         ` <20111117203202.GB20889-RM9K5IK7kjIQXX3q8xo1gnVAuStQJXxyR5q1nwbD4aMs9pC9oP6+/A@public.gmane.org>
2011-11-21  8:11           ` Hiroshi Doyu
2011-11-17 11:01   ` [PATCH 2/3] ARM: iommu: tegra2: Initial support for GART driver hdoyu-DDmLM1+adcrQT0dZR+AlfA
     [not found]     ` <1321527667-12923-3-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-11-18  7:27       ` Thierry Reding
2011-11-18 10:19   ` [PATCH 0/3] ARM: iommu: tegra: Add initial Tegra IOMMU driver KyongHo Cho
     [not found]     ` <CAHQjnOM-N9suPrv_nSRQsxGCNrf77rFLNtRcOdsjyz_O6bGdpA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-11-18 10:43       ` Joerg Roedel
     [not found]         ` <20111118104354.GA19737-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2011-11-21  5:31           ` Hiroshi Doyu
2011-11-17 11:01 ` [PATCH 3/3] ARM: iommu: tegra3: Initial support for SMMU driver hdoyu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox