[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1392672844-1767-1-git-send-email-f.fainelli@gmail.com>
Date: Mon, 17 Feb 2014 13:34:01 -0800
From: Florian Fainelli <f.fainelli@...il.com>
To: <netdev@...r.kernel.org>
CC: <davem@...emloft.net>, <Shaohui.Xie@...escale.com>,
Florian Fainelli <f.fainelli@...il.com>
Subject: [PATCH net-next v2 0/3] net: phy: soft reset rework for 10G PHYs
Hi David,
As reported by Shaohui, 10G PHYs may have a slightly more complex reset
sequence for which a BMCR_RESET software reset might not suffice. This
patchset offers a solution for those by allowing them to implement their
own soft_reset() callback. Finally there is an update to the PHY library
Documentation to cover for the newly added callbacks of the PHY driver
structure.
Thanks!
Changes in v2:
- fixed callback testing
- fixed typo in Documentation
Florian Fainelli (3):
net: phy: move PHY software reset to genphy_soft_reset
net: phy: allow PHY drivers to implement their own software reset
Documentation: networking: update phy.txt with recent changes
Documentation/networking/phy.txt | 9 +++++++++
drivers/net/phy/phy_device.c | 39 ++++++++++++++++++++++++++++++++++-----
include/linux/phy.h | 6 ++++++
3 files changed, 49 insertions(+), 5 deletions(-)
--
1.8.3.2
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists