Re: [PATCH net] net: phy: meson-gxl: Use the genphy_soft_reset callback

2019-01-15 Thread David Miller
From: Timotej Lazar Date: Sun, 13 Jan 2019 01:22:55 +0100 > Since the referenced commit, Ethernet fails to come up at boot on the > board meson-gxl-s905x-libretech-cc. Fix this by re-enabling the > genphy_soft_reset callback for the Amlogic Meson GXL PHY driver. > > Fixes: 6e2d85ec0559 ("net: ph

Re: [PATCH net] net: phy: meson-gxl: Use the genphy_soft_reset callback

2019-01-12 Thread Florian Fainelli
On January 12, 2019 4:22:55 PM PST, Timotej Lazar wrote: >Since the referenced commit, Ethernet fails to come up at boot on the >board meson-gxl-s905x-libretech-cc. Fix this by re-enabling the >genphy_soft_reset callback for the Amlogic Meson GXL PHY driver. > >Fixes: 6e2d85ec0559 ("net: phy:

[PATCH net] net: phy: meson-gxl: Use the genphy_soft_reset callback

2019-01-12 Thread Timotej Lazar
Since the referenced commit, Ethernet fails to come up at boot on the board meson-gxl-s905x-libretech-cc. Fix this by re-enabling the genphy_soft_reset callback for the Amlogic Meson GXL PHY driver. Fixes: 6e2d85ec0559 ("net: phy: Stop with excessive soft reset") Signed-off-by: Timotej Lazar ---