commit | 49920bc66984a512f4bcc7735a61642cd0e4d6f2 | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@linux.intel.com> | Thu Oct 13 15:15:27 2011 +0530 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Thu Oct 27 20:53:06 2011 +0530 |
tree | d695d94f6c07a2d55fa5eb18cbad89fdbd572b92 | |
parent | 4598fc2c94b68740e0269db03c98a1e7ad5af773 [diff] |
dmaengine: add new enum dma_transfer_direction This new enum removes usage of dma_data_direction for dma direction. The new enum cleans tells the DMA direction and mode This further paves way for merging the dmaengine _prep operations and also for interleaved dma Suggested-by: Jassi Brar <jaswinder.singh@linaro.org> Reviewed-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>