Re: [U-Boot] [PATCH 3/8] phy: sun4i-usb: Call phy_passby even for PHY#0

2018-07-09 Thread Chen-Yu Tsai
On Tue, Jul 10, 2018 at 3:17 AM, Jagan Teki wrote: > phy_passby is not calling for phy id 0 in legacy code, > which has no information on why it restricted. > Since Linux phy driver doesn't restrict like this, > so call it directly with out any condition See https://github.com/wens/u-boot-sunxi/

[U-Boot] [PATCH 3/8] phy: sun4i-usb: Call phy_passby even for PHY#0

2018-07-09 Thread Jagan Teki
phy_passby is not calling for phy id 0 in legacy code, which has no information on why it restricted. Since Linux phy driver doesn't restrict like this, so call it directly with out any condition Signed-off-by: Jagan Teki --- drivers/phy/allwinner/phy-sun4i-usb.c | 3 +-- 1 file changed, 1 inser