omap iommu: tlb and pagetable primitives
authorHiroshi DOYU <Hiroshi.DOYU@nokia.com>
Mon, 26 Jan 2009 13:13:40 +0000 (15:13 +0200)
committerHiroshi DOYU <Hiroshi.DOYU@nokia.com>
Tue, 5 May 2009 11:52:39 +0000 (14:52 +0300)
commita9dcad5e375800fcb07f7617dba23b3aade8f09d
tree48488478d703e1aea4668c9303d379dabd4d238d
parent091438dd5668396328a3419abcbc6591159eb8d1
omap iommu: tlb and pagetable primitives

This patch provides:

- iotlb_*()     : iommu tlb operations
- iopgtable_*() : iommu pagetable(twl) operations
- iommu_*()     : the other generic operations

and the entry points to register and acquire iommu object.

Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
arch/arm/plat-omap/include/mach/iommu.h [new file with mode: 0644]
arch/arm/plat-omap/iommu.c [new file with mode: 0644]
arch/arm/plat-omap/iopgtable.h [new file with mode: 0644]