RE: [PATCH v2 1/2] usb:dwc3: Enable support for 64-bit system

2016-03-10 Thread Thang Q. Nguyen
; linux-...@vger.kernel.org; linux-o...@vger.kernel.org; linux-kernel@vger.kernel.org; linux-...@lists.infradead.org Cc: Phong Vo; Loc Ho; patches Subject: RE: [PATCH v2 1/2] usb:dwc3: Enable support for 64-bit system Hi, "Thang Q. Nguyen" writes: > [ text/plain ] > Hi, > I wou

RE: [PATCH v2 1/2] usb:dwc3: Enable support for 64-bit system

2016-03-10 Thread Felipe Balbi
Hi, "Thang Q. Nguyen" writes: > [ text/plain ] > Hi, > I would like to ask if I need to update anything else for this change? seems like I don't have original patch in my inbox. Please resend. -- balbi signature.asc Description: PGP signature

RE: [PATCH v2 1/2] usb:dwc3: Enable support for 64-bit system

2016-03-09 Thread Thang Q. Nguyen
...@vger.kernel.org; linux-kernel@vger.kernel.org; linux-...@lists.infradead.org Cc: Thang Nguyen; Phong Vo; Loc Ho; patc...@apm.com Subject: [PATCH v2 1/2] usb:dwc3: Enable support for 64-bit system Add 64-bit DMA operation support to the USB DWC3 driver. First attempt to set the coherent DMA mask for 64

RE: [PATCH v2 1/2] usb:dwc3: Enable support for 64-bit system

2016-02-16 Thread Thang Q. Nguyen
@vger.kernel.org; linux-...@lists.infradead.org Cc: Thang Nguyen; Phong Vo; Loc Ho; patc...@apm.com Subject: [PATCH v2 1/2] usb:dwc3: Enable support for 64-bit system Add 64-bit DMA operation support to the USB DWC3 driver. First attempt to set the coherent DMA mask for 64-bit DMA. If that failed

[PATCH v2 1/2] usb:dwc3: Enable support for 64-bit system

2016-01-25 Thread Thang Q. Nguyen
Add 64-bit DMA operation support to the USB DWC3 driver. First attempt to set the coherent DMA mask for 64-bit DMA. If that failed, attempt again with 32-bit DMA. Signed-off-by: Thang Q. Nguyen --- Changes from v1: - Remove WARN_ON if dma_mask is NULL drivers/usb/dwc3/core.c | 15 ++