Re: [PATCH] net: sun8i-emac: Allow all RGMII PHY modes

2021-01-14 Thread Joe Hershberger
On Wed, Jan 13, 2021 at 4:43 PM André Przywara wrote: > > On 30/11/2020 17:23, Heinrich Schuchardt wrote: > > Hi Joe, > > > On 11/16/20 10:46 AM, Andre Przywara wrote: > >> So far all GBit users of the sun8i-emac driver were using the "rgmii" > >> PHY mode, even though this turns out to be mostly

Re: [PATCH] net: sun8i-emac: Allow all RGMII PHY modes

2021-01-13 Thread André Przywara
On 30/11/2020 17:23, Heinrich Schuchardt wrote: Hi Joe, > On 11/16/20 10:46 AM, Andre Przywara wrote: >> So far all GBit users of the sun8i-emac driver were using the "rgmii" >> PHY mode, even though this turns out to be mostly wrong. It just worked >> because the PHY driver doesn't do the proper

Re: [PATCH] net: sun8i-emac: Allow all RGMII PHY modes

2020-11-30 Thread Heinrich Schuchardt
On 11/16/20 10:46 AM, Andre Przywara wrote: So far all GBit users of the sun8i-emac driver were using the "rgmii" PHY mode, even though this turns out to be mostly wrong. It just worked because the PHY driver doesn't do the proper setup (yet). In fact for most boards the "rgmii-id" or "rgmii-txid

[PATCH] net: sun8i-emac: Allow all RGMII PHY modes

2020-11-16 Thread Andre Przywara
So far all GBit users of the sun8i-emac driver were using the "rgmii" PHY mode, even though this turns out to be mostly wrong. It just worked because the PHY driver doesn't do the proper setup (yet). In fact for most boards the "rgmii-id" or "rgmii-txid" PHY modes are the correct ones. To allow th