Re: [PATCH 1/2] ACPICA: Introduce acpi_dispatch_gpe()

2018-05-16 Thread Rafael J. Wysocki
018 5:12 AM >> To: Linux ACPI <linux-a...@vger.kernel.org> >> Cc: Zhang, Rui <rui.zh...@intel.com>; Linux PM > p...@vger.kernel.org>; LKML <linux-kernel@vger.kernel.org>; Schmauss, Erik >> <erik.schma...@intel.com>; Moore, Robert <robert.mo...@inte

Re: [PATCH 1/2] ACPICA: Introduce acpi_dispatch_gpe()

2018-05-16 Thread Rafael J. Wysocki
PI >> Cc: Zhang, Rui ; Linux PM > p...@vger.kernel.org>; LKML ; Schmauss, Erik >> ; Moore, Robert ; Wang, >> Wendy >> Subject: [PATCH 1/2] ACPICA: Introduce acpi_dispatch_gpe() >> >> From: Rafael J. Wysocki >> >> Introduce acpi_dispatch_gpe() as a wra

RE: [PATCH 1/2] ACPICA: Introduce acpi_dispatch_gpe()

2018-05-16 Thread Moore, Robert
ACPI <linux-a...@vger.kernel.org> > Cc: Zhang, Rui <rui.zh...@intel.com>; Linux PM p...@vger.kernel.org>; LKML <linux-kernel@vger.kernel.org>; Schmauss, Erik > <erik.schma...@intel.com>; Moore, Robert <robert.mo...@intel.com>; Wang, > Wendy <wendy.w...@intel.com>

RE: [PATCH 1/2] ACPICA: Introduce acpi_dispatch_gpe()

2018-05-16 Thread Moore, Robert
Cc: Zhang, Rui ; Linux PM p...@vger.kernel.org>; LKML ; Schmauss, Erik > ; Moore, Robert ; Wang, > Wendy > Subject: [PATCH 1/2] ACPICA: Introduce acpi_dispatch_gpe() > > From: Rafael J. Wysocki > > Introduce acpi_dispatch_gpe() as a wrapper around acpi_ev_detec

[PATCH 1/2] ACPICA: Introduce acpi_dispatch_gpe()

2018-05-16 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Introduce acpi_dispatch_gpe() as a wrapper around acpi_ev_detect_gpe() for checking if the given GPE (as represented by a GPE device handle and a GPE number) is currently active and dispatching it (if that's the case) outside of interrupt

[PATCH 1/2] ACPICA: Introduce acpi_dispatch_gpe()

2018-05-16 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Introduce acpi_dispatch_gpe() as a wrapper around acpi_ev_detect_gpe() for checking if the given GPE (as represented by a GPE device handle and a GPE number) is currently active and dispatching it (if that's the case) outside of interrupt context. Signed-off-by: Rafael