Re: [U-Boot] [PATCH v4 1/4] usb: rockchip-phy: implement USB2.0 phy control

2016-07-14 Thread Simon Glass
On 14 July 2016 at 21:20, Simon Glass wrote: > On 14 July 2016 at 00:52, Ziyuan Xu wrote: >> From: Xu Ziyuan >> >> So far, Rockchip SoCs have two kinds of USB2.0 phy, such as Synopsys and >> Innosilicon. This patch applys dwc2 usb driver framework to implement >> phy_init() and phy_off() methods

Re: [U-Boot] [PATCH v4 1/4] usb: rockchip-phy: implement USB2.0 phy control

2016-07-14 Thread Simon Glass
On 14 July 2016 at 00:52, Ziyuan Xu wrote: > From: Xu Ziyuan > > So far, Rockchip SoCs have two kinds of USB2.0 phy, such as Synopsys and > Innosilicon. This patch applys dwc2 usb driver framework to implement > phy_init() and phy_off() methods for Synopsys phy on Rockchip platform. > > Signed-of

[U-Boot] [PATCH v4 1/4] usb: rockchip-phy: implement USB2.0 phy control

2016-07-13 Thread Ziyuan Xu
From: Xu Ziyuan So far, Rockchip SoCs have two kinds of USB2.0 phy, such as Synopsys and Innosilicon. This patch applys dwc2 usb driver framework to implement phy_init() and phy_off() methods for Synopsys phy on Rockchip platform. Signed-off-by: Ziyuan Xu --- Changes in v4: - Implement a mech