Re: [PATCH 2/3] net:phy:dp83867: increase SGMII autoneg timer duration

2019-05-24 Thread Heiner Kallweit
On 24.05.2019 21:55, Maxim Uvarov wrote: > пт, 24 мая 2019 г. в 20:24, Heiner Kallweit : >> >> On 24.05.2019 12:25, Max Uvarov wrote: >>> After reset SGMII Autoneg timer is set to 2us (bits 6 and 5 are 01). >>> That us not enough to finalize autonegatiation on some devices. >>> Increase this timer

Re: [PATCH 2/3] net:phy:dp83867: increase SGMII autoneg timer duration

2019-05-24 Thread Maxim Uvarov
пт, 24 мая 2019 г. в 20:24, Heiner Kallweit : > > On 24.05.2019 12:25, Max Uvarov wrote: > > After reset SGMII Autoneg timer is set to 2us (bits 6 and 5 are 01). > > That us not enough to finalize autonegatiation on some devices. > > Increase this timer duration to maximum supported 16ms. > > > > S

Re: [PATCH 2/3] net:phy:dp83867: increase SGMII autoneg timer duration

2019-05-24 Thread Heiner Kallweit
On 24.05.2019 12:25, Max Uvarov wrote: > After reset SGMII Autoneg timer is set to 2us (bits 6 and 5 are 01). > That us not enough to finalize autonegatiation on some devices. > Increase this timer duration to maximum supported 16ms. > > Signed-off-by: Max Uvarov > --- > drivers/net/phy/dp83867.

[PATCH 2/3] net:phy:dp83867: increase SGMII autoneg timer duration

2019-05-24 Thread Max Uvarov
After reset SGMII Autoneg timer is set to 2us (bits 6 and 5 are 01). That us not enough to finalize autonegatiation on some devices. Increase this timer duration to maximum supported 16ms. Signed-off-by: Max Uvarov --- drivers/net/phy/dp83867.c | 13 + 1 file changed, 13 insertions(+