Re: [PATCH v2 13/15] net: phy: adin: configure downshift on config_init

2019-08-09 Thread Ardelean, Alexandru
On Thu, 2019-08-08 at 22:39 +0200, Andrew Lunn wrote: > [External] > > On Thu, Aug 08, 2019 at 09:38:40PM +0200, Heiner Kallweit wrote: > > On 08.08.2019 14:30, Alexandru Ardelean wrote: > > > Down-speed auto-negotiation may not always be enabled, in which case the > > > PHY won't down-shift to 10

Re: [PATCH v2 13/15] net: phy: adin: configure downshift on config_init

2019-08-08 Thread Andrew Lunn
On Thu, Aug 08, 2019 at 09:38:40PM +0200, Heiner Kallweit wrote: > On 08.08.2019 14:30, Alexandru Ardelean wrote: > > Down-speed auto-negotiation may not always be enabled, in which case the > > PHY won't down-shift to 100 or 10 during auto-negotiation. > > > > This change enables downshift and co

Re: [PATCH v2 13/15] net: phy: adin: configure downshift on config_init

2019-08-08 Thread Heiner Kallweit
On 08.08.2019 14:30, Alexandru Ardelean wrote: > Down-speed auto-negotiation may not always be enabled, in which case the > PHY won't down-shift to 100 or 10 during auto-negotiation. > > This change enables downshift and configures the number of retries to > default 8 (maximum supported value). >

[PATCH v2 13/15] net: phy: adin: configure downshift on config_init

2019-08-08 Thread Alexandru Ardelean
Down-speed auto-negotiation may not always be enabled, in which case the PHY won't down-shift to 100 or 10 during auto-negotiation. This change enables downshift and configures the number of retries to default 8 (maximum supported value). The change has been adapted from the Marvell PHY driver.