Re: [U-Boot] [PATCH] net: sun8i_emac: Fix PHY initialization

2018-03-13 Thread Jagan Teki
On Wed, Feb 28, 2018 at 3:47 AM, Joe Hershberger wrote: > On Sat, Jan 27, 2018 at 11:53 PM, Samuel Holland wrote: >> The previous code tried to update the PHY parameters without waiting for >> autonegotiation to complete. This caused wrong values to

Re: [U-Boot] [PATCH] net: sun8i_emac: Fix PHY initialization

2018-02-27 Thread Joe Hershberger
On Sat, Jan 27, 2018 at 11:53 PM, Samuel Holland wrote: > The previous code tried to update the PHY parameters without waiting for > autonegotiation to complete. This caused wrong values to be written to > the EMAC in sun8i_adjust_link(). As a result, any commands that called

[U-Boot] [PATCH] net: sun8i_emac: Fix PHY initialization

2018-01-27 Thread Samuel Holland
The previous code tried to update the PHY parameters without waiting for autonegotiation to complete. This caused wrong values to be written to the EMAC in sun8i_adjust_link(). As a result, any commands that called eth_start() before autonegotiation completed would find the network nonfunctional.