ACPICA: Detect GED device and keep track of _EVT
authorJose Marinho <jose.marinho@arm.com>
Tue, 28 Mar 2023 09:50:46 +0000 (10:50 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 10 Jul 2023 16:33:47 +0000 (18:33 +0200)
commit24a4b8724536ad7438fe94e8fd269be97e23d0d1
tree430f85038d2d140b9068708893e8d7bc21b8d9db
parent9558c2a2425077d5c8c761c16a7bfad867a24f65
ACPICA: Detect GED device and keep track of _EVT

ACPICA commit dc6fd1d12903015726a8a6f87f63e86141576a68

The GED device is described by a _HID of ACPI0013.
This code traverses the namespace identifying all GED devices.
For each GED device in the namespace we record 1) the Interrupt objects
and the _EVT method.

This information is used when an interrupt is simulate.

Link: https://github.com/acpica/acpica/commit/dc6fd1d1
Signed-off-by: Jose Marinho <jose.marinho@arm.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/acglobal.h
drivers/acpi/acpica/aclocal.h
include/acpi/acnames.h