Re: [PATCH 10/12] usb: musb: ux500_dma: use dmaengine_xxx() APIs

2014-10-11 Thread Felipe Balbi
Hi, On Sat, Oct 11, 2014 at 09:10:38PM +0530, Vinod Koul wrote: > The drivers should use dmaengine_terminate_all() or dmaengine_slave_config() > API instead of accessing the device_control which will be deprecated soon > > Signed-off-by: Vinod Koul awesome. It looks like it doesn't have a direc

Re: [PATCH 10/12] usb: musb: ux500_dma: use dmaengine_xxx() APIs

2014-10-11 Thread Greg Kroah-Hartman
On Sat, Oct 11, 2014 at 09:10:38PM +0530, Vinod Koul wrote: > The drivers should use dmaengine_terminate_all() or dmaengine_slave_config() > API instead of accessing the device_control which will be deprecated soon > > Signed-off-by: Vinod Koul Acked-by: Greg Kroah-Hartman -- To unsubscribe fro

[PATCH 10/12] usb: musb: ux500_dma: use dmaengine_xxx() APIs

2014-10-11 Thread Vinod Koul
The drivers should use dmaengine_terminate_all() or dmaengine_slave_config() API instead of accessing the device_control which will be deprecated soon Signed-off-by: Vinod Koul --- drivers/usb/musb/ux500_dma.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers