Following are the revised patches addressing the comments from Tony, Felipe, and Hiroshi to address multi-omap support and make TLB locking mechanism generic. Hari Kanigeri (4): OMAP:iommu renamed omap3-iommu to omap-iommu OMAP:iommu support for OMAP4 OMAP:iommu - missing check for TLB valid entry OMAP:iommu- add TLB preservation support arch/arm/mach-omap2/Makefile | 4 +- arch/arm/mach-omap2/iommu2.c | 6 +- arch/arm/mach-omap2/omap-iommu.c | 157 ++++++++++++++++++++++++++++ arch/arm/mach-omap2/omap3-iommu.c | 105 ------------------- arch/arm/plat-omap/include/plat/omap44xx.h | 3 + arch/arm/plat-omap/iommu.c | 43 +++++--- 6 files changed, 191 insertions(+), 127 deletions(-) create mode 100644 arch/arm/mach-omap2/omap-iommu.c delete mode 100644 arch/arm/mach-omap2/omap3-iommu.c -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html