Hi,
If there's no problem with those patches, please pull them from the following.
The following changes since commit 091438dd5668396328a3419abcbc6591159eb8d1:
Linus Torvalds (1):
Linux 2.6.30-rc4
are available in the git repository at:
http://git.gitorious.org/lk/mainline.git iommu
Hiroshi DOYU (7):
omap iommu: tlb and pagetable primitives
omap iommu: omap2 architecture specific functions
omap iommu: omap3 iommu device registration
omap iommu: simple virtual address space management
omap iommu: entries for Kconfig and Makefile
omap2 iommu: entries for Kconfig and Makefile
omap iommu: add MPU_BRIDGE_IOMMU for tidspbridge migration
arch/arm/include/asm/mach/map.h | 8 +
arch/arm/mach-omap2/Makefile | 5 +
arch/arm/mach-omap2/iommu2.c | 323 ++++++++++
arch/arm/mach-omap2/omap3-iommu.c | 105 ++++
arch/arm/mm/ioremap.c | 6 +
arch/arm/mm/mmu.c | 1 +
arch/arm/plat-omap/Kconfig | 6 +
arch/arm/plat-omap/Makefile | 1 +
arch/arm/plat-omap/include/mach/iommu.h | 168 +++++
arch/arm/plat-omap/include/mach/iommu2.h | 96 +++
arch/arm/plat-omap/include/mach/iovmm.h | 94 +++
arch/arm/plat-omap/iommu.c | 996 ++++++++++++++++++++++++++++++
arch/arm/plat-omap/iopgtable.h | 72 +++
arch/arm/plat-omap/iovmm.c | 896 +++++++++++++++++++++++++++
14 files changed, 2777 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/mach-omap2/iommu2.c
create mode 100644 arch/arm/mach-omap2/omap3-iommu.c
create mode 100644 arch/arm/plat-omap/include/mach/iommu.h
create mode 100644 arch/arm/plat-omap/include/mach/iommu2.h
create mode 100644 arch/arm/plat-omap/include/mach/iovmm.h
create mode 100644 arch/arm/plat-omap/iommu.c
create mode 100644 arch/arm/plat-omap/iopgtable.h
create mode 100644 arch/arm/plat-omap/iovmm.c
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html