OSDN Git Service

Merge branch 'phy_ethtool_nway_reset'
authorDavid S. Miller <davem@davemloft.net>
Tue, 15 Nov 2016 21:33:38 +0000 (16:33 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Nov 2016 21:33:38 +0000 (16:33 -0500)
Florian Fainelli says:

====================
net: phy: Centralize auto-negotation restart

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 straight forward conversion.

There is another patch series which implements ethtool::nway_reset
using the helper function introduced that depends on this patch
series.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge