[U-Boot] [PATCH v4] usb: ehci-generic: Add vbus-supply regulator support

2018-09-03 Thread Patrice Chotard
Add vbus-supply regulator support. On some board vbus is not controlled by the phy but by an external regulator. Signed-off-by: Patrice Chotard --- Changes in v4: - Remove useless dev->name in dev_dgb() Changes in v3: - Update test on device_get_supply_regulator() call - Repla

Re: [U-Boot] [PATCH v4] usb: ehci-generic: Add vbus-supply regulator support

2018-09-03 Thread Marek Vasut
On 09/03/2018 03:39 PM, Patrice Chotard wrote: > Add vbus-supply regulator support. > On some board vbus is not controlled by the phy but by > an external regulator. > > Signed-off-by: Patrice Chotard > --- > > Changes in v4: > - Remove useless dev->name in dev_dgb() Two remaining nits, c

Re: [U-Boot] [PATCH v4] usb: ehci-generic: Add vbus-supply regulator support

2018-09-04 Thread Patrice CHOTARD
Hi Marek On 09/03/2018 06:16 PM, Marek Vasut wrote: > On 09/03/2018 03:39 PM, Patrice Chotard wrote: >> Add vbus-supply regulator support. >> On some board vbus is not controlled by the phy but by >> an external regulator. >> >> Signed-off-by: Patrice Chotard >> --- >> >> Changes in v4: >>

Re: [U-Boot] [PATCH v4] usb: ehci-generic: Add vbus-supply regulator support

2018-09-04 Thread Marek Vasut
On 09/04/2018 09:33 AM, Patrice CHOTARD wrote: > Hi Marek > > On 09/03/2018 06:16 PM, Marek Vasut wrote: >> On 09/03/2018 03:39 PM, Patrice Chotard wrote: >>> Add vbus-supply regulator support. >>> On some board vbus is not controlled by the phy but by >>> an external regulator. >>> >>> Signed-off