Re: [PATCH v3] net: jme: fix suspend/resume on JMC260

From: Diego Viola
Date: Thu Feb 25 2016 - 10:39:03 EST


On Thu, Feb 25, 2016 at 1:58 AM, David Miller <davem@xxxxxxxxxxxxx> wrote:
> From: Diego Viola <diego.viola@xxxxxxxxx>
> Date: Tue, 23 Feb 2016 12:04:04 -0300
>
>> The JMC260 network card fails to suspend/resume because the call to
>> jme_start_irq() was too early, moving the call to jme_start_irq() after
>> the call to jme_reset_link() makes it work.
>>
>> Prior this change suspend/resume would fail unless /sys/power/pm_async=0
>> was explicitly specified.
>>
>> Relevant bug report: https://bugzilla.kernel.org/show_bug.cgi?id=112351
>>
>> Signed-off-by: Diego Viola <diego.viola@xxxxxxxxx>
>
> Applied and queued up for -stable, thanks.

Thanks.

Diego