Re: [PATCH v1] net: sun8i-emac: Add support for fixed-link phy

2024-01-19 Thread Andre Przywara
On Fri, 19 Jan 2024 21:11:07 +0300 Maxim Kiselev wrote: Hi Maxim, > пт, 19 янв. 2024 г. в 20:35, Andre Przywara : > > > > On Tue, 16 Jan 2024 19:58:56 +0300 > > Maxim Kiselev wrote: > > > > Hi Maxim, > > > > > вт, 16 янв. 2024 г. в 03:18, Andre Przywara : > > > > > > > > On Thu, 15 Jun 2023

Re: [PATCH v1] net: sun8i-emac: Add support for fixed-link phy

2024-01-19 Thread Maxim Kiselev
Hi Andre, пт, 19 янв. 2024 г. в 20:35, Andre Przywara : > > On Tue, 16 Jan 2024 19:58:56 +0300 > Maxim Kiselev wrote: > > Hi Maxim, > > > вт, 16 янв. 2024 г. в 03:18, Andre Przywara : > > > > > > On Thu, 15 Jun 2023 00:44:06 +0300 > > > Maxim Kiselev wrote: > > > > > > Hi Maxim, > > > > > > > Fr

Re: [PATCH v1] net: sun8i-emac: Add support for fixed-link phy

2024-01-19 Thread Andre Przywara
On Tue, 16 Jan 2024 19:58:56 +0300 Maxim Kiselev wrote: Hi Maxim, > вт, 16 янв. 2024 г. в 03:18, Andre Przywara : > > > > On Thu, 15 Jun 2023 00:44:06 +0300 > > Maxim Kiselev wrote: > > > > Hi Maxim, > > > > > From: Maksim Kiselev > > > > > > Based on dt-specs fixed-link doesn't require phy-

Re: [PATCH v1] net: sun8i-emac: Add support for fixed-link phy

2024-01-16 Thread Andre Przywara
On Tue, 16 Jan 2024 19:58:56 +0300 Maxim Kiselev wrote: Hi Maxim, > вт, 16 янв. 2024 г. в 03:18, Andre Przywara : > > > > On Thu, 15 Jun 2023 00:44:06 +0300 > > Maxim Kiselev wrote: > > > > Hi Maxim, > > > > > From: Maksim Kiselev > > > > > > Based on dt-specs fixed-link doesn't require phy-

Re: [PATCH v1] net: sun8i-emac: Add support for fixed-link phy

2024-01-16 Thread Maxim Kiselev
вт, 16 янв. 2024 г. в 03:18, Andre Przywara : > > On Thu, 15 Jun 2023 00:44:06 +0300 > Maxim Kiselev wrote: > > Hi Maxim, > > > From: Maksim Kiselev > > > > Based on dt-specs fixed-link doesn't require phy-handle to be used. > > Do you have such a board? Yes, I had a custom board with T113 SoC w

Re: [PATCH v1] net: sun8i-emac: Add support for fixed-link phy

2024-01-15 Thread Andre Przywara
On Thu, 15 Jun 2023 00:44:06 +0300 Maxim Kiselev wrote: Hi Maxim, > From: Maksim Kiselev > > Based on dt-specs fixed-link doesn't require phy-handle to be used. Do you have such a board? And where is that written down? I don't see it explicitly mentioned as optional in ethernet-controller.yam

Re: [PATCH v1] net: sun8i-emac: Add support for fixed-link phy

2023-07-21 Thread Ramon Fried
On Thu, Jun 15, 2023 at 12:51 AM Maxim Kiselev wrote: > > From: Maksim Kiselev > > Based on dt-specs fixed-link doesn't require phy-handle to be used. > Fix driver to only read phy related setting when phy-handle is found. > > Signed-off-by: Maksim Kiselev > --- > drivers/net/sun8i_emac.c | 7 +

[PATCH v1] net: sun8i-emac: Add support for fixed-link phy

2023-06-14 Thread Maxim Kiselev
From: Maksim Kiselev Based on dt-specs fixed-link doesn't require phy-handle to be used. Fix driver to only read phy related setting when phy-handle is found. Signed-off-by: Maksim Kiselev --- drivers/net/sun8i_emac.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/d