commit | 06d87cec73d883690f690e72da498e7f0334f9bc | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Fri Dec 06 13:01:33 2013 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 09 20:38:59 2013 -0500 |
tree | 5d7e6834f627a6fa7b01f9a895c4718d8f8d44dc | |
parent | f0528ce7a43d51090b45cf27c53e4b343facaade [diff] |
net: bfin_mac: do not reset PHY after phy_start() The PHY is already reset during driver probing, and this manual reset after calling phy_start() will wipe out board-specific PHY fixups and driver specific configuration initialization. Remove that explicit PHY reset. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>