dmaengine: edma: Store transfer data in edma_desc and edma_pset
authorThomas Gleixner <tglx@linutronix.de>
Mon, 28 Apr 2014 19:29:57 +0000 (14:29 -0500)
committerVinod Koul <vinod.koul@intel.com>
Wed, 30 Apr 2014 05:04:07 +0000 (10:34 +0530)
For granular accounting we need to store the direction and the
information for the individual psets:

- source or destination address, depending on direction
- length

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Joel Fernandes <joelf@ti.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/edma.c

Simple merge