diff options
author | Andy Gross <agross@codeaurora.org> | 2014-05-30 15:49:50 -0500 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-07-14 22:06:41 +0530 |
commit | 89751d0a2a05197e0823eb0a363efd034175a76f (patch) | |
tree | 7a8bb8d3419ed2320ad51fd217fbedf30fff042f /drivers/dma/imx-sdma.c | |
parent | 43452fadd614b62b84e950838cb7d2419f3aafb1 (diff) |
dmaengine: qcom_bam_dma: Add descriptor flags
This patch adds support for end of transaction (EOT) and notify when done (NWD)
hardware descriptor flags.
The EOT flag requests that the peripheral assert an end of transaction interrupt
when that descriptor is complete. It also results in special signaling protocol
that is used between the attached peripheral and the core using the DMA
controller. Clients will specify DMA_PREP_INTERRUPT to enable this flag.
The NWD flag requests that the peripheral wait until the data has been fully
processed by the peripheral before moving on to the next descriptor. Clients
will specify DMA_PREP_FENCE to enable this flag.
Signed-off-by: Andy Gross <agross@codeaurora.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/imx-sdma.c')
0 files changed, 0 insertions, 0 deletions