diff options
author | 2024-07-15 19:08:18 +0200 | |
---|---|---|
committer | 2024-07-15 19:08:18 +0200 | |
commit | fa0d938c2855cbf8e4521c6dd97099d6c2002522 (patch) | |
tree | d8e102f93d106ba367a066ee529b6b5341783077 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branches 'acpi-x86', 'acpi-fan', 'acpi-soc' and 'acpi-cppc' (diff) | |
parent | ACPI: PMIC: Constify struct pmic_table (diff) | |
parent | ACPI: bus: Indicate support for battery charge limiting thru _OSC (diff) | |
parent | ACPI: NUMA: Consolidate header includes (diff) | |
download | linux-rng-fa0d938c2855cbf8e4521c6dd97099d6c2002522.tar.xz linux-rng-fa0d938c2855cbf8e4521c6dd97099d6c2002522.zip |
Merge branches 'acpi-pmic', 'acpi-battery' and 'acpi-numa'
Merge ACPI PMIC driver changes, updates related to the ACPI battery and
SBS drivers and NUMA-related ACPI updates for 6.11-rc1:
- Clean up the ACPI PMIC driver in multiple ways (Andy
Shevchenko, Christophe JAILLET).
- Add support for charge limiting state to the ACPI battery driver
and update _OSC to indicate support for it (Armin Wolf).
- Clean up the sysfs interface in the ACPI battery, SBS (smart battery
subsystem) and AC drivers (Thomas Weißschuh).
- Coordinate header includes in the ACPI NUMA code and make it use
ACCESS_COORDINATE_CPU when appropriate (Huang Ying, Thorsten Blum).
* acpi-pmic:
ACPI: PMIC: Constify struct pmic_table
ACPI: PMIC: Replace open coded be16_to_cpu()
ACPI: PMIC: Convert pr_*() to dev_*() printing macros
ACPI: PMIC: Use sizeof() instead of hard coded value
* acpi-battery:
ACPI: bus: Indicate support for battery charge limiting thru _OSC
ACPI: battery: Add support for charge limiting state
ACPI: SBS: manage alarm sysfs attribute through psy core
ACPI: battery: create alarm sysfs attribute atomically
ACPI: battery: use sysfs_emit over sprintf
ACPI: battery: constify powersupply properties
ACPI: SBS: constify powersupply properties
ACPI: AC: constify powersupply properties
* acpi-numa:
ACPI: NUMA: Consolidate header includes
ACPI: HMAT: Use ACCESS_COORDINATE_CPU when appropriate