From: Florian Fainelli Date: Fri, 6 Dec 2013 21:01:38 +0000 (-0800) Subject: net: sh_eth: do not issue a wild PHY reset through BMCR X-Git-Tag: v3.14-rc1~94^2~558^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c9eb5b931c3da3a79faa889b903dc7bd318203c;p=pandora-kernel.git net: sh_eth: do not issue a wild PHY reset through BMCR The sh_eth driver issues an uncontrolled PHY reset through the MII register BMCR but fails to wait for the reset to complete, and will also implicitely wipe out all possible PHY fixups applied. Use phy_init_hw() which remedies both problems. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed