diff options
author | 2021-11-02 18:50:03 +0100 | |
---|---|---|
committer | 2021-11-02 18:50:03 +0100 | |
commit | f8df16016d2d83d496f1ffa42f8d86ed7cd8db47 (patch) | |
tree | bc0b9876006835716726df988250e2dff1f8e350 /drivers/fpga/fpga-mgr.c | |
parent | Merge branches 'acpi-glue', 'acpi-pnp', 'acpi-processor' and 'acpi-soc' (diff) | |
parent | ACPI: PM: sleep: Do not set suspend_ops unnecessarily (diff) | |
parent | ACPI: battery: Accept charges over the design capacity as full (diff) | |
parent | ACPI: AC: Quirk GK45 to skip reading _PSR (diff) | |
download | linux-dev-f8df16016d2d83d496f1ffa42f8d86ed7cd8db47.tar.xz linux-dev-f8df16016d2d83d496f1ffa42f8d86ed7cd8db47.zip |
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