Re: [PATCH] usb: dwc2: add support for the DWC2 controller on Meson8 SoCs

2017-06-06 Thread Martin Blumenstingl
Hi John, On Tue, Jun 6, 2017 at 3:48 AM, John Youn wrote: > On 5/25/2017 10:39 AM, Martin Blumenstingl wrote: >> Hi John, >> >> On Sat, May 6, 2017 at 7:37 PM, Martin Blumenstingl >> wrote: >>> USB support in the Meson8 SoCs is

Re: [PATCH] usb: dwc2: add support for the DWC2 controller on Meson8 SoCs

2017-06-05 Thread John Youn
On 5/25/2017 10:39 AM, Martin Blumenstingl wrote: > Hi John, > > On Sat, May 6, 2017 at 7:37 PM, Martin Blumenstingl > wrote: >> USB support in the Meson8 SoCs is provided by a DWC2 controller which >> works with the same settings as Meson8b and GXBB. Using the

Re: [PATCH] usb: dwc2: add support for the DWC2 controller on Meson8 SoCs

2017-05-25 Thread Martin Blumenstingl
Hi John, On Sat, May 6, 2017 at 7:37 PM, Martin Blumenstingl wrote: > USB support in the Meson8 SoCs is provided by a DWC2 controller which > works with the same settings as Meson8b and GXBB. Using the generic > "snps,dwc2" binding results in an endless stream

Re: [PATCH] usb: dwc2: add support for the DWC2 controller on Meson8 SoCs

2017-05-12 Thread Rob Herring
On Sat, May 06, 2017 at 07:37:45PM +0200, Martin Blumenstingl wrote: > USB support in the Meson8 SoCs is provided by a DWC2 controller which > works with the same settings as Meson8b and GXBB. Using the generic > "snps,dwc2" binding results in an endless stream of "Overcurrent change > detected"

[PATCH] usb: dwc2: add support for the DWC2 controller on Meson8 SoCs

2017-05-06 Thread Martin Blumenstingl
USB support in the Meson8 SoCs is provided by a DWC2 controller which works with the same settings as Meson8b and GXBB. Using the generic "snps,dwc2" binding results in an endless stream of "Overcurrent change detected" messages. Signed-off-by: Martin Blumenstingl