From: Dan Williams Date: Fri, 18 Oct 2013 17:35:22 +0000 (+0200) Subject: dmaengine: consolidate memcpy apis X-Git-Tag: v3.13-rc1~29^2^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56ea27fd61f546117a35236113be72c8aaec382d;p=pandora-kernel.git dmaengine: consolidate memcpy apis Copying from page to page (dma_async_memcpy_pg_to_pg) is the superset, make the other two apis use that one in preparation for providing a common dma unmap implementation. The common implementation just wants to assume all buffers are mapped with dma_map_page(). Cc: Vinod Koul Cc: Tomasz Figa Cc: Dave Jiang Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Kyungmin Park Signed-off-by: Dan Williams --- Reading git-diff-tree failed