commit | c905c21f6c0c274720a79d73d3c4feaa51d3bf62 | [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 | b93375ca8d7226df16d1d9cbf5f55c8a56fd62ff [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>