Re: [PATCH] net/phy: micrel: Reenable interrupts during resume

2015-07-30 Thread David Miller
From: Nathan Sullivan nathan.sulli...@ni.com Date: Wed, 29 Jul 2015 10:21:14 -0500 diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c index 499185e..7a93af6 100644 --- a/drivers/net/phy/micrel.c +++ b/drivers/net/phy/micrel.c @@ -447,6 +447,22 @@ static int

[PATCH] net/phy: micrel: Reenable interrupts during resume

2015-07-29 Thread Nathan Sullivan
The ksz9031 has a behavior where it will clear the interrupt enable bits when leaving power down. To work around this, make sure the interrupt bits are in the state they are expected to be when resuming. Signed-off-by: Nathan Sullivan nathan.sulli...@ni.com --- drivers/net/phy/micrel.c | 18