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

2015-07-29 Thread David Miller
From: Nathan Sullivan 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 ksz9031_center_flp_timing(struct phy_d

[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 --- drivers/net/phy/micrel.c | 18 +- 1 fi