commit | ec8582d1349a3d984a0369c1573ae5c2a7acd0ed | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <olteanv@gmail.com> | Thu Mar 12 12:19:51 2020 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 14 20:49:48 2020 -0700 |
tree | e363f8e6ce0c9288d212c178b6b3ad5e8bbd5d37 | |
parent | 724d021566684dba67aed23d46613ab4fb022152 [diff] |
net: dsa: sja1105: move MAC configuration to .phylink_mac_link_up The switches supported so far by the driver only have non-SerDes ports, so they should be configured in the PHYLINK callback that provides the resolved PHY link parameters. Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>