From: Shawn Guo Date: Wed, 27 Jun 2012 03:45:20 +0000 (+0000) Subject: net: fec: reset phy after pinctrl setup X-Git-Tag: v3.6-rc1~125^2~371 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ca9b2aa0d5a43e954789e0da675a826b83932b7;p=pandora-kernel.git net: fec: reset phy after pinctrl setup In case that bootloader or platform initialization does not set up fec pins, the fec_reset_phy will not be able to succeed, because fec_reset_phy is currently called before devm_pinctrl_get_select_default. Move fec_reset_phy call to the place between devm_pinctrl_get_select_default and fec_enet_init to have above case be taken care. Signed-off-by: Shawn Guo Signed-off-by: David S. Miller --- Reading git-diff-tree failed