Re: [PATCH] PCMCIA / PM: Combine system resume callbacks

2018-02-21 Thread Rafael J. Wysocki
On Tue, Feb 20, 2018 at 10:38 PM, Dominik Brodowski wrote: > On Tue, Feb 20, 2018 at 12:47:27PM +0100, Rafael J. Wysocki wrote: >> From: Rafael J. Wysocki >> >> There is a problem with PCMCIA system resume callbacks with respect >> to suspend-to-idle in which the ->suspend_noirq() callback may be

Re: [PATCH] PCMCIA / PM: Combine system resume callbacks

2018-02-20 Thread Dominik Brodowski
On Tue, Feb 20, 2018 at 12:47:27PM +0100, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > There is a problem with PCMCIA system resume callbacks with respect > to suspend-to-idle in which the ->suspend_noirq() callback may be > invoked after the ->resume_noirq() one without resuming the sy

[PATCH] PCMCIA / PM: Combine system resume callbacks

2018-02-20 Thread Rafael J. Wysocki
From: Rafael J. Wysocki There is a problem with PCMCIA system resume callbacks with respect to suspend-to-idle in which the ->suspend_noirq() callback may be invoked after the ->resume_noirq() one without resuming the system entirely in some cases. This doesn't work for PCMCIA because of the lac