From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [PATCH RFT net-next 0/2] net: phy: Eliminate unnecessary soft Date: Tue, 18 Sep 2018 18:35:03 -0700 Message-ID: <20180919013505.11347-1-f.fainelli@gmail.com> Cc: Florian Fainelli , "David S. Miller" , Andrew Lunn , nbd@nbd.name, cphealy@gmail.com, harini.katakam@xilinx.com, afleming@freescale.com, agust@denx.de, arnd@arndb.de, asmirnov@ru.mvista.com, avi.kp.137@gmail.com, avorontsov@ru.mvista.com, baijiaju1990@gmail.com, benh@kernel.crashing.org, charles-antoine.couret@nexvision.fr, clemens.gruber@pqgruber.com, colin.king@canonical.com, cyril@ti.com, david.thomson@alliedtelesis.co.nz, ddaney@caviumnetworks.com, dongsheng.wang@hxt-semitech.com, dwmw2@infradead.org, eha@deif.com, houjingj@marvell.com, jeff@garzik.org, Jingju.Hou@synaptics.com, Jisheng.Zhang@synaptics.com, johan@kernel.org, Kapil.Juneja@freescale.com, kim.phillips@freescale.com, linyunsheng@huawei.com, madalin. To: netdev@vger.kernel.org Return-path: Received: from mail-oi0-f66.google.com ([209.85.218.66]:38700 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726887AbeISHLM (ORCPT ); Wed, 19 Sep 2018 03:11:12 -0400 Received: by mail-oi0-f66.google.com with SMTP id x197-v6so3605460oix.5 for ; Tue, 18 Sep 2018 18:35:51 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: 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