aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/cppc_acpi.c
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-11-15 20:45:14 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-11-15 20:45:14 +0100
commit1c58e3a528c2c2b8b8a6798f8d3b742c42c56313 (patch)
tree5279336c8310b1438cea503ccf92e704b4cfd2da /drivers/acpi/cppc_acpi.c
parentACPI: CPPC: Fix _CPC register setting issue (diff)
parentACPI: battery: Check for error code from devm_mutex_init() call (diff)
parentACPI: EC: make EC support compile-time conditional (diff)
parentACPI: pfr_telemetry: remove redundant error check on ret (diff)
parentACPI: allow building without CONFIG_HAS_IOPORT (diff)
downloadlinux-rng-1c58e3a528c2c2b8b8a6798f8d3b742c42c56313.tar.xz
linux-rng-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