diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-07-22 15:48:55 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-07-22 15:48:55 +0200 |
commit | 114048179f24fd4eccd23d187eb6ae4b1732787b (patch) | |
tree | a71f9821ee0cdd5712d29bfe6a131bc0cc39ed46 /drivers/cdx/controller/cdx_controller.c | |
parent | 492086faa559e5b0bf776d2ade2497394d1ce151 (diff) | |
parent | ef4af870be41a2a741109b99bbf780c769dcdc30 (diff) | |
parent | acec3f6aa4f2bd9287a118f97ffa4e57c22f6344 (diff) | |
parent | 94fd4423036fc336d5211f112dc62a03b28ebba0 (diff) | |
parent | 4a89166ee0750b4bd9edc6f386f5ed9a49f36897 (diff) |
Merge branches 'acpica', 'acpi-proc', 'acpi-processor' and 'acpi-pm'
Merge an ACPICA update, ACPI proc interface updates, ACPI processor
driver updates, and ACPI power management updates for 6.17-rc1:
- Printing the address in acpi_ex_trace_point() is either incorrect
during early kernel boot or not really useful later when pathnames
resolve properly, so stop doing it (Mario Limonciello)
- Address several minor issues in the legacy ACPI proc interface (Andy
Shevchenko)
- Fix acpi_object union initialization in the ACPI processor driver to
avoid using memory that contains leftover data (Sebastian Ott).
- Make the ACPI processor perflib driver take the initial _PPC limit
into account as appropriate (Jiayi Li).
- Fix message formatting in the ACPI processor throttling driver (Colin
Ian King).
- Clean up general ACPI PM domain handling (Rafael Wysocki)
* acpica:
ACPICA: Decrease `AcpiExTracePoint` verbosity
* acpi-proc:
ACPI: proc: Prefer to use octal permission
ACPI: proc: Use str_enabled_disabled() helper
ACPI: proc: Remove unused header
ACPI: proc: Use correct format specifier and drop casting
ACPI: wakeup: Drop unneeded casting for sleep_state
* acpi-processor:
ACPI: processor: throttling: Remove space before newline
ACPI: processor: perflib: Fix initial _PPC limit application
ACPI: processor: fix acpi_object initialization
* acpi-pm:
ACPI: PM: Set .detach in acpi_general_pm_domain definition