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)
commitc2da2340e5818aa72b2e847f1f24b036742ea5c7
treef9fb339720f05aaeab9c7ed16ead683d1b05736f
parentb5088ad9630c0aa477a4ed57747b8b3fa8e4b86b
dmaengine: edma: Store transfer data in edma_desc and edma_pset

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