]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
net: fec: reset phy after pinctrl setup
authorShawn Guo <shawn.guo@linaro.org>
Wed, 27 Jun 2012 03:45:20 +0000 (03:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Jun 2012 04:22:05 +0000 (21:22 -0700)
commit2ca9b2aa0d5a43e954789e0da675a826b83932b7
tree215e82c4d767ee066082f973f765baa90db66e25
parentd2e553bca89596b7ac35f8abcec9c9b93f772fc2
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 <shawn.guo@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fec.c