]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitabd8143f9718f6788b7a6a976405c9c632096a6f
treee5eb9d8b656779620a7423614369dda1645de47c
parent0b397e0fd4a15fd53434944ed01c9b60b3cae2aa
dmaengine: omap-dma: move CCR buffering disable errata out of the fast path

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