Re: [PATCH] eth: asix88179: reset during probe

2024-07-13 Thread Marek Vasut
On 7/9/24 2:25 PM, Mattijs Korpershoek wrote: Hi Marek, On mar., juil. 09, 2024 at 13:13, Marek Vasut wrote: On 7/9/24 10:39 AM, Mattijs Korpershoek wrote: Hi Caleb, Hi, Thank you for the patch. On mar., juin 18, 2024 at 16:57, Caleb Connolly wrote: In some cases (consistently in my

Re: [PATCH] eth: asix88179: reset during probe

2024-07-09 Thread Mattijs Korpershoek
Hi Marek, On mar., juil. 09, 2024 at 13:13, Marek Vasut wrote: > On 7/9/24 10:39 AM, Mattijs Korpershoek wrote: >> Hi Caleb, > > Hi, > >> Thank you for the patch. >> >> On mar., juin 18, 2024 at 16:57, Caleb Connolly >> wrote: >> >>> In some cases (consistently in my case with an embedded bo

Re: [PATCH] eth: asix88179: reset during probe

2024-07-09 Thread Marek Vasut
On 7/9/24 10:39 AM, Mattijs Korpershoek wrote: Hi Caleb, Hi, Thank you for the patch. On mar., juin 18, 2024 at 16:57, Caleb Connolly wrote: In some cases (consistently in my case with an embedded board) the ethernet controller will time out on the first init but always succeed after res

Re: [PATCH] eth: asix88179: reset during probe

2024-07-09 Thread Mattijs Korpershoek
Hi Caleb, Thank you for the patch. On mar., juin 18, 2024 at 16:57, Caleb Connolly wrote: > In some cases (consistently in my case with an embedded board) the > ethernet controller will time out on the first init but always succeed > after reset. > > Let's reset the controller during probe so

Re: [PATCH] eth: asix88179: reset during probe

2024-06-22 Thread Marek Vasut
On 6/18/24 4:57 PM, Caleb Connolly wrote: In some cases (consistently in my case with an embedded board) the ethernet controller will time out on the first init but always succeed after reset. Let's reset the controller during probe so we always start with it in a known state, and don't have wai

[PATCH] eth: asix88179: reset during probe

2024-06-18 Thread Caleb Connolly
In some cases (consistently in my case with an embedded board) the ethernet controller will time out on the first init but always succeed after reset. Let's reset the controller during probe so we always start with it in a known state, and don't have wait for the first asix_wait_link() to time out