From: Rafael J. Wysocki Date: Fri, 28 Nov 2025 14:01:07 +0000 (+0100) Subject: Merge branches 'acpi-tad', 'acpi-fan', 'acpi-dptf' and 'acpi-tools' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba9aeba05321e2d4b7fd2ee022dd1ba896432f43;p=thirdparty%2Flinux.git Merge branches 'acpi-tad', 'acpi-fan', 'acpi-dptf' and 'acpi-tools' Merge updates of the ACPI time and alarm device (TAD) driver, ACPI fan driver, ACPI DPTF code and an ACPI utility update for 6.19-rc1: - Improve runtime PM in the ACPI time and alarm device (TAD) driver using guard macros and rearrange code related to runtime PM in acpi_tad_remove() (Rafael Wysocki) - Add support for Microsoft fan extensions to the ACPI fan driver along with notification support and work around a 64-bit firmware bug in that driver (Armin Wolf) - Use ACPI_FREE() to free ACPI buffer in the ACPI DPTF code (Kaushlendra Kumar) - Fix a memory leak and a resource leak in the ACPI pfrut utility (Malaya Kumar Rout) * acpi-tad: ACPI: TAD: Improve runtime PM using guard macros ACPI: TAD: Rearrange runtime PM operations in acpi_tad_remove() * acpi-fan: ACPI: fan: Add support for Microsoft fan extensions ACPI: fan: Add hwmon notification support ACPI: fan: Add basic notification support ACPI: fan: Workaround for 64-bit firmware bug * acpi-dptf: ACPI: DPTF: Use ACPI_FREE() for ACPI buffer deallocation * acpi-tools: ACPI: tools: pfrut: fix memory leak and resource leak in pfrut.c --- ba9aeba05321e2d4b7fd2ee022dd1ba896432f43