Re: [PATCH v2 1/2] PCI: pciehp: Do not disable interrupt twice on suspend

2019-09-18 Thread Mika Westerberg
On Mon, Aug 12, 2019 at 05:31:32PM +0300, Mika Westerberg wrote: > We try to keep PCIe hotplug ports runtime suspended when entering system > suspend. Due to the fact that the PCIe portdrv sets NEVER_SKIP driver PM > flag the PM core always calls system suspend/resume hooks even if the > device is

[PATCH v2 1/2] PCI: pciehp: Do not disable interrupt twice on suspend

2019-08-12 Thread Mika Westerberg
We try to keep PCIe hotplug ports runtime suspended when entering system suspend. Due to the fact that the PCIe portdrv sets NEVER_SKIP driver PM flag the PM core always calls system suspend/resume hooks even if the device is left runtime suspended. Since PCIe hotplug driver re-uses the same functi