From: David S. Miller Date: Wed, 27 Sep 2017 03:06:35 +0000 (-0700) Subject: Merge branch 'net-dsa-use-generic-slave-phydev' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5b52e57c3d879d4654a15c1b42ec9623b04755fb;p=linux.git 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 Signed-off-by: David S. Miller --- 5b52e57c3d879d4654a15c1b42ec9623b04755fb