ACPI: GED: add support for _Exx / _Lxx handler methods
authorArd Biesheuvel <ardb@kernel.org>
Fri, 15 May 2020 09:36:13 +0000 (11:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Jun 2020 14:41:58 +0000 (16:41 +0200)
commitb738d2fbbf590021af5917823f7ccabeb768cad1
tree15f4287a39109eb751d4f761139279174f7a7765
parentdeef54fa43c3ecf7d9d40d878b90a57d8f1be740
ACPI: GED: add support for _Exx / _Lxx handler methods

commit ea6f3af4c5e63f6981c0b0ab8ebec438e2d5ef40 upstream.

Per the ACPI spec, interrupts in the range [0, 255] may be handled
in AML using individual methods whose naming is based on the format
_Exx or _Lxx, where xx is the hex representation of the interrupt
index.

Add support for this missing feature to our ACPI GED driver.

Cc: v4.9+ <stable@vger.kernel.org> # v4.9+
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/evged.c