]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dmaengine: fsl-dma: Split device_control
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 17 Nov 2014 13:42:24 +0000 (14:42 +0100)
committerVinod Koul <vinod.koul@intel.com>
Mon, 22 Dec 2014 06:59:03 +0000 (12:29 +0530)
commitb7f7552bfacd4e279e8a4fe520cacd43c72ba799
tree1e32200a4cb1ff67f6b826b1b5e26ae5ce46126a
parentac850cc7da0c94215b41ac8d6e780fd60c93f983
dmaengine: fsl-dma: Split device_control

Split the device_control callback of the Freescale Elo DMA driver to make use
of the newly introduced callbacks, that will eventually be used to retrieve
slave capabilities.

While we're at it, remove the useless prep_sg callback.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/fsldma.c