Re: [PATCH] PCI: PM: Skip devices in D0 for suspend-to-idle

2019-06-13 Thread Rafael J. Wysocki
On Thu, Jun 13, 2019 at 11:38 PM Bjorn Helgaas wrote: > > On Thu, Jun 13, 2019 at 12:14:02AM +0200, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Commit d491f2b75237 ("PCI: PM: Avoid possible suspend-to-idle issue") > > attempted to avoid a problem with devices whose drivers want t

Re: [PATCH] PCI: PM: Skip devices in D0 for suspend-to-idle

2019-06-13 Thread Bjorn Helgaas
On Thu, Jun 13, 2019 at 12:14:02AM +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Commit d491f2b75237 ("PCI: PM: Avoid possible suspend-to-idle issue") > attempted to avoid a problem with devices whose drivers want them to > stay in D0 over suspend-to-idle and resume, but it did no

Re: [PATCH] PCI: PM: Skip devices in D0 for suspend-to-idle

2019-06-13 Thread Rafael J. Wysocki
On Thursday, June 13, 2019 12:14:02 AM CEST Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Commit d491f2b75237 ("PCI: PM: Avoid possible suspend-to-idle issue") > attempted to avoid a problem with devices whose drivers want them to > stay in D0 over suspend-to-idle and resume, but it did

[PATCH] PCI: PM: Skip devices in D0 for suspend-to-idle

2019-06-13 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Commit d491f2b75237 ("PCI: PM: Avoid possible suspend-to-idle issue") attempted to avoid a problem with devices whose drivers want them to stay in D0 over suspend-to-idle and resume, but it did not go as far as it should with that. Namely, first of all, it is questionable

Re: [PATCH] PCI: PM: Skip devices in D0 for suspend-to-idle

2019-06-13 Thread Kai-Heng Feng
at 06:14, Rafael J. Wysocki wrote: From: Rafael J. Wysocki Commit d491f2b75237 ("PCI: PM: Avoid possible suspend-to-idle issue") attempted to avoid a problem with devices whose drivers want them to stay in D0 over suspend-to-idle and resume, but it did not go as far as it should with that. N

Re: [PATCH] PCI: PM: Skip devices in D0 for suspend-to-idle

2019-06-13 Thread Mika Westerberg
On Thu, Jun 13, 2019 at 12:14:02AM +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Commit d491f2b75237 ("PCI: PM: Avoid possible suspend-to-idle issue") > attempted to avoid a problem with devices whose drivers want them to > stay in D0 over suspend-to-idle and resume, but it did no