drivers: iommu: move to a dedicated folder
authorOhad Ben-Cohen <ohad@wizery.com>
Wed, 1 Jun 2011 23:48:05 +0000 (02:48 +0300)
committerJoerg Roedel <joerg.roedel@amd.com>
Tue, 14 Jun 2011 12:47:41 +0000 (14:47 +0200)
commitab493a0f0f55d28636ac860ea682d57b84257f10
tree41c1801407e25060ae415a7c2bb1cb6a8df45884
parent74315cccd2104a953f493acca2c6b0519d6f5c6f
drivers: iommu: move to a dedicated folder

Create a dedicated folder for iommu drivers, and move the base
iommu implementation over there.

Grouping the various iommu drivers in a single location will help
finding similar problems shared by different platforms, so they
could be solved once, in the iommu framework, instead of solved
differently (or duplicated) in each driver.

Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
arch/arm/mach-msm/Kconfig
arch/ia64/Kconfig
arch/x86/Kconfig
drivers/Kconfig
drivers/Makefile
drivers/base/Makefile
drivers/iommu/Kconfig [new file with mode: 0644]
drivers/iommu/Makefile [new file with mode: 0644]
drivers/iommu/iommu.c [moved from drivers/base/iommu.c with 100% similarity]