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:40:28 +0000 (16:40 +0200)
commit75d6d0ad12f305d98424d5ecabe77f9bba8ccfeb
tree515dc40aecc4279a670a5f50440a0bb73ae60cc9
parent040b4dcc126946a269a4f5e6b3d632daa8a28b90
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