]> git.baikalelectronics.ru Git - kernel.git/commit
msm: iommu: move to drivers/iommu/
authorOhad Ben-Cohen <ohad@wizery.com>
Thu, 2 Jun 2011 00:20:08 +0000 (03:20 +0300)
committerJoerg Roedel <joerg.roedel@amd.com>
Tue, 21 Jun 2011 08:48:50 +0000 (10:48 +0200)
commita4e2b3d4f102fdb4c3f608cb127b5003a6b3c3a6
tree229fd151205405d0b0b78a857b4ac42c7da30df2
parented62cd4b9a6000470247d522135814c1bff450ef
msm: iommu: move to drivers/iommu/

This should ease finding similarities with different platforms,
with the intention of solving problems once in a generic framework
which everyone can use.

Compile-tested for MSM8X60.

Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Acked-by: David Brown <davidb@codeaurora.org>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
arch/arm/mach-msm/Kconfig
arch/arm/mach-msm/Makefile
arch/arm/mach-msm/iommu.c [deleted file]
arch/arm/mach-msm/iommu_dev.c [deleted file]
drivers/iommu/Kconfig
drivers/iommu/Makefile
drivers/iommu/msm_iommu.c [new file with mode: 0644]
drivers/iommu/msm_iommu_dev.c [new file with mode: 0644]