Re: [PATCH v2 1/4] net: phy: dp83867: fix speed 10 in sgmii mode

2019-05-27 Thread Florian Fainelli
On 5/26/2019 11:16 PM, Max Uvarov wrote: > For support 10Mps sped in SGMII mode DP83867_10M_SGMII_RATE_ADAPT bit > of DP83867_10M_SGMII_CFG register has to be cleared by software. > That does not affect speeds 100 and 1000 so can be done on init. s/support/supporting/ s/sped/speed/ > > Signed

Re: [PATCH v2 1/4] net: phy: dp83867: fix speed 10 in sgmii mode

2019-05-26 Thread Heiner Kallweit
On 27.05.2019 08:16, Max Uvarov wrote: > For support 10Mps sped in SGMII mode DP83867_10M_SGMII_RATE_ADAPT bit > of DP83867_10M_SGMII_CFG register has to be cleared by software. > That does not affect speeds 100 and 1000 so can be done on init. > > Signed-off-by: Max Uvarov > Cc: Heiner Kallweit

[PATCH v2 1/4] net: phy: dp83867: fix speed 10 in sgmii mode

2019-05-26 Thread Max Uvarov
For support 10Mps sped in SGMII mode DP83867_10M_SGMII_RATE_ADAPT bit of DP83867_10M_SGMII_CFG register has to be cleared by software. That does not affect speeds 100 and 1000 so can be done on init. Signed-off-by: Max Uvarov Cc: Heiner Kallweit --- drivers/net/phy/dp83867.c | 20 ++