]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dmaengine: ste_dma40: indicate granularity on channels
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 13 Jan 2017 15:02:09 +0000 (16:02 +0100)
committerVinod Koul <vinod.koul@intel.com>
Sat, 14 Jan 2017 15:03:42 +0000 (20:33 +0530)
commit15c606686541d49cc38465a3cfe25c23bff4395b
tree1ee1f7c669f4b9468388b0c557f972d8e1197ce1
parent49873e99b7b5d59eef238199fd55f8345e860824
dmaengine: ste_dma40: indicate granularity on channels

The ste_dma40 has burst level granularity on the residue
registers, which is necessary for some  clients to know,
notably the UART. Before this patch we get this message:

uart-pl011 80007000.uart: RX DMA disabled - no residue processing

This patch fixes it.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/ste_dma40.c