Re: [PATCH] phy: micrel: Reenable interrupts during resume for ksz9031

2016-08-23 Thread David Miller
From: Xander Huff Date: Mon, 22 Aug 2016 15:57:16 -0500 > Like the ksz8081, the ksz9031 has the behavior where it will clear the > interrupt enable bits when leaving power down. This takes advantage of the > solution provided by f5aba91. > > Signed-off-by: Xander Huff > Signed-off-by: Nathan Su

Re: [PATCH] phy: micrel: Reenable interrupts during resume for ksz9031

2016-08-22 Thread Florian Fainelli
On 08/22/2016 01:57 PM, Xander Huff wrote: > Like the ksz8081, the ksz9031 has the behavior where it will clear the > interrupt enable bits when leaving power down. This takes advantage of the > solution provided by f5aba91. > > Signed-off-by: Xander Huff > Signed-off-by: Nathan Sullivan Review

[PATCH] phy: micrel: Reenable interrupts during resume for ksz9031

2016-08-22 Thread Xander Huff
Like the ksz8081, the ksz9031 has the behavior where it will clear the interrupt enable bits when leaving power down. This takes advantage of the solution provided by f5aba91. Signed-off-by: Xander Huff Signed-off-by: Nathan Sullivan --- drivers/net/phy/micrel.c | 2 +- 1 file changed, 1 insert