Re: [U-Boot] [PATCH v7 00/35] phy: sunxi: Add Allwinner sun4i USB PHY

2018-05-15 Thread Jagan Teki
Hi Marek, On Tue, May 15, 2018 at 2:16 PM, Jun Nie wrote: > 2018-05-07 15:33 GMT+08:00 Jagan Teki : >> This series rework of previous version where it removes legacy >> usb phy handling and added phy driver on generic-phy framework. >> >> Current implementation phy driver is unable to get pinctrl

Re: [U-Boot] [PATCH v7 00/35] phy: sunxi: Add Allwinner sun4i USB PHY

2018-05-15 Thread Jun Nie
2018-05-07 15:33 GMT+08:00 Jagan Teki : > This series rework of previous version where it removes legacy > usb phy handling and added phy driver on generic-phy framework. > > Current implementation phy driver is unable to get pinctrl, clock > and reset details from DT since the dm code on these wil

Re: [U-Boot] [PATCH v7 00/35] phy: sunxi: Add Allwinner sun4i USB PHY

2018-05-07 Thread Jagan Teki
Hi Jun, On Mon, May 7, 2018 at 1:03 PM, Jagan Teki wrote: > This series rework of previous version where it removes legacy > usb phy handling and added phy driver on generic-phy framework. > > Current implementation phy driver is unable to get pinctrl, clock > and reset details from DT since the

[U-Boot] [PATCH v7 00/35] phy: sunxi: Add Allwinner sun4i USB PHY

2018-05-07 Thread Jagan Teki
This series rework of previous version where it removes legacy usb phy handling and added phy driver on generic-phy framework. Current implementation phy driver is unable to get pinctrl, clock and reset details from DT since the dm code on these will add it future. Changes for v7: - rebase on mas