Re: [PATCH v4 12/14] net: phy: adin: implement downshift configuration via phy-tunable

2019-08-14 Thread Florian Fainelli
On 8/12/2019 4:23 AM, 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 4 (which is also in the dat

Re: [PATCH v4 12/14] net: phy: adin: implement downshift configuration via phy-tunable

2019-08-12 Thread Andrew Lunn
On Mon, Aug 12, 2019 at 02:23:48PM +0300, 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 4 (which i

[PATCH v4 12/14] net: phy: adin: implement downshift configuration via phy-tunable

2019-08-12 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 4 (which is also in the datasheet The downshift control mechanism can also be controlle