From: Mark Nelson Date: Fri, 4 Jul 2008 19:05:42 +0000 (+1000) Subject: powerpc/dma: implement new dma_*map*_attrs() interfaces X-Git-Tag: v2.6.27-rc1~1058^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3affedc4e1ce837033b6c5e9289d2ce2f5a62d31;p=pandora-kernel.git powerpc/dma: implement new dma_*map*_attrs() interfaces Update powerpc to use the new dma_*map*_attrs() interfaces. In doing so update struct dma_mapping_ops to accept a struct dma_attrs and propagate these changes through to all users of the code (generic IOMMU and the 64bit DMA code, and the iseries and ps3 platform code). The old dma_*map_*() interfaces are reimplemented as calls to the corresponding new interfaces. Signed-off-by: Mark Nelson Signed-off-by: Arnd Bergmann Acked-by: Geoff Levand Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed