Hi, On Tue, Sep 18, 2018 at 06:35:03PM -0700, Florian Fainelli wrote: > Hi all, > > This patch series eliminates unnecessary software resets of the PHY. > This should hopefully not break anybody's hardware; but I would > appreciate testing to make sure this is is the case. > > Sorry for this long email list, I wanted to make sure I reached out to > all people who made changes to the Marvell PHY driver. > > Thank you! > > Florian Fainelli (2): > net: phy: Stop with excessive soft reset > net: phy: marvell: Avoid unnecessary soft reset > > drivers/net/phy/marvell.c | 63 ++++++++++++------------------------ > drivers/net/phy/phy_device.c | 2 -- > 2 files changed, 21 insertions(+), 44 deletions(-) > > -- > 2.17.1 >
I tested your patches on our board with a Marvell 88E1510. Looks good! Tested-by: Clemens Gruber <clemens.gru...@pqgruber.com> Clemens