]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc25734c892864fe42314aa6876a780983c8124de
treed838d7445d0433443cfdd6cfa3745525b50ccfbf
parent21545fa1dd488abdcc5ffe970e0be6effab69bd5
parentc8c1bb5eb1d6af498c7c4c37e9468cb595bc4a0b
parent646860954c6d9c8a50624ad24d3cefa703a121b7
parentea47b5b79918cc0915bba5b51ca9af0a687c202b
parent495990c08f63251505f5b0412c0d586de0fbf811
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