Re: [PATCH net-next] net: phylink: add phylink_speed_(up|down) interface

2020-06-25 Thread David Miller
From: Russell King Date: Wed, 24 Jun 2020 11:04:18 +0100 > Add an interface for the phy_speed_(up|down) functions when a driver > makes use of phylink. These pass the call through to phylib when we > have a normal PHY attached (i.o.w., not a PHY on a SFP module.) > > Signed-off-by: Russell King

Re: [PATCH net-next] net: phylink: add phylink_speed_(up|down) interface

2020-06-24 Thread Daniel González Cabanelas
Hi Russell. I've tested my WoL patch reworked with the phylink_speed_(up|down) functions on a LS421DE device and it works quite fine. I'll sent another patch when this one got merged. Thank you. Daniel El mié., 24 jun. 2020 a las 12:06, Russell King () escribió: > > Add an interface for the phy_

[PATCH net-next] net: phylink: add phylink_speed_(up|down) interface

2020-06-24 Thread Russell King
Add an interface for the phy_speed_(up|down) functions when a driver makes use of phylink. These pass the call through to phylib when we have a normal PHY attached (i.o.w., not a PHY on a SFP module.) Signed-off-by: Russell King --- This is to support the work by Daniel González Cabanelas for mvn