[PATCH v3 44/59] dmaengine: xilinx: Split device_control

2014-10-22 Thread Maxime Ripard
Split the device_control callback of the Xilinx VDMA driver to make use of the newly introduced callbacks, that will eventually be used to retrieve slave capabilities. Signed-off-by: Maxime Ripard Acked-by: Laurent Pinchart --- drivers/dma/xilinx/xilinx_vdma.c | 29

[PATCH v3 44/59] dmaengine: xilinx: Split device_control

2014-10-22 Thread Maxime Ripard
Split the device_control callback of the Xilinx VDMA driver to make use of the newly introduced callbacks, that will eventually be used to retrieve slave capabilities. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com ---