diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-03-18 17:36:54 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-03-18 17:36:54 +0100 |
commit | 24b2b094b5567c1440f902bab892a23b9d98e398 (patch) | |
tree | 0fcacc8c2ab5e684d06501c6d28dc704724c09c7 /drivers/acpi | |
parent | Merge branches 'acpi-pm', 'acpi-properties', 'acpi-misc' and 'acpi-x86' (diff) | |
parent | ACPI: EC: Rearrange code in acpi_ec_submit_event() (diff) | |
parent | arm64, topology: enable use of init_cpu_capacity_cppc() (diff) | |
parent | Documentation/admin-guide/acpi: Add documentation for fine grain control (diff) | |
parent | ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3 (diff) | |
download | linux-24b2b094b5567c1440f902bab892a23b9d98e398.tar.xz linux-24b2b094b5567c1440f902bab892a23b9d98e398.zip |
Merge branches 'acpi-ec', 'acpi-cppc', 'acpi-fan' and 'acpi-battery'
Merge ACPI EC driver changes, CPPC-related changes, ACPI fan driver
changes and ACPI battery driver changes for 5.18-rc1:
- Make wakeup events checks in the ACPI EC driver more
straightforward and clean up acpi_ec_submit_event() (Rafael
Wysocki).
- Make it possible to obtain the CPU capacity with the help of CPPC
information (Ionela Voinescu).
- Improve fine grained fan control in the ACPI fan driver and
document it (Srinivas Pandruvada).
- Add device HID and quirk for Microsoft Surface Go 3 to the ACPI
battery driver (Maximilian Luz).
* acpi-ec:
ACPI: EC: Rearrange code in acpi_ec_submit_event()
ACPI: EC: Reduce indentation level in acpi_ec_submit_event()
ACPI: EC: Do not return result from advance_transaction()
* acpi-cppc:
arm64, topology: enable use of init_cpu_capacity_cppc()
arch_topology: obtain cpu capacity using information from CPPC
x86, ACPI: rename init_freq_invariance_cppc() to arch_init_invariance_cppc()
* acpi-fan:
Documentation/admin-guide/acpi: Add documentation for fine grain control
ACPI: fan: Add additional attributes for fine grain control
ACPI: fan: Properly handle fine grain control
ACPI: fan: Optimize struct acpi_fan_fif
ACPI: fan: Separate file for attributes creation
ACPI: fan: Fix error reporting to user space
* acpi-battery:
ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3