]> git.karo-electronics.de Git - linux-beck.git/commit
dmaengine: edma: Merge map_dmach_to_queue into assign_channel_eventq
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 16 Oct 2015 07:18:03 +0000 (10:18 +0300)
committerVinod Koul <vinod.koul@intel.com>
Tue, 27 Oct 2015 01:22:45 +0000 (10:22 +0900)
commitf9425deb662ac07099ec151ffb4791eef48e9d83
tree72ab0e34795644cbb03bf11e631863cafc585041
parentd9c345d18a8df5a5427cca80d2b9d981468ef270
dmaengine: edma: Merge map_dmach_to_queue into assign_channel_eventq

edma_assign_channel_eventq() is a wrapper around edma_map_dmach_to_queue()
We can merge the content of the later so we will have only one function
to be used for mapping channels to given eventq

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