msm: Add MSM IOMMU support
authorStepan Moskovchenko <stepanm@codeaurora.org>
Wed, 25 Aug 2010 01:31:10 +0000 (18:31 -0700)
committerDaniel Walker <dwalker@codeaurora.org>
Fri, 8 Oct 2010 22:12:50 +0000 (15:12 -0700)
commit0720d1f052dc1576396a39b327da6e60082c4efa
tree43fb8566eda2cab0741df1cee489f2979d685678
parent69b7f6ff855e32ec353475ce7b7246d293816078
msm: Add MSM IOMMU support

Add support for the IOMMUs found on the upcoming Qualcomm
MSM8x60 chips. These IOMMUs allow virtualization of the
address space used by most of the multimedia cores on these
chips.

Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
arch/arm/mach-msm/include/mach/iommu.h [new file with mode: 0644]
arch/arm/mach-msm/include/mach/iommu_hw-8xxx.h [new file with mode: 0644]
arch/arm/mach-msm/iommu.c [new file with mode: 0644]