Re: [PATCH v2 1/6] usb: dwc2: add support for Meson8b and GXBB SoCs

2016-09-20 Thread Rob Herring
On Sun, Sep 11, 2016 at 03:41:06PM +0200, Martin Blumenstingl wrote: > From: Jerome Brunet > > Add compatible strings for amlogic Meson8b and GXBB SoCs with the > corresponding configuration parameters. > > Signed-off-by: Jerome Brunet > Signed-off-by: Martin Blumenstingl > --- > Documentatio

Re: [PATCH v2 1/6] usb: dwc2: add support for Meson8b and GXBB SoCs

2016-09-14 Thread Kevin Hilman
On Wed, Sep 14, 2016 at 11:26 AM, John Youn wrote: > On 9/14/2016 11:17 AM, Kevin Hilman wrote: >> On Wed, Sep 14, 2016 at 11:12 AM, John Youn wrote: >>> On 9/14/2016 9:11 AM, Kevin Hilman wrote: Hi John, Martin Blumenstingl writes: > From: Jerome Brunet > > Add

Re: [PATCH v2 1/6] usb: dwc2: add support for Meson8b and GXBB SoCs

2016-09-14 Thread John Youn
On 9/14/2016 11:17 AM, Kevin Hilman wrote: > On Wed, Sep 14, 2016 at 11:12 AM, John Youn wrote: >> On 9/14/2016 9:11 AM, Kevin Hilman wrote: >>> Hi John, >>> >>> Martin Blumenstingl writes: >>> From: Jerome Brunet Add compatible strings for amlogic Meson8b and GXBB SoCs with the >

Re: [PATCH v2 1/6] usb: dwc2: add support for Meson8b and GXBB SoCs

2016-09-14 Thread Kevin Hilman
On Wed, Sep 14, 2016 at 11:12 AM, John Youn wrote: > On 9/14/2016 9:11 AM, Kevin Hilman wrote: >> Hi John, >> >> Martin Blumenstingl writes: >> >>> From: Jerome Brunet >>> >>> Add compatible strings for amlogic Meson8b and GXBB SoCs with the >>> corresponding configuration parameters. >>> >>> Si

Re: [PATCH v2 1/6] usb: dwc2: add support for Meson8b and GXBB SoCs

2016-09-14 Thread John Youn
On 9/14/2016 9:11 AM, Kevin Hilman wrote: > Hi John, > > Martin Blumenstingl writes: > >> From: Jerome Brunet >> >> Add compatible strings for amlogic Meson8b and GXBB SoCs with the >> corresponding configuration parameters. >> >> Signed-off-by: Jerome Brunet >> Signed-off-by: Martin Blumensti

[PATCH v2 1/6] usb: dwc2: add support for Meson8b and GXBB SoCs

2016-09-11 Thread Martin Blumenstingl
From: Jerome Brunet Add compatible strings for amlogic Meson8b and GXBB SoCs with the corresponding configuration parameters. Signed-off-by: Jerome Brunet Signed-off-by: Martin Blumenstingl --- Documentation/devicetree/bindings/usb/dwc2.txt | 2 ++ drivers/usb/dwc2/platform.c