This patchset adds a new mechanism that can be used to mask/unmask GPEs. Lv Zheng (3): ACPICA: Events: Introduce acpi_mask_gpe()/acpi_unmask_gpe() to implement GPE masking mechanism ACPI / sys: Update /sys/firmware/acpi/interrupts/gpexx using new GPE masking mechanism ACPI / sysfs: Provide quirk mechanism to prevent GPE flooding Documentation/kernel-parameters.txt | 10 ++++ drivers/acpi/acpica/acevents.h | 3 ++ drivers/acpi/acpica/aclocal.h | 2 + drivers/acpi/acpica/evgpe.c | 57 ++++++++++++++++++++++ drivers/acpi/acpica/evxfgpe.c | 43 +++++++++++++++++ drivers/acpi/acpica/hwgpe.c | 23 +++++++-- drivers/acpi/internal.h | 1 + drivers/acpi/scan.c | 1 + drivers/acpi/sleep.c | 2 +- drivers/acpi/sysfs.c | 89 +++++++++++++++++++++++++++++++---- include/acpi/acpixf.h | 4 ++ include/acpi/actypes.h | 39 ++++++++------- 12 files changed, 242 insertions(+), 32 deletions(-) -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html