Re: [PATCH net-next] net: phy: Use interrupts when available in NOLINK state

2015-11-17 Thread David Miller
From: Andrew Lunn Date: Mon, 16 Nov 2015 23:36:46 +0100 > The NOLINK state will poll the phy once a second to see if the link > has come up. If the phy has an interrupt line, this polling can be > skipped, since the phy should interrupt when the link returns. > > Signed-off-by:

[PATCH net-next] net: phy: Use interrupts when available in NOLINK state

2015-11-16 Thread Andrew Lunn
The NOLINK state will poll the phy once a second to see if the link has come up. If the phy has an interrupt line, this polling can be skipped, since the phy should interrupt when the link returns. Signed-off-by: Andrew Lunn --- drivers/net/phy/phy.c | 3 +++ 1 file changed, 3