summaryrefslogtreecommitdiff
path: root/rust/kernel
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2026-08-26 19:26:49 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2026-08-26 19:26:49 +0200
commitea10c0b334e0dca944de2b5ecf57cf7e366674f4 (patch)
treea01a56bc74a01924fc98a26b20e9816ca236fb69 /rust/kernel
parentbbc981bd541e62760c4c0dbf326427a4751e3586 (diff)
parent9e409f1dff7841634e4b101111d6427f979c0aac (diff)
parent415125669c2ddc773c579a60df108f75712dfa83 (diff)
parent6d2d4627485595c3d09c77eeee94972abf362e8b (diff)
parentced45be0073a8a31b30b4a7f68cd3a15734515de (diff)
Merge branches 'acpi-battery', 'acpi-button', 'acpi-soc' and 'acpi-pfrut'
Merge updates of assorted ACPI drivers for 7.3-rc1: - Protect all battery properties with a separated mutex in the ACPI battery driver to prevent race conditions from occurring and avoid evaluating the _BST ACPI control method multiple times in parallel for the same battery device (Rong Zhang) - Add DMI quirk for Razer Blade Pro 17 early 2020 lid switch to the ACPI button driver (Robin Everaars) - Convert fixed clock rates in the ACPI driver for AMD SoCs (APD) to use HZ_PER_MHZ and add a clock frequency for the HJMC01 I2C controller to it (Hongnan Li and Xiangyang Yu) - Fix a stack buffer overflow in query_capability() in the ACPI platform firmware runtime update driver (Anirudh Prasad) * acpi-battery: ACPI: battery: Protect all properties with a separated mutex * acpi-button: ACPI: button: Add DMI quirk for Razer Blade Pro 17 early 2020 lid switch * acpi-soc: ACPI: APD: Add clock frequency for HJMC01 I2C controller ACPI: APD: Convert fixed clock rates to use HZ_PER_MHZ * acpi-pfrut: ACPI: pfr_update: fix stack buffer overflow in query_capability()