This patch-set adds support for platform initited graceful shutdown as described in the sections 5.6.6(Table-143) and 6.3.5.1 of ACPI 6.1 spec Jonathan (Zhixiong) Zhang (1): ACPI: move ACPI_SYSTEM_HID to acpi_drivers.h Prashanth Prakash (2): ACPI / sybus: add a driver for LNXSYBUS device ACPI: update the definition of common notification values drivers/acpi/Kconfig | 6 +++ drivers/acpi/Makefile | 1 + drivers/acpi/scan.c | 3 +- drivers/acpi/sybus.c | 116 ++++++++++++++++++++++++++++++++++++++++++++ include/acpi/acpi_drivers.h | 1 + include/acpi/actypes.h | 2 +- 6 files changed, 127 insertions(+), 2 deletions(-) create mode 100644 drivers/acpi/sybus.c -- Qualcomm Technologies, Inc. on behalf of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project. -- 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