commit | a931f78307300070e3a6cb95958f7dcc5fce3bb6 | [log] [tgz] |
---|---|---|
author | Alex Marginean <alexandru.marginean@nxp.com> | Thu Nov 14 18:58:46 2019 +0200 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Mon Dec 09 09:47:43 2019 -0600 |
tree | 0a1f32ef84a1737ce56bd5de30700e4670aca75e | |
parent | 307f8a6d1f034fc23aa7a42fa121f7fa011a33e4 [diff] |
drivers: net: fsl_enetc: move PCS and PHY config to probe 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 <alexandru.marginean@nxp.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>