From: Rafael J. Wysocki Date: Fri, 29 May 2026 12:44:15 +0000 (+0200) Subject: Merge branch 'acpi-driver-devm' X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=cb3e497f0af57b67c2b82bc6a327596b630c3e20;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'acpi-driver-devm' Merge updates that introduce devm_acpi_install_notify_handler() and convert some drivers for core ACPI devices previously using acpi_dev_install_notify_handler() to devres-based resource management. * acpi-driver-devm: ACPI: video: Switch over to devres-based resource management ACPI: video: Use devm for video->entry and backlight cleanup ACPI: video: Use devm action for freeing video devices ACPI: video: Use devm action for video bus object cleanup ACPI: video: Rearrange probe and remove code ACPI: video: Reduce the number of auxiliary device dereferences ACPI: PAD: Switch over to devres-based resource management ACPI: PAD: Fix teardown ordering in acpi_pad_remove() ACPI: PAD: Pass struct device pointer to acpi_pad_notify() ACPI: PAD: Rearrange acpi_pad_notify() ACPI: thermal: Switch over to devres-based resource management ACPI: HED: Switch over to devres-based resource management ACPI: HED: Refine guarding against adding a second instance ACPI: battery: Switch over to devres-based resource management ACPI: AC: Switch over to devres-based resource management ACPI: NFIT: core: Use devm_acpi_install_notify_handler() ACPI: bus: Introduce devm_acpi_install_notify_handler() --- cb3e497f0af57b67c2b82bc6a327596b630c3e20