Re: [PATCH 0/4 V2] usb: dwc2: fix usb host support on Raspberry Pi

2015-11-13 Thread Marek Szyprowski
Hello, On 2015-11-12 22:08, Stefan Wahren wrote: This patch series fixes multiple issues on Raspberry Pi which were reproducable since commit 09a75e857790 ("usb: dwc2: refactor common low-level hw code to platform.c") Changes in V2: - add fix for kernel oops - extend "usb: dwc2: Return errors f

Re: [PATCH 0/4 V2] usb: dwc2: fix usb host support on Raspberry Pi

2015-11-12 Thread John Youn
On 11/12/2015 1:08 PM, Stefan Wahren wrote: > This patch series fixes multiple issues on Raspberry Pi which > were reproducable since commit 09a75e857790 > ("usb: dwc2: refactor common low-level hw code to platform.c") > > Changes in V2: > - add fix for kernel oops > - extend "usb: dwc2: Return e

[PATCH 0/4 V2] usb: dwc2: fix usb host support on Raspberry Pi

2015-11-12 Thread Stefan Wahren
This patch series fixes multiple issues on Raspberry Pi which were reproducable since commit 09a75e857790 ("usb: dwc2: refactor common low-level hw code to platform.c") Changes in V2: - add fix for kernel oops - extend "usb: dwc2: Return errors from PHY" to handle kernel without PHY support - t