]> Git Repo - linux.git/commit
Merge branches 'acpi-battery', 'acpi-ec', 'acpi-pfr' and 'acpi-osl'
authorRafael J. Wysocki <[email protected]>
Fri, 15 Nov 2024 19:45:14 +0000 (20:45 +0100)
committerRafael J. Wysocki <[email protected]>
Fri, 15 Nov 2024 19:45:14 +0000 (20:45 +0100)
commit1c58e3a528c2c2b8b8a6798f8d3b742c42c56313
tree5279336c8310b1438cea503ccf92e704b4cfd2da
parent2388b266c9fcc7c9169ba85c7f9ebe325b7622d7
parent815daedc318b2f9f1b956d0631377619a0d69d96
parenta6021aa24f6417416d93318bbfa022ab229c33c8
parentf8dc4394fc51ceb6c18a68c38fb41d9bc5f1ec63
parent4435a125015d3c3d4494a3f4307d23f15d6cb42b
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
drivers/acpi/cppc_acpi.c
This page took 0.062862 seconds and 4 git commands to generate.