mbox series

[0/2] acpi: Unconditional GED build

Message ID 20191009130433.29134-1-sameo@linux.intel.com (mailing list archive)
Headers show
Series acpi: Unconditional GED build | expand

Message

Samuel Ortiz Oct. 9, 2019, 1:04 p.m. UTC
The Generic Event Device is a hardware-reduced ACPI specific device, but
kernels supporting both fixed and hardware-reduced ACPI hardware should
be able to probe it dynamically.

For that purpose, here are 2 patches:

- The first one makes the GED device probe fail on non hardware-reduced
  platforms.
- The second one disable the conditional evged build.

Arjan van de Ven (1):
  acpi: Always build evged in

Samuel Ortiz (1):
  acpi: Fail GED probe when not on hardware-reduced

 drivers/acpi/Makefile | 2 +-
 drivers/acpi/evged.c  | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)