Re: [PATCH net-next 1/3] net: phy: add __set_linkmode_max_speed

2019-08-12 Thread Heiner Kallweit
On 12.08.2019 23:27, Andrew Lunn wrote: > On Mon, Aug 12, 2019 at 11:19:31PM +0200, Heiner Kallweit wrote: >> We will need the functionality of __set_linkmode_max_speed also for >> linkmode bitmaps other than phydev->supported. Therefore split it. >> >> Signed-off-by: Heiner Kallweit >> --- >> dr

Re: [PATCH net-next 1/3] net: phy: add __set_linkmode_max_speed

2019-08-12 Thread Andrew Lunn
On Mon, Aug 12, 2019 at 11:19:31PM +0200, Heiner Kallweit wrote: > We will need the functionality of __set_linkmode_max_speed also for > linkmode bitmaps other than phydev->supported. Therefore split it. > > Signed-off-by: Heiner Kallweit > --- > drivers/net/phy/phy-core.c | 10 -- > 1 f

[PATCH net-next 1/3] net: phy: add __set_linkmode_max_speed

2019-08-12 Thread Heiner Kallweit
We will need the functionality of __set_linkmode_max_speed also for linkmode bitmaps other than phydev->supported. Therefore split it. Signed-off-by: Heiner Kallweit --- drivers/net/phy/phy-core.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/net/phy/phy-