Re: [PATCH net-next v2 01/10] net: phy: Update PHY linkmodes after config_init

2019-02-07 Thread Heiner Kallweit
On 07.02.2019 14:55, Maxime Chevallier wrote: > Hello Andrew, > > On Thu, 7 Feb 2019 14:48:07 +0100 > Andrew Lunn wrote: > >> On Thu, Feb 07, 2019 at 10:49:30AM +0100, Maxime Chevallier wrote: >>> We want to be able to update a PHY's supported list in the config_init >>> callback, so move the Pa

Re: [PATCH net-next v2 01/10] net: phy: Update PHY linkmodes after config_init

2019-02-07 Thread Maxime Chevallier
Hello Andrew, On Thu, 7 Feb 2019 14:48:07 +0100 Andrew Lunn wrote: >On Thu, Feb 07, 2019 at 10:49:30AM +0100, Maxime Chevallier wrote: >> We want to be able to update a PHY's supported list in the config_init >> callback, so move the Pause parameters settings from phydrv->features >> after calli

Re: [PATCH net-next v2 01/10] net: phy: Update PHY linkmodes after config_init

2019-02-07 Thread Andrew Lunn
On Thu, Feb 07, 2019 at 10:49:30AM +0100, Maxime Chevallier wrote: > We want to be able to update a PHY's supported list in the config_init > callback, so move the Pause parameters settings from phydrv->features > after calling config_init to make sure these parameters aren't > overwritten. Hi Ma

Re: [PATCH net-next v2 01/10] net: phy: Update PHY linkmodes after config_init

2019-02-07 Thread Maxime Chevallier
Hello everyone, On Thu, 7 Feb 2019 10:49:30 +0100 Maxime Chevallier wrote: >We want to be able to update a PHY's supported list in the config_init >callback, so move the Pause parameters settings from phydrv->features >after calling config_init to make sure these parameters aren't >overwritten

[PATCH net-next v2 01/10] net: phy: Update PHY linkmodes after config_init

2019-02-07 Thread Maxime Chevallier
We want to be able to update a PHY's supported list in the config_init callback, so move the Pause parameters settings from phydrv->features after calling config_init to make sure these parameters aren't overwritten. Signed-off-by: Maxime Chevallier --- drivers/net/phy/phy_device.c | 89 +++