Re: [PATCH 00/15] net: phy: Centralize auto-negotation restart

2016-11-15 Thread David Miller
From: Florian Fainelli Date: Tue, 15 Nov 2016 10:06:29 -0800 > This patch series centralizes how ethtool::nway_reset is implemented > by providing a PHYLIB function which calls into genphy_restart_aneg(). > > All drivers below are converted to use this new helper function. Some > other have spec

[PATCH 00/15] net: phy: Centralize auto-negotation restart

2016-11-15 Thread Florian Fainelli
Hi all, This patch series centralizes how ethtool::nway_reset is implemented by providing a PHYLIB function which calls into genphy_restart_aneg(). All drivers below are converted to use this new helper function. Some other have specific requirements that make them not quite suitable for a straig