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)
commit5b52e57c3d879d4654a15c1b42ec9623b04755fb
tree4b87f0600ada12c8aa05a49b13184c920d6fd4e2
parentf6fc5b494d7b10d61ef82c416d4e963cba56f1a5
parent69b2c1629649b1e765516c7b452797b9697de9ac
Merge branch 'net-dsa-use-generic-slave-phydev'

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>