[PATCH v2 1/8] ACPI / PM: Run wakeup notify handlers synchronously

2017-06-12 Thread Rafael J. Wysocki
From: Rafael J. Wysocki The work functions provided by the users of acpi_add_pm_notifier() should be run synchronously before re-enabling the wakeup GPE in case they are used to clear the status and/or disable the wakeup signaling at the source. Otherwise, which is the case currently in the PCI

Re: [PATCH v2 1/8] ACPI / PM: Run wakeup notify handlers synchronously

2017-06-14 Thread Bjorn Helgaas
On Mon, Jun 12, 2017 at 10:48:41PM +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > The work functions provided by the users of acpi_add_pm_notifier() > should be run synchronously before re-enabling the wakeup GPE in > case they are used to clear the status and/or disable the wakeup

Re: [PATCH v2 1/8] ACPI / PM: Run wakeup notify handlers synchronously

2017-06-14 Thread Rafael J. Wysocki
On Wed, Jun 14, 2017 at 8:09 PM, Bjorn Helgaas wrote: > On Mon, Jun 12, 2017 at 10:48:41PM +0200, Rafael J. Wysocki wrote: >> From: Rafael J. Wysocki >> >> The work functions provided by the users of acpi_add_pm_notifier() >> should be run synchronously before re-enabling the wakeup GPE in >> cas