Home
last modified time | relevance | path

Searched hist:c484994eb317f24693fbed6084cf1b4d984ffd3b (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/altera/
H A Daltera_tse_main.cdiff c484994eb317f24693fbed6084cf1b4d984ffd3b Tue Dec 30 11:27:09 CST 2014 Kostya Belezko <bkostya@hotmail.com> 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 <bkostya@hotmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>