]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
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)
commit8a29659132eb0a50b14f014303857124b2a80274
tree2e2f01cc575ca7f4debe819a62d6c4661da8b4da
parent8ebd115bb23ac42f14a5e242500be61d8606b82d
parent860ce4b4015c4d54d8cd6fa9158d5b4a6476dffc
Merge branch 'phy_ethtool_nway_reset'

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>