diff options
author | Rafael J. Wysocki | 2021-11-02 18:36:40 +0100 |
---|---|---|
committer | Rafael J. Wysocki | 2021-11-02 18:36:40 +0100 |
commit | c3fb46600e3f17ee24c8d86482fab510fd5f8771 (patch) | |
tree | d838d7445d0433443cfdd6cfa3745525b50ccfbf /drivers | |
parent | b2ffa16a1c837e50a29d43fe93091492693648fe (diff) | |
parent | 61a3c78d991c7f5e189e82fa54ddaa9d514544a2 (diff) | |
parent | 6c7058a38dc4e2dee43cd824067b7610b57463ba (diff) | |
parent | d6b88ce2eb9d2698eb24451eb92c0a1649b17bb1 (diff) | |
parent | 50861d439b9386d9f2cfafc12f2c0d0d14569df9 (diff) |
Merge branches 'acpi-glue', 'acpi-pnp', 'acpi-processor' and 'acpi-soc'
Merge updates of the code associating ACPI device objects with
devices and PNP code, processor driver, and Intel LPSS driver updates
for 5.16-rc1:
- Make the association of ACPI device objects with PCI devices more
straightforward and simplify the code doing that for all devices
in general (Rafael Wysocki).
- Use acpi_device_adr() in acpi_find_child_device() instead of
evaluating _ADR (Rafael Wysocki).
- Drop duplicate device IDs from PNP device IDs list (Krzysztof
Kozlowski).
- Allow acpi_idle_play_dead() to use C3 on AMD processors (Richard
Gong).
- Use ACPI_COMPANION() to simplify code in the ACPI driver for Intel
SoCs (Rafael Wysocki).
* acpi-glue:
ACPI: glue: Use acpi_device_adr() in acpi_find_child_device()
ACPI: glue: Look for ACPI bus type only if ACPI companion is not known
ACPI: glue: Drop cleanup callback from struct acpi_bus_type
PCI: ACPI: Drop acpi_pci_bus
* acpi-pnp:
ACPI: PNP: remove duplicated BRI0A49 and BDP3336 entries
* acpi-processor:
ACPI: processor idle: Allow playing dead in C3 state
* acpi-soc:
ACPI: LPSS: Use ACPI_COMPANION() directly