Re: [PATCH net-next] net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handling

2018-06-03 Thread David Miller
From: Heiner Kallweit Date: Wed, 30 May 2018 22:13:20 +0200 > We can bail out immediately also in case of PHY_IGNORE_INTERRUPT because > phy_mac_interupt() informs us once the link is up. > > Signed-off-by: Heiner Kallweit Applied, thanks.

Re: [PATCH net-next] net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handling

2018-05-31 Thread Heiner Kallweit
On 01.06.2018 03:26, David Miller wrote: > From: Heiner Kallweit > Date: Wed, 30 May 2018 22:13:20 +0200 > >> We can bail out immediately also in case of PHY_IGNORE_INTERRUPT because >> phy_mac_interupt() informs us once the link is up. >> >> Signed-off-by: Heiner Kallweit > > When state is PHY

Re: [PATCH net-next] net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handling

2018-05-31 Thread David Miller
From: Heiner Kallweit Date: Wed, 30 May 2018 22:13:20 +0200 > We can bail out immediately also in case of PHY_IGNORE_INTERRUPT because > phy_mac_interupt() informs us once the link is up. > > Signed-off-by: Heiner Kallweit When state is PHY_NOLINK, the phy_mac_interrupt() code paths will chang

[PATCH net-next] net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handling

2018-05-30 Thread Heiner Kallweit
We can bail out immediately also in case of PHY_IGNORE_INTERRUPT because phy_mac_interupt() informs us once the link is up. Signed-off-by: Heiner Kallweit --- drivers/net/phy/phy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c i