diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-11-02 18:50:03 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-11-02 18:50:03 +0100 |
commit | f8df16016d2d83d496f1ffa42f8d86ed7cd8db47 (patch) | |
tree | bc0b9876006835716726df988250e2dff1f8e350 /include/acpi | |
parent | c3fb46600e3f17ee24c8d86482fab510fd5f8771 (diff) | |
parent | d69d1f708093347c085699cc0b547982e48c47b8 (diff) | |
parent | 2835f327bd1240508db2c89fe94a056faa53c49a (diff) | |
parent | 3d730ee686800d71ecc5c3cb8460dcdcdeaf38a3 (diff) |
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