Re: [PATCH 1/4] usb: musb: da8xx: Use the right dma controller

2017-01-09 Thread Tony Lindgren
* Sergei Shtylyov [170109 10:55]: > On 01/09/2017 09:43 PM, Tony Lindgren wrote: > > > > > da8xx driver is registering and using the cppi dma controller but > > > > actually, > > > > the da8xx has a cppi41 dma controller. > > > > Update the driver to register and use the cppi41 dma controller. >

Re: [PATCH 1/4] usb: musb: da8xx: Use the right dma controller

2017-01-09 Thread Sergei Shtylyov
On 01/09/2017 09:43 PM, Tony Lindgren wrote: da8xx driver is registering and using the cppi dma controller but actually, the da8xx has a cppi41 dma controller. Update the driver to register and use the cppi41 dma controller. Signed-off-by: Alexandre Bailon --- drivers/usb/musb/da8xx.c | 8 +++

Re: [PATCH 1/4] usb: musb: da8xx: Use the right dma controller

2017-01-09 Thread Tony Lindgren
* Sergei Shtylyov [170109 10:30]: > Hello! > > On 01/09/2017 07:38 PM, Alexandre Bailon wrote: > > > da8xx driver is registering and using the cppi dma controller but actually, > > the da8xx has a cppi41 dma controller. > > Update the driver to register and use the cppi41 dma controller. > > >

Re: [PATCH 1/4] usb: musb: da8xx: Use the right dma controller

2017-01-09 Thread Sergei Shtylyov
Hello! On 01/09/2017 07:38 PM, Alexandre Bailon wrote: da8xx driver is registering and using the cppi dma controller but actually, the da8xx has a cppi41 dma controller. Update the driver to register and use the cppi41 dma controller. Signed-off-by: Alexandre Bailon --- drivers/usb/musb/da8x

[PATCH 1/4] usb: musb: da8xx: Use the right dma controller

2017-01-09 Thread Alexandre Bailon
da8xx driver is registering and using the cppi dma controller but actually, the da8xx has a cppi41 dma controller. Update the driver to register and use the cppi41 dma controller. Signed-off-by: Alexandre Bailon --- drivers/usb/musb/da8xx.c | 8 1 file changed, 4 insertions(+), 4 deleti