]> git.itanic.dy.fi Git - linux-stable/commit
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:42:53 +0000 (16:42 +0200)
commit9b50dc00f0f58dd729ac212040f2ecdd68291add
tree45df67d8f077a3c4651f64902d611198840f200e
parent977fd29853fc7ec3b8b00e410790a1f8d0d08488
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