Re: [PATCH] usb: xhci: inherit dma_mask from bus if set correctly

2019-04-24 Thread Robin Murphy
On 24/04/2019 10:05, Pankaj Dubey wrote: On 4/10/19 4:32 AM, Robin Murphy wrote: On 2019-04-09 3:56 am, Sriram Dash wrote: On Tue, Apr 2, 2019 at 9:53 PM Pankaj Dubey wrote: On Tue, 2 Apr 2019 at 15:34, Robin Murphy wrote: On 02/04/2019 10:40, Pankaj Dubey wrote: From: Sriram Dash The

Re: [PATCH] usb: xhci: inherit dma_mask from bus if set correctly

2019-04-24 Thread Pankaj Dubey
On 4/10/19 4:32 AM, Robin Murphy wrote: > On 2019-04-09 3:56 am, Sriram Dash wrote: >> On Tue, Apr 2, 2019 at 9:53 PM Pankaj Dubey >> wrote: >>> >>> On Tue, 2 Apr 2019 at 15:34, Robin Murphy wrote: On 02/04/2019 10:40, Pankaj Dubey wrote: > From: Sriram Dash > > The xhci

[PATCH] usb: xhci: inherit dma_mask from bus if set correctly

2019-04-02 Thread Pankaj Dubey
From: Sriram Dash The xhci forcefully converts the dma_mask to either 64 or 32 and the dma-mask set by the bus is somewhat ignored. If the platform sets the correct dma_mask, then respect that. Signed-off-by: Pankaj Dubey Signed-off-by: Sriram Dash --- drivers/usb/host/xhci.c | 10 ++