From: <shh....@gmail.com> Date: Tue, 10 May 2016 17:42:26 +0800 > From: Shaohui Xie <shaohui....@nxp.com> > > If phy was suspended and is starting, current driver always enable > phy's interrupts, if phy works in polling, phy can raise unexpected > interrupt which will not be handled, the interrupt will block system > enter suspend again. So interrupts should only be re-enabled if phy > works in interrupt. > > Signed-off-by: Shaohui Xie <shaohui....@nxp.com>
Applied.