Re: [PATCH netdev] net: stmmac: dwmac-rk: Don't fail if phy regulator is absent

2019-08-30 Thread David Miller
From: Chen-Yu Tsai Date: Thu, 29 Aug 2019 11:17:24 +0800 > From: Chen-Yu Tsai > > The devicetree binding lists the phy phy as optional. As such, the > driver should not bail out if it can't find a regulator. Instead it > should just skip the remaining regulator related code and continue > on

[PATCH netdev] net: stmmac: dwmac-rk: Don't fail if phy regulator is absent

2019-08-28 Thread Chen-Yu Tsai
From: Chen-Yu Tsai The devicetree binding lists the phy phy as optional. As such, the driver should not bail out if it can't find a regulator. Instead it should just skip the remaining regulator related code and continue on normally. Skip the remainder of phy_power_on() if a regulator supply