diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-11-15 20:45:14 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-11-15 20:45:14 +0100 |
commit | 1c58e3a528c2c2b8b8a6798f8d3b742c42c56313 (patch) | |
tree | 5279336c8310b1438cea503ccf92e704b4cfd2da /drivers | |
parent | 2388b266c9fcc7c9169ba85c7f9ebe325b7622d7 (diff) | |
parent | 815daedc318b2f9f1b956d0631377619a0d69d96 (diff) | |
parent | a6021aa24f6417416d93318bbfa022ab229c33c8 (diff) | |
parent | f8dc4394fc51ceb6c18a68c38fb41d9bc5f1ec63 (diff) | |
parent | 4435a125015d3c3d4494a3f4307d23f15d6cb42b (diff) | |
download | linux-stable-1c58e3a528c2c2b8b8a6798f8d3b742c42c56313.tar.gz linux-stable-1c58e3a528c2c2b8b8a6798f8d3b742c42c56313.tar.bz2 linux-stable-1c58e3a528c2c2b8b8a6798f8d3b742c42c56313.zip |
Merge branches 'acpi-battery', 'acpi-ec', 'acpi-pfr' and 'acpi-osl'
Merge updates of the ACPI battery and EC drivers, an ACPI Platform
Firmware Runtime (PFR) telemetry driver update and an ACPI OS support
layer change for 6.13-rc1:
- Use DEFINE_SIMPLE_DEV_PM_OPS in the ACPI battery driver, make it use
devm_ for initializing mutexes and allocating driver data, and make
it check the register_pm_notifier() return value (Thomas Weißschuh,
Andy Shevchenko).
- Make the ACPI EC driver support compile-time conditional and allow
ACPI to be built without CONFIG_HAS_IOPORT (Arnd Bergmann).
- Remove a redundant error check from the pfr_telemetry driver (Colin
Ian King).
* acpi-battery:
ACPI: battery: Check for error code from devm_mutex_init() call
ACPI: battery: use DEFINE_SIMPLE_DEV_PM_OPS
ACPI: battery: initialize mutexes through devm_ APIs
ACPI: battery: allocate driver data through devm_ APIs
ACPI: battery: check result of register_pm_notifier()
* acpi-ec:
ACPI: EC: make EC support compile-time conditional
* acpi-pfr:
ACPI: pfr_telemetry: remove redundant error check on ret
* acpi-osl:
ACPI: allow building without CONFIG_HAS_IOPORT