From 965aeb4df1f2142f5a6407c6d40b7196be719582 Mon Sep 17 00:00:00 2001 From: Russell King Date: Wed, 6 Nov 2013 17:12:30 +0000 Subject: [PATCH] dmaengine: omap-dma: move clnk_ctrl setting to preparation functions Move the clnk_ctrl setup to the preparation functions, saving its value in the omap_desc. This only needs to be set once per descriptor, not for each segment, so set it in omap_dma_start_desc() rather than omap_dma_start(). Acked-by: Tony Lindgren Acked-by: Vinod Koul Signed-off-by: Russell King --- Reading git-format-patch failed