]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
dma: tegra: do not set transfer desc flag to DMA_CTRL_ACK in cyclic mode
authorLaxman Dewangan <ldewangan@nvidia.com>
Fri, 22 Jun 2012 11:42:44 +0000 (17:12 +0530)
committerVinod Koul <vinod.koul@linux.intel.com>
Wed, 27 Jun 2012 13:48:55 +0000 (19:18 +0530)
commit6660f7af52caf6028b36e6a68a21c461f2fb0440
treee7a0f4a0af5da83a2e07cf50170641bfe10bff1c
parent56482ec0b156811eb463576a89a47f89e21f3587
dma: tegra: do not set transfer desc flag to DMA_CTRL_ACK in cyclic mode

The sound dmaengine pcm driver uses the dma in cyclic mode and
it does not ack the transfer descriptor  after transfer stops.
This may lead to hold that desc in chip's dma driver and does
not allow to reuse/free that descriptors. Hence not enabling
flag DMA_CTRL_ACK when dma runs in cyclic mode.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/dma/tegra20-apb-dma.c