Hi David, Andrew, This patch series addresses a device topology shortcoming where a program scanning /sys would not be able to establish a mapping between the network device and the PHY device.
In the process it turned out that no PHY device documentation existed for sysfs attributes. Thanks! Florian Fainelli (3): net: phy: Create sysfs reciprocal links for attached_dev/phydev net: sysfs: Document "phydev" symbolic link net: sysfs: Document PHY device sysfs attributes Documentation/ABI/testing/sysfs-class-net | 8 ++++++ Documentation/ABI/testing/sysfs-class-net-phydev | 32 ++++++++++++++++++++++++ drivers/net/phy/phy_device.c | 11 ++++++++ 3 files changed, 51 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-class-net-phydev -- 2.9.3