commit | 143a102e3090532a624d25429b79284caa59ce9f | [log] [tgz] |
---|---|---|
author | Codrin Ciubotariu <codrin.ciubotariu@microchip.com> | Thu Jul 02 18:17:23 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 04 17:59:08 2020 -0700 |
tree | 66c2d6033f09b30e7fafc1e61cdcee1bbc8af5e0 | |
parent | bdd2ed272151d89f8dc81a5a4046e3f8273b970d [diff] |
net: dsa: microchip: split adjust_link() in phylink_mac_link_{up|down}() The DSA subsystem moved to phylink and adjust_link() became deprecated in the process. This patch removes adjust_link from the KSZ DSA switches and adds phylink_mac_link_up() and phylink_mac_link_down(). Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> Reviewed-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>