Merge branches 'acpi-glue', 'acpi-pnp', 'acpi-processor' and 'acpi-soc'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 2 Nov 2021 17:36:40 +0000 (18:36 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 2 Nov 2021 17:36:40 +0000 (18:36 +0100)
commitc3fb46600e3f17ee24c8d86482fab510fd5f8771
treed838d7445d0433443cfdd6cfa3745525b50ccfbf
parentb2ffa16a1c837e50a29d43fe93091492693648fe
parent61a3c78d991c7f5e189e82fa54ddaa9d514544a2
parent6c7058a38dc4e2dee43cd824067b7610b57463ba
parentd6b88ce2eb9d2698eb24451eb92c0a1649b17bb1
parent50861d439b9386d9f2cfafc12f2c0d0d14569df9
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
drivers/acpi/acpi_lpss.c
drivers/acpi/glue.c