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

2016-04-05 Thread Felipe Balbi
Hi, Grygorii Strashko writes: > On 04/05/2016 01:29 PM, Felipe Balbi wrote: >> Grygorii Strashko writes: >>> On 04/05/2016 08:51 AM, Felipe Balbi wrote: Grygorii Strashko writes: > On 04/02/2016 11:28 AM, Felipe Balbi wrote: >> Instead of having a static global just for >> ini

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

2016-04-05 Thread Grygorii Strashko
On 04/05/2016 01:29 PM, Felipe Balbi wrote: > Grygorii Strashko writes: >> On 04/05/2016 08:51 AM, Felipe Balbi wrote: >>> Grygorii Strashko writes: On 04/02/2016 11:28 AM, Felipe Balbi wrote: > Instead of having a static global just for > initializing dma_mask directly, let's use >>

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

2016-04-05 Thread Felipe Balbi
Grygorii Strashko writes: > On 04/05/2016 08:51 AM, Felipe Balbi wrote: >> Grygorii Strashko writes: >>> On 04/02/2016 11:28 AM, Felipe Balbi wrote: Instead of having a static global just for initializing dma_mask directly, let's use dma_coerce_mask_and_coherent() for that. >>

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

2016-04-05 Thread Grygorii Strashko
On 04/05/2016 08:51 AM, Felipe Balbi wrote: > Grygorii Strashko writes: >> On 04/02/2016 11:28 AM, Felipe Balbi wrote: >>> Instead of having a static global just for >>> initializing dma_mask directly, let's use >>> dma_coerce_mask_and_coherent() for that. >>> >>> Signed-off-by: Felipe Balbi >>>

Re: [PATCH 2/6] usb: dwc3: omap: 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 having a static global just for >> initializing dma_mask directly, let's use >> dma_coerce_mask_and_coherent() for that. >> >> Signed-off-by: Felipe Balbi >> --- >> drivers/usb/dwc3/dwc3-omap.c | 4 +--- >>

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

2016-04-04 Thread Grygorii Strashko
On 04/02/2016 11:28 AM, Felipe Balbi wrote: > Instead of having a static global just for > initializing dma_mask directly, let's use > dma_coerce_mask_and_coherent() for that. > > Signed-off-by: Felipe Balbi > --- > drivers/usb/dwc3/dwc3-omap.c | 4 +--- > 1 file changed, 1 insertion(+), 3 del

[PATCH 2/6] usb: dwc3: omap: don't access DMA bits directly

2016-04-02 Thread Felipe Balbi
Instead of having a static global just for initializing dma_mask directly, let's use dma_coerce_mask_and_coherent() for that. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/dwc3-omap.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/dwc3/dwc3-omap.c b/drivers