Re: [PATCH 04/11] net: phy: Add phy_standalone sysfs entry

2019-05-27 Thread Florian Fainelli
On 5/27/2019 2:22 PM, Ioana Ciornei wrote: > Export a phy_standalone device attribute that is meant to give the > indication that this PHY lacks an attached_dev and its corresponding > sysfs link. The attribute will be created only when the > phy_attach_direct() function will be called with a NU

[PATCH 04/11] net: phy: Add phy_standalone sysfs entry

2019-05-27 Thread Ioana Ciornei
Export a phy_standalone device attribute that is meant to give the indication that this PHY lacks an attached_dev and its corresponding sysfs link. The attribute will be created only when the phy_attach_direct() function will be called with a NULL net_device. Signed-off-by: Ioana Ciornei --- dri