From: Kostya Belezko Date: Tue, 30 Dec 2014 17:27:09 +0000 (-0500) Subject: Altera TSE: Add missing phydev X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~321^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c484994eb317f24693fbed6084cf1b4d984ffd3b;p=pandora-kernel.git Altera TSE: Add missing phydev Altera network device doesn't come up after ifconfig eth0 down ifconfig eth0 up The reason behind is clearing priv->phydev during tse_shutdown(). The phydev is not restored back at tse_open(). Resubmiting as to follow Tobias Klauser suggestion. phy_start/phy_stop are called on each ifup/ifdown and phy_disconnect is called once during the module removal. Signed-off-by: Kostya Belezko Signed-off-by: David S. Miller --- Reading git-diff-tree failed