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

2015-11-17 Thread Eric Anholt
Stefan Wahren writes: > 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 ha

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

2015-11-13 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