]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dmaengine: edma: Simplify the interrupt handling
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 14 Oct 2015 11:43:01 +0000 (14:43 +0300)
committerVinod Koul <vinod.koul@intel.com>
Wed, 14 Oct 2015 14:27:12 +0000 (19:57 +0530)
commit79ad2e383d01d03188d9e51e2058545203288bc4
treef94cfd97be46493efec7e2118d59eed1b8c2e18f
parent11c157337a3fb0a8bed5272b3a43f2bf482032ee
dmaengine: edma: Simplify the interrupt handling

With the merger of the arch/arm/common/edma.c code into the dmaengine
driver, there is no longer need to have per channel callback/data storage
for interrupt events.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/edma.c