diff options
author | 2024-07-15 19:14:48 +0200 | |
---|---|---|
committer | 2024-07-15 19:14:48 +0200 | |
commit | 3128ff23473024f5a64f5ffad351591faf971286 (patch) | |
tree | 1ae899a9b277c21c68fe0a6e39719bda9164f344 /scripts/gdb/linux/utils.py | |
parent | Merge branches 'acpi-pmic', 'acpi-battery' and 'acpi-numa' (diff) | |
parent | Merge back ACPI processor driver material for 6.11. (diff) | |
parent | ACPI: acpi_pad: Still evaluate _OST when _PUR evaluation fails (diff) | |
parent | ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MJ (diff) | |
parent | ACPI: video: force native for some T2 macbooks (diff) | |
download | wireguard-linux-3128ff23473024f5a64f5ffad351591faf971286.tar.xz wireguard-linux-3128ff23473024f5a64f5ffad351591faf971286.zip |
Merge branches 'acpi-processor', 'acpi-pad', 'acpi-resource' and 'acpi-video'
Merge changes in the ACPI processor and ACPI PAD drivers, ACPI
resources management quirks and ACPI backlight (video) driver
changes for 6.11-rc1:
- Downgrade Intel _OSC and _PDC messages in the ACPI processor driver
to debug to reduce log noise (Mario Limonciello).
- Still evaluate _OST when _PUR evaluation fails in the ACPI PAD
(processor aggregator) driver as per the spec (Armin Wolf).
- Skip ACPI IRQ override on Asus Vivobook Pro N6506MJ and N6506MU
platforms (Tamim Khan).
- Force native mode on some T2 macbooks in the ACPI backlight driver
and replace strcpy() with strscpy() in it (Orlando Chamberlain,
Muhammad Qasim Abdul Majeed).
* acpi-processor:
ACPI: processor: Downgrade Intel _OSC and _PDC messages to debug
* acpi-pad:
ACPI: acpi_pad: Still evaluate _OST when _PUR evaluation fails
* acpi-resource:
ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MJ
ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MU
* acpi-video:
ACPI: video: force native for some T2 macbooks
ACPI: video: Use strscpy() instead of strcpy()