This patchset implements phylink_mac_link_up and phylink_mac_link_down, while also removing the code that was modifying the EGRESS and INGRESS MAC settings for STP and replacing them with the "inhibit TX" functionality.
Vladimir Oltean (4): net: dsa: sja1105: Use SPEED_{10,100,1000,UNKNOWN} macros net: dsa: sja1105: Update some comments about PHYLIB net: dsa: sja1105: Export the sja1105_inhibit_tx function net: dsa: sja1105: Rethink the PHYLINK callbacks drivers/net/dsa/sja1105/Kconfig | 2 +- drivers/net/dsa/sja1105/sja1105.h | 2 + drivers/net/dsa/sja1105/sja1105_main.c | 138 +++++++++---------------- drivers/net/dsa/sja1105/sja1105_spi.c | 14 +-- 4 files changed, 62 insertions(+), 94 deletions(-) -- 2.17.1