commit | bb1416adb8a084f2979ac9536dca3e4c44d45821 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Sun Sep 06 23:24:15 2020 +0200 |
committer | Jakub Kicinski <kuba@kernel.org> | Mon Sep 07 12:38:27 2020 -0700 |
tree | 6382a6179902ce3383682aa4d099369b8dc2c56a | |
parent | d966ddcc38217a6110a6a0ff37ad2dee7d42e23e [diff] |
net: dsa: rtl8366rb: Switch to phylink This switches the RTL8366RB over to using phylink callbacks instead of .adjust_link(). This is a pretty template switchover. All we adjust is the CPU port so that is why the code only inspects this port. We enhance by adding proper error messages, also disabling the CPU port on the way down and moving dev_info() to dev_dbg(). Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>