commit | ea6f3af4c5e63f6981c0b0ab8ebec438e2d5ef40 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Fri May 15 11:36:13 2020 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri May 15 18:30:14 2020 +0200 |
tree | d3a06f0ae8a14fd4f1564f97186d0e5829e4f57e | |
parent | a10660f7788bcb1229534cd1aa57a8f4b36cfe74 [diff] |
ACPI: GED: add support for _Exx / _Lxx handler methods 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>