Re: [U-Boot] [PATCH v4 04/11] usb: host: xhci-rockchip: use fixed regulator to control vbus

2017-06-10 Thread Marek Vasut
On 06/09/2017 04:01 PM, rock-chips(daniel.meng) wrote: > > > On 2017/6/9 16:22, Marek Vasut wrote: >> On 06/09/2017 09:49 AM, rock-chips(daniel.meng) wrote: >>> >>> On 2017/6/8 21:17, Marek Vasut wrote: On 06/08/2017 09:31 AM, Meng Dongyang wrote: > Use fixed regulator to control the vol

Re: [U-Boot] [PATCH v4 04/11] usb: host: xhci-rockchip: use fixed regulator to control vbus

2017-06-09 Thread Dr. Philipp Tomsich
> On 09 Jun 2017, at 16:01, rock-chips(daniel.meng) > wrote: > > > > On 2017/6/9 16:22, Marek Vasut wrote: >> On 06/09/2017 09:49 AM, rock-chips(daniel.meng) wrote: >>> >>> On 2017/6/8 21:17, Marek Vasut wrote: On 06/08/2017 09:31 AM, Meng Dongyang wrote: > Use fixed regulator to co

Re: [U-Boot] [PATCH v4 04/11] usb: host: xhci-rockchip: use fixed regulator to control vbus

2017-06-09 Thread rock-chips(daniel.meng)
On 2017/6/9 16:22, Marek Vasut wrote: On 06/09/2017 09:49 AM, rock-chips(daniel.meng) wrote: On 2017/6/8 21:17, Marek Vasut wrote: On 06/08/2017 09:31 AM, Meng Dongyang wrote: Use fixed regulator to control the voltage of vbus and turn off vbus when usb stop. Signed-off-by: Meng Dongyang

Re: [U-Boot] [PATCH v4 04/11] usb: host: xhci-rockchip: use fixed regulator to control vbus

2017-06-09 Thread Marek Vasut
On 06/09/2017 09:49 AM, rock-chips(daniel.meng) wrote: > > > On 2017/6/8 21:17, Marek Vasut wrote: >> On 06/08/2017 09:31 AM, Meng Dongyang wrote: >>> Use fixed regulator to control the voltage of vbus and turn off >>> vbus when usb stop. >>> >>> Signed-off-by: Meng Dongyang >>> --- >>> >>> Chan

Re: [U-Boot] [PATCH v4 04/11] usb: host: xhci-rockchip: use fixed regulator to control vbus

2017-06-09 Thread rock-chips(daniel.meng)
On 2017/6/8 21:17, Marek Vasut wrote: On 06/08/2017 09:31 AM, Meng Dongyang wrote: Use fixed regulator to control the voltage of vbus and turn off vbus when usb stop. Signed-off-by: Meng Dongyang --- Changes in v4: - Splited from patch [Uboot,v3,04/10] - Define set vbus as empty function if

Re: [U-Boot] [PATCH v4 04/11] usb: host: xhci-rockchip: use fixed regulator to control vbus

2017-06-08 Thread Marek Vasut
On 06/08/2017 09:31 AM, Meng Dongyang wrote: > Use fixed regulator to control the voltage of vbus and turn off > vbus when usb stop. > > Signed-off-by: Meng Dongyang > --- > > Changes in v4: > - Splited from patch [Uboot,v3,04/10] > - Define set vbus as empty function if the macros aren't set >

[U-Boot] [PATCH v4 04/11] usb: host: xhci-rockchip: use fixed regulator to control vbus

2017-06-08 Thread Meng Dongyang
Use fixed regulator to control the voltage of vbus and turn off vbus when usb stop. Signed-off-by: Meng Dongyang --- Changes in v4: - Splited from patch [Uboot,v3,04/10] - Define set vbus as empty function if the macros aren't set Changes in v3: None Changes in v2: - Use fixed regulator to cont