From: Catalin Marinas Date: Mon, 5 Mar 2012 11:49:30 +0000 (+0000) Subject: arm64: DMA mapping API X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~80^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09b55412469dfe6797244dc5836c17ed0c2f191b;p=pandora-kernel.git arm64: DMA mapping API This patch adds support for the DMA mapping API. It uses dma_map_ops for flexibility and it currently supports swiotlb. This patch could be simplified further if the DMA accesses are coherent (not mandated by the architecture) or if corresponding hooks are placed in the generic swiotlb code to deal with cache maintenance. Signed-off-by: Catalin Marinas Acked-by: Tony Lindgren Acked-by: Nicolas Pitre Acked-by: Olof Johansson Acked-by: Santosh Shilimkar Acked-by: Arnd Bergmann --- Reading git-diff-tree failed