From mboxrd@z Thu Jan 1 00:00:00 1970 From: kmpark@infradead.org (Kyungmin Park) Date: Tue, 19 Apr 2011 18:11:00 +0900 Subject: [PATCH] OMAP: iommu flush page table entries from L1 and L2 cache In-Reply-To: <201104181613.43572.arnd@arndb.de> References: <1302817968-28516-1-git-send-email-fernando.lugo@ti.com> <201104181358.53521.arnd@arndb.de> <201104181613.43572.arnd@arndb.de> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Apr 18, 2011 at 11:13 PM, Arnd Bergmann wrote: > On Monday 18 April 2011, Kyungmin Park wrote: >> On Mon, Apr 18, 2011 at 8:58 PM, Arnd Bergmann wrote: >> > >> > One missing piece is still a way for a platform to provide both >> > the iommu and the dma-mapping API in a unified driver. Right now, >> > you have to export both interface for a generic solution. >> >> Actually MSM and we (Michal, Marek) tried to merge the generic IOMMU >> implementation into mm, but MM did't accept it. > > I'm confused. What do you mean with MM? linux/mm, Memory Management. Thank you, Kyungmin Park > >> So now it's implemented at each SoCs. I think it's good chance to make >> a generic IOMMU feature for ARM consolidation. >> >> Before this idea, can you review our implementation at above URL? > > I've commented on the main implementation for the IOMMU now. > > ? ? ? ?Arnd > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel >