Merge branches 'acpi-pm', 'acpi-battery' and 'acpi-ac'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 2 Nov 2021 17:50:03 +0000 (18:50 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 2 Nov 2021 17:50:03 +0000 (18:50 +0100)
commitf8df16016d2d83d496f1ffa42f8d86ed7cd8db47
treebc0b9876006835716726df988250e2dff1f8e350
parentc3fb46600e3f17ee24c8d86482fab510fd5f8771
parentd69d1f708093347c085699cc0b547982e48c47b8
parent2835f327bd1240508db2c89fe94a056faa53c49a
parent3d730ee686800d71ecc5c3cb8460dcdcdeaf38a3
Merge branches 'acpi-pm', 'acpi-battery' and 'acpi-ac'

Merge updates related to device power management, system sleep,
battery driver and AC driver for 5.16-rc1:

 - Check the states of all ACPI power resources during initialization
   to avoid dealing with power resources in unknown states (Rafael
   Wysocki).

 - Fix ACPI power resource issues related to sharing wakeup power
   resources (Rafael Wysocki).

 - Avoid registering redundant suspend_ops (Rafael Wysocki).

 - Report battery charging state as "full" if it appears to be over
   the design capacity (AndrĂ© Almeida).

 - Quirk GK45 mini PC to skip reading _PSR in the AC driver (Stefan
   Schaeckeler).

* acpi-pm:
  ACPI: PM: sleep: Do not set suspend_ops unnecessarily
  ACPI: PM: Turn off wakeup power resources on _DSW/_PSW errors
  ACPI: PM: Fix sharing of wakeup power resources
  ACPI: PM: Turn off unused wakeup power resources
  ACPI: PM: Check states of power resources during initialization

* acpi-battery:
  ACPI: battery: Accept charges over the design capacity as full

* acpi-ac:
  ACPI: AC: Quirk GK45 to skip reading _PSR