-
- Downloads
Merge tag 'acpi-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull more ACPI updates from Rafael Wysocki: "These fix two regressions introduced during the 5.0 cycle, in ACPICA and in device PM, cause the values returned by _ADR to be stored in 64 bits and fix two ACPI documentation issues. Specifics: - Update the ACPICA code in the kernel to upstream revision 20190509 including one regression fix: * Prevent excessive ACPI debug messages from being printed by moving the ACPI_DEBUG_DEFAULT definition to the right place (Erik Schmauss). - Set the enable_for_wake bits for wakeup GPEs during suspend to idle to allow acpi_enable_all_wakeup_gpes() to enable them as aproppriate and make wakeup devices sighaling events through ACPI GPEs work with suspend-to-idle again (Rajat Jain). - Use 64 bits to store the return values of _ADR which are assumed to be 64-bit by some bus specs and may contain nonzero bits in the upper 32 bits part for some devices (Pierre-Louis Bossart). - Fix two minor issues with the ACPI documentation (Sakari Ailus)" * tag 'acpi-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: ACPI: PM: Set enable_for_wake for wakeup GPEs during suspend-to-idle Documentation: ACPI: Direct references are allowed to devices only Documentation: ACPI: Use tabs for graph ASL indentation ACPICA: Update version to 20190509 ACPICA: Linux: move ACPI_DEBUG_DEFAULT flag out of ifndef ACPI: bus: change _ADR representation to 64 bits
Showing
- Documentation/firmware-guide/acpi/dsd/data-node-references.rst 3 additions, 3 deletions...entation/firmware-guide/acpi/dsd/data-node-references.rst
- Documentation/firmware-guide/acpi/dsd/graph.rst 60 additions, 60 deletionsDocumentation/firmware-guide/acpi/dsd/graph.rst
- drivers/acpi/device_sysfs.c 4 additions, 2 deletionsdrivers/acpi/device_sysfs.c
- drivers/acpi/sleep.c 4 additions, 0 deletionsdrivers/acpi/sleep.c
- include/acpi/acpi_bus.h 1 addition, 1 deletioninclude/acpi/acpi_bus.h
- include/acpi/acpixf.h 1 addition, 1 deletioninclude/acpi/acpixf.h
- include/acpi/platform/aclinux.h 5 additions, 5 deletionsinclude/acpi/platform/aclinux.h
Loading
Please register or sign in to comment