[RESEND PATCH v3 3/4] NSA310S : Use Ethernet PHY name from device tree

2021-07-15 Thread Tony Dinh
In DM Ethernet, the old "egiga0" name is no longer valid, so replace it with Ethernet PHY name from device tree. Also, Ethernet PHY address is available so read it from device tree. Reviewed-by: Stefan Roese Signed-off-by: Tony Dinh --- Changes in v3: - Get eth0 PHY address from device tree

Re: [PATCH v3 3/4] NSA310S : Use Ethernet PHY name from device tree

2021-07-15 Thread Stefan Roese
On 15.07.21 10:05, Stefan Roese wrote: Hi Tony, On 15.07.21 03:11, Tony Dinh wrote: Hi Stefan, I will need to resend this patch (V3 3/4). Ok. Please add the patch version and history back into the patches next time again. Also, when re-sending please include the already collected tags

Re: [PATCH v3 3/4] NSA310S : Use Ethernet PHY name from device tree

2021-07-15 Thread Stefan Roese
Hi Tony, On 15.07.21 03:11, Tony Dinh wrote: Hi Stefan, I will need to resend this patch (V3 3/4). Ok. Please add the patch version and history back into the patches next time again. Thanks, Stefan Thanks, Tony On Wed, Jul 7, 2021 at 2:07 AM Tony Dinh > wrote:

Re: [PATCH v3 3/4] NSA310S : Use Ethernet PHY name from device tree

2021-07-14 Thread Tony Dinh
Hi Stefan, I will need to resend this patch (V3 3/4). Thanks, Tony On Wed, Jul 7, 2021 at 2:07 AM Tony Dinh wrote: > In DM Ethernet, the old "egiga0" name is no longer valid, so replace it > with Ethernet PHY name from device tree. Also, Ethernet PHY address > is available so read it from

[PATCH v3 3/4] NSA310S : Use Ethernet PHY name from device tree

2021-07-07 Thread Tony Dinh
In DM Ethernet, the old "egiga0" name is no longer valid, so replace it with Ethernet PHY name from device tree. Also, Ethernet PHY address is available so read it from device tree. Signed-off-by: Tony Dinh --- Changes in v3: - Get eth0 PHY address from device tree Changes in v2: - Correct