commit | 3240e94d56ca9743a4223a455839b008cb3f7c67 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 11 11:46:09 2017 +0100 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 11 20:23:50 2017 -0700 |
tree | 5fa231091b79799036a95a1cde2d05df18612f55 | |
parent | 4afa85e28a6b49048a2438bb3ca02d96202d6c5f [diff] |
net: designware: Split the link init into a separate function With rockchip we need to make adjustments after the link speed is set but before enabling received/transmit. In preparation for this, split these two pieces into separate functions. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Romain Perier <romain.perier@collabora.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>