Merge branch 'net-dsa-use-generic-slave-phydev'
authorDavid S. Miller <davem@davemloft.net>
Wed, 27 Sep 2017 03:06:35 +0000 (20:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Sep 2017 03:20:46 +0000 (20:20 -0700)
Vivien Didelot says:

====================
net: dsa: use generic slave phydev

DSA currently stores a phy_device pointer in each slave private
structure. This requires to implement our own ethtool ksettings
accessors and such.

This patchset removes the private phy_device in favor of the one
provided in the net_device structure, and thus allows us to use the
generic phy_ethtool_* functions.
====================

Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge