From: Marek Szyprowski Date: Wed, 16 May 2012 16:31:23 +0000 (+0200) Subject: ARM: dma-mapping: use alloc, mmap, free from dma_ops X-Git-Tag: v3.5-rc1~81^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f99d60341238fe73fc514129cd9ae4e44e1b2c47;p=pandora-kernel.git ARM: dma-mapping: use alloc, mmap, free from dma_ops This patch converts dma_alloc/free/mmap_{coherent,writecombine} functions to use generic alloc/free/mmap methods from dma_map_ops structure. A new DMA_ATTR_WRITE_COMBINE DMA attribute have been introduced to implement writecombine methods. Signed-off-by: Marek Szyprowski Acked-by: Kyungmin Park Acked-by: Arnd Bergmann Tested-By: Subash Patel --- Reading git-diff-tree failed