From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [PATCH net-next 0/2] net: phy: Eliminate unnecessary soft Date: Tue, 25 Sep 2018 11:28:44 -0700 Message-ID: <20180925182846.30042-1-f.fainelli@gmail.com> Cc: Florian Fainelli , Andrew Lunn , "David S. Miller" , linux-kernel@vger.kernel.org (open list), dongsheng.wang@hxt-semitech.com, cphealy@gmail.com, clemens.gruber@pqgruber.com, hkallweit1@gmail.com, nbd@nbd.name, harini.katakam@xilinx.com To: netdev@vger.kernel.org Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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! Changes since RFT: - added Tested-by tags from Wang, Dongsheng, Andrew, Chris and Clemens 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