Hi Marek,
On Mon, Jun 20, 2011 at 09:50:05AM +0200, Marek Szyprowski wrote:
This patch series is a continuation of my works on implementing generic IOMMU support in DMA mapping framework for ARM architecture. Now I focused on the DMA mapping framework itself. It turned out that adding support for common dma_map_ops structure was not that hard as I initally thought. After some modification most of the code fits really well to the generic dma_map_ops methods.
I appreciate your progress on this generic dma_ops implementation. But for now it looks very ARM specific. Do you have plans to extend it to non-ARM iommu-api implementations too?
Joerg