-
- Downloads
Merge tag 'acpi-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull more ACPI updates from Rafael Wysocki: "These fix the ACPI SPCR table handling and add a workaround for APM X-Gene 8250 UART on top of that, fix two ACPI hotplug issues related to hot-remove failures, add a missing "static" to one function and constify some attribute_group structures. Specifics: - Fix the ACPI code handling the SPCR table to check access width of MMIO regions and add a workaround for APM X-Gene 8250 UART to use 32-bit MMIO accesses with its register (Loc Ho). - Fix two ACPI-based hotplug issues related to the handling of hot-remove failures on the OS side (Chun-Yi Lee). - Constify attribute_group structures in a few places (Arvind Yadav). - Make one local function static (Colin Ian King)" * tag 'acpi-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: ACPI / DPTF: constify attribute_group structures ACPI / LPSS: constify attribute_group structures ACPI: BGRT: constify attribute_group structures ACPI / power: constify attribute_group structures ACPI / scan: Indicate to platform when hot remove returns busy ACPI / bus: handle ACPI hotplug schedule errors completely ACPI / osi: Make local function acpi_osi_dmi_linux() static ACPI: SPCR: Workaround for APM X-Gene 8250 UART 32-alignment errata ACPI: SPCR: Use access width to determine mmio usage
No related branches found
No related tags found
Showing
- drivers/acpi/acpi_lpss.c 1 addition, 1 deletiondrivers/acpi/acpi_lpss.c
- drivers/acpi/bgrt.c 1 addition, 1 deletiondrivers/acpi/bgrt.c
- drivers/acpi/bus.c 6 additions, 2 deletionsdrivers/acpi/bus.c
- drivers/acpi/dptf/dptf_power.c 1 addition, 1 deletiondrivers/acpi/dptf/dptf_power.c
- drivers/acpi/osi.c 2 additions, 1 deletiondrivers/acpi/osi.c
- drivers/acpi/power.c 5 additions, 5 deletionsdrivers/acpi/power.c
- drivers/acpi/scan.c 13 additions, 5 deletionsdrivers/acpi/scan.c
- drivers/acpi/spcr.c 38 additions, 2 deletionsdrivers/acpi/spcr.c
- include/acpi/acrestyp.h 7 additions, 0 deletionsinclude/acpi/acrestyp.h
Loading
Please register or sign in to comment