summaryrefslogtreecommitdiffstats
path: root/Documentation/ABI/testing/sysfs-bus-mdio
Commit message (Collapse)AuthorAgeFilesLines
* net: phy: expose phydev->has_fixups to sysfsFlorian Fainelli2014-02-121-0/+10
| | | | | | | | Expose the PHY device has_fixups boolean as a sysfs property to help troubleshooting PHY configurations. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* net: phy: expose PHY device interface modeFlorian Fainelli2014-02-121-0/+10
| | | | | | | | | Expose the PHY device interface mode through sysfs since this is an useful piece of information for knowing how the attached networking device will have configured its transmit/receive path. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* phylib: mdio: Add sysfs attribute for PHY identifiers.Nick Bowler2012-11-091-0/+9
This adds a phy_id sysfs attribute to MDIO devices, containing the 32-bit PHY identifier reported by the device. This attribute can be useful when debugging problems related to phy drivers. Other enumerable buses already have similar attributes. Signed-off-by: Nick Bowler <nbowler@elliptictech.com> Signed-off-by: David S. Miller <davem@davemloft.net>