commit | c305c1651cb20f00d272db1615d39513365f2097 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Tue Mar 10 16:57:12 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 11 17:56:28 2015 -0400 |
tree | 23464b98a206ac5fd0d3233912b9bad3e6700fbb | |
parent | 33d6737761ea425d43f3b6e4561573a4020982f2 [diff] |
net: dsa: move PHY setup on DSA MII bus to its own function In preparation for dealing with indirect reads and writes towards certain PHY devices, move the code which deals with binding the PHY device to the slave MII bus created by DSA to its own function: dsa_slave_phy_connect(). Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>