]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branches 'acpi-battery', 'acpi-button' and 'acpi-driver'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 18 Feb 2026 19:21:59 +0000 (20:21 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 18 Feb 2026 19:21:59 +0000 (20:21 +0100)
commitb89d8be0dcf9d734583f10d88b85256ec67dd0dd
tree99d7cf6d8228a78cb304316f6519a4ec0f65902f
parentca8ee553dbc497228e4f85ee1eef83ed7fac363c
parentb83afb7e8c3388dc82b5ea5b15d328d569a6fc41
parent1abdf9e7967f154b3d4bfe0681dd38b8e036ee63
parent85d0bd1d4cccd8e91e11de2d5dddf9691d780468
Merge branches 'acpi-battery', 'acpi-button' and 'acpi-driver'

Merge additional updates of multiple core ACPI device drivers (battery,
button, video, EC, SMBUS HC) for 7.0-rc1:

 - Drop redundant checks from the ACPI notify handler and the driver
   remove callback in the ACPI battery driver (Rafael Wysocki)

 - Move the creation of the wakeup source during the ACPI button driver
   probe to an earlier point to avoid missing a wakeup event due to a
   race and clean up system wakeup handling and remove callback in that
   driver (Rafael Wysocki)

 - Drop unnecessary driver_data pointer clearing from the ACPI EC and
   SMBUS HC drivers and make the ACPI backlight (video) driver clear the
   device's driver_data pointer on remove (Rafael Wysocki)

* acpi-battery:
  ACPI: battery: Drop redundant checks from acpi_battery_remove()
  ACPI: battery: Drop redundant check from acpi_battery_notify()

* acpi-button:
  ACPI: button: Tweak acpi_button_remove()
  ACPI: button: Tweak system wakeup handling
  ACPI: button: Call device_init_wakeup() earlier during probe

* acpi-driver:
  ACPI: driver: Drop driver_data pointer clearing from two drivers
  ACPI: video: Clear driver_data pointer on remove