Re: [PATCH 5/6] usb: dwc3: core: don't access DMA bits directly

2016-04-04 Thread Felipe Balbi
Grygorii Strashko writes: > On 04/02/2016 11:28 AM, Felipe Balbi wrote: >> instead of manually copying DMA bits from parent >> device, we should let DMA API do its job. >> >> Signed-off-by: Felipe Balbi >> --- >> drivers/usb/dwc3/core.c | 6 +- >> 1 file changed, 1 insertion(+), 5 deleti

Re: [PATCH 5/6] usb: dwc3: core: don't access DMA bits directly

2016-04-04 Thread Grygorii Strashko
On 04/02/2016 11:28 AM, Felipe Balbi wrote: > instead of manually copying DMA bits from parent > device, we should let DMA API do its job. > > Signed-off-by: Felipe Balbi > --- > drivers/usb/dwc3/core.c | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/drivers/usb/

[PATCH 5/6] usb: dwc3: core: don't access DMA bits directly

2016-04-02 Thread Felipe Balbi
instead of manually copying DMA bits from parent device, we should let DMA API do its job. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/core.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c index 17fd81447c9f..d601de