From: Daniel Mack Date: Wed, 21 Aug 2013 12:08:58 +0000 (+0200) Subject: dma: mmp_pdma: set DMA_PRIVATE X-Git-Tag: v3.12-rc1~68^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=023bf55f1c21214cab411cf767d53c8717de6d21;p=pandora-kernel.git dma: mmp_pdma: set DMA_PRIVATE As the driver now has its own xlate function and makes use of the dma_get_slave_channel(), we need to manually set the DMA_PRIVATE flags. Drivers which rely on of_dma_simple_xlate() do implicitly the same by going through __dma_request_channel(). Signed-off-by: Daniel Mack Signed-off-by: Vinod Koul --- Reading git-diff-tree failed