Re: [PATCH RFT] ravb: Mask PHY mode to avoid inserting delays twice

2020-05-31 Thread Sergei Shtylyov
Hello! On 31.05.2020 7:51, David Miller wrote: Until recently, the Micrel KSZ9031 PHY driver ignored any PHY mode ("RGMII-*ID") settings, but used the hardware defaults, augmented by explicit configuration of individual skew values using the "*-skew-ps" DT properties. The lack of PHY mode

Re: [PATCH RFT] ravb: Mask PHY mode to avoid inserting delays twice

2020-05-30 Thread David Miller
From: Geert Uytterhoeven Date: Fri, 29 May 2020 14:25:40 +0200 > Until recently, the Micrel KSZ9031 PHY driver ignored any PHY mode > ("RGMII-*ID") settings, but used the hardware defaults, augmented by > explicit configuration of individual skew values using the "*-skew-ps" > DT properties.

Re: [PATCH RFT] ravb: Mask PHY mode to avoid inserting delays twice

2020-05-29 Thread Florian Fainelli
On 5/29/2020 5:25 AM, Geert Uytterhoeven wrote: > Until recently, the Micrel KSZ9031 PHY driver ignored any PHY mode > ("RGMII-*ID") settings, but used the hardware defaults, augmented by > explicit configuration of individual skew values using the "*-skew-ps" > DT properties. The lack of PHY

Re: [PATCH RFT] ravb: Mask PHY mode to avoid inserting delays twice

2020-05-29 Thread Andrew Lunn
On Fri, May 29, 2020 at 02:25:40PM +0200, Geert Uytterhoeven wrote: > Until recently, the Micrel KSZ9031 PHY driver ignored any PHY mode > ("RGMII-*ID") settings, but used the hardware defaults, augmented by > explicit configuration of individual skew values using the "*-skew-ps" > DT properties.

[PATCH RFT] ravb: Mask PHY mode to avoid inserting delays twice

2020-05-29 Thread Geert Uytterhoeven
Until recently, the Micrel KSZ9031 PHY driver ignored any PHY mode ("RGMII-*ID") settings, but used the hardware defaults, augmented by explicit configuration of individual skew values using the "*-skew-ps" DT properties. The lack of PHY mode support was compensated by the EtherAVB MAC driver,