From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Gruber Subject: Re: [PATCH RFT net-next 0/2] net: phy: Eliminate unnecessary soft Date: Sun, 23 Sep 2018 16:25:17 +0200 Message-ID: <20180923142517.GA7171@archibald.tuxnet> References: <20180919013505.11347-1-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Florian Fainelli , "David S. Miller" , Andrew Lunn To: netdev@vger.kernel.org Return-path: Received: from mail.pqgruber.com ([178.189.19.235]:46823 "EHLO mail.pqgruber.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726168AbeIWUaz (ORCPT ); Sun, 23 Sep 2018 16:30:55 -0400 Content-Disposition: inline In-Reply-To: <20180919013505.11347-1-f.fainelli@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: 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