dmaengine: omap-dma: move CCR buffering disable errata out of the fast path
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 2 Nov 2013 21:09:18 +0000 (21:09 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 3 Apr 2014 23:28:05 +0000 (00:28 +0100)
Since we record the CCR register in the dma transaction, we can move the
processing of the iframe buffering errata out of the omap_dma_start().
Move it to the preparation functions.

Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/dma/omap-dma.c

Simple merge