From: Atsushi Nemoto Date: Wed, 9 Sep 2009 00:53:05 +0000 (-0700) Subject: dmaengine: Move all map_sg/unmap_sg for slave channel to its client X-Git-Tag: v2.6.32-rc1~60^2^2~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=657a77fa7284d8ae28dfa48f1dc5d919bf5b2843;p=pandora-kernel.git dmaengine: Move all map_sg/unmap_sg for slave channel to its client Dan Williams wrote: ... DMA-slave clients request specific channels and know the hardware details at a low level, so it should not be too high an expectation to push dma mapping responsibility to the client. Also this patch includes DMA_COMPL_{SRC,DEST}_UNMAP_SINGLE support for dw_dmac driver. Acked-by: Maciej Sosnowski Acked-by: Nicolas Ferre Signed-off-by: Atsushi Nemoto Signed-off-by: Dan Williams --- Reading git-diff-tree failed