omap: iommu/iovmm: move to dedicated iommu folder
authorOhad Ben-Cohen <ohad@wizery.com>
Mon, 15 Aug 2011 20:21:41 +0000 (23:21 +0300)
committerJoerg Roedel <joerg.roedel@amd.com>
Fri, 26 Aug 2011 09:46:00 +0000 (11:46 +0200)
commitfcf3a6ef4a588c9f06ad7b01c83534ab81985a3f
treed73b98dda1ad4def8eb2f4cc012eb931ef881e1b
parentf626b52d4a568d4315cd152123ef2d1ea406def2
omap: iommu/iovmm: move to dedicated iommu folder

Move OMAP's iommu drivers to the dedicated iommu drivers folder.

While OMAP's iovmm (virtual memory manager) driver does not strictly
belong to the iommu drivers folder, move it there as well, because
it's by no means OMAP-specific (in concept. technically it is still
coupled with OMAP's iommu).

Eventually, iovmm will be completely replaced with the generic,
iommu-based, dma-mapping API.

Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
13 files changed:
arch/arm/plat-omap/Kconfig
arch/arm/plat-omap/Makefile
arch/arm/plat-omap/include/plat/iopgtable.h [new file with mode: 0644]
arch/arm/plat-omap/iommu-debug.c [deleted file]
arch/arm/plat-omap/iommu.c [deleted file]
arch/arm/plat-omap/iopgtable.h [deleted file]
arch/arm/plat-omap/iovmm.c [deleted file]
drivers/iommu/Kconfig
drivers/iommu/Makefile
drivers/iommu/omap-iommu-debug.c [new file with mode: 0644]
drivers/iommu/omap-iommu.c [new file with mode: 0644]
drivers/iommu/omap-iovmm.c [new file with mode: 0644]
drivers/media/video/Kconfig