Re: [PATCH] dmaengine: fsldma: set BWC, DAHTS and SAHTS values correctly

2017-06-22 Thread Vinod Koul
On Mon, Jun 19, 2017 at 04:40:04PM +0200, Thomas Breitung wrote: > The bits of BWC, DAHTS and SAHTS in the DMA mode register must be cleared > before a new value can be or-ed in. Applied, thanks -- ~Vinod

[PATCH] dmaengine: fsldma: set BWC, DAHTS and SAHTS values correctly

2017-06-19 Thread Thomas Breitung
The bits of BWC, DAHTS and SAHTS in the DMA mode register must be cleared before a new value can be or-ed in. Signed-off-by: Thomas Breitung Signed-off-by: Wolfgang Ocker --- drivers/dma/fsldma.c | 5 - drivers/dma/fsldma.h | 4 2 files changed, 8 insertions(+), 1 deletion(-) diff --g