Re: [PATCH net-next 3/3] net: sysfs: Document PHY device sysfs attributes

2017-05-24 Thread Florian Fainelli
On 05/24/2017 04:07 PM, Florian Fainelli wrote: > Hi Andrew, > > On 05/24/2017 01:10 PM, Andrew Lunn wrote: >>> +What: /sys/class/mdio_bus///phy_interface >>> +Date: February 2014 >>> +KernelVersion: 3.15 >>> +Contact: netdev@vger.kernel.org >>> +Description: >>> +

Re: [PATCH net-next 3/3] net: sysfs: Document PHY device sysfs attributes

2017-05-24 Thread Florian Fainelli
Hi Andrew, On 05/24/2017 01:10 PM, Andrew Lunn wrote: >> +What: /sys/class/mdio_bus///phy_interface >> +Date: February 2014 >> +KernelVersion: 3.15 >> +Contact:netdev@vger.kernel.org >> +Description: >> +String value indicating the PHY interface, po

Re: [PATCH net-next 3/3] net: sysfs: Document PHY device sysfs attributes

2017-05-24 Thread Andrew Lunn
> +What:/sys/class/mdio_bus///phy_interface > +Date:February 2014 > +KernelVersion: 3.15 > +Contact: netdev@vger.kernel.org > +Description: > + String value indicating the PHY interface, possible > + values are in include/linux/phy.h

[PATCH net-next 3/3] net: sysfs: Document PHY device sysfs attributes

2017-05-24 Thread Florian Fainelli
Document the different sysfs attributes that exist for PHY devices: attached_dev, phy_has_fixups, phy_id and phy_interface. Signed-off-by: Florian Fainelli --- Documentation/ABI/testing/sysfs-class-net-phydev | 32 1 file changed, 32 insertions(+) create mode 100644 Doc