dma: tegra: implement flags parameters for cyclic transfer
authorLaxman Dewangan <ldewangan@nvidia.com>
Wed, 9 Jan 2013 09:56:22 +0000 (15:26 +0530)
committerVinod Koul <vinod.koul@intel.com>
Wed, 9 Jan 2013 14:13:32 +0000 (06:13 -0800)
The flag parameter is added in the cyclic transfer request.
Use the flag option of:
- DMA_PREP_INTERRUPT for enabling interrupt.
- DMA_CTRL_ACK for deciding whether ack is requred or not for
  descriptor.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
CC: <stable@vger.kernel.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>

No differences found