From: sti...@antcom.de Date: Mon, 1 Sep 2014 13:46:46 +0200 > From: Roland Stigge <sti...@antcom.de> > > When a link is already up, the following sequence makes the kernel > block completely: > > ip link set dev eth0 down > ip link set dev eth0 up > > This is because on suspended phy, the following lines > > __lpc_eth_reset(pldat); > __lpc_eth_init(pldat); > > make the LPC ethernet core block (see LPC32x0 manual). The PHY needs to be > (re-)activated low-level first. > > Signed-off-by: Roland Stigge <sti...@antcom.de>
Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/