Re: [U-Boot] [PATCH 2/3] drivers: net: fsl_enetc: move PCS and PHY config to probe

2019-11-29 Thread Joe Hershberger
On Thu, Nov 14, 2019 at 10:59 AM Alex Marginean wrote: > > This reduces the time needed to establish a link as we don't reset the link > each time the interface is used. Our Link capabilities do not change at > run-time so there is no need to re-apply PHY configuration each time. > > Signed-off-b

[U-Boot] [PATCH 2/3] drivers: net: fsl_enetc: move PCS and PHY config to probe

2019-11-14 Thread Alex Marginean
This reduces the time needed to establish a link as we don't reset the link each time the interface is used. Our Link capabilities do not change at run-time so there is no need to re-apply PHY configuration each time. Signed-off-by: Alex Marginean --- I have these patches on top of the followin