dmaengine: add new enum dma_transfer_direction
authorVinod Koul <vinod.koul@linux.intel.com>
Thu, 13 Oct 2011 09:45:27 +0000 (15:15 +0530)
committerVinod Koul <vinod.koul@linux.intel.com>
Thu, 27 Oct 2011 15:23:06 +0000 (20:53 +0530)
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>

No differences found