Re: [PATCH net-next v2 1/5] net: phy: phylink: Allow specifying PHY device flags

2017-12-13 Thread Andrew Lunn
On Tue, Dec 12, 2017 at 04:00:25PM -0800, Florian Fainelli wrote: > In order to let subsystems like DSA fully utilize PHYLINK, we need to be able > to communicate phy_device::flags from of_phy_{connect,attach} even when using > PHYLINK APIs. > > Signed-off-by: Florian Fainelli Reviewed-by: Andre

[PATCH net-next v2 1/5] net: phy: phylink: Allow specifying PHY device flags

2017-12-12 Thread Florian Fainelli
In order to let subsystems like DSA fully utilize PHYLINK, we need to be able to communicate phy_device::flags from of_phy_{connect,attach} even when using PHYLINK APIs. Signed-off-by: Florian Fainelli --- drivers/net/phy/phylink.c | 7 +-- include/linux/phylink.h | 2 +- 2 files changed,