From: Lars-Peter Clausen Date: Sun, 6 Jul 2014 18:32:18 +0000 (+0200) Subject: dmaengine: pl330: Use dma_transfer_direction instead of custom pl330_reqtype X-Git-Tag: omap-for-v3.17/fixes-against-rc2~88^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=585a9d0b43d109ad76c0e43eae0fbe5ec3196246;p=pandora-kernel.git dmaengine: pl330: Use dma_transfer_direction instead of custom pl330_reqtype The pl330 driver has the custom pl330_reqtype enum which has the same possible settings as the generic dma_transfer_direction enum. Switching over to the generic enum internally makes it possible to directly initialize it from the transfer request direction. Signed-off-by: Lars-Peter Clausen Signed-off-by: Vinod Koul --- Reading git-diff-tree failed