From: Florian Fainelli Date: Fri, 6 Dec 2013 21:01:36 +0000 (-0800) Subject: net: pxa168_eth: use phy_init_hw for PHY reset X-Git-Tag: v3.14-rc1~94^2~558^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78de53f05c58784e366b9115575058a5815c89d6;p=pandora-kernel.git net: pxa168_eth: use phy_init_hw for PHY reset Instead of open-coding a PHY reset through the MII BMCR register, use phy_init_hw() which does this for us and ensures that PHY device fixups are also applied. We also remove a call to ethernet_phy_reset() which is now unncessary since phy_attach() calls phy_attach_direct() which in turns calls phy_init_hw(). Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed