diff options
author | 2020-12-15 15:29:30 +0100 | |
---|---|---|
committer | 2020-12-15 15:29:30 +0100 | |
commit | b85195b7ec9d5d2bb2b0039586c955f49fc2e6ee (patch) | |
tree | 122215f27aced0ce8e9b34585e3cef5e6ca4a34e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ACPI: video: Add DMI quirk for GIGABYTE GB-BXBT-2807 (diff) | |
parent | ACPICA: Update version to 20201113 (diff) | |
parent | ACPI: scan: Fix up _DEP-related terminology with supplier/consumer (diff) | |
download | wireguard-linux-b85195b7ec9d5d2bb2b0039586c955f49fc2e6ee.tar.xz wireguard-linux-b85195b7ec9d5d2bb2b0039586c955f49fc2e6ee.zip |
Merge branches 'acpica' and 'acpi-scan'
* acpica:
ACPICA: Update version to 20201113
ACPICA: Interpreter: fix memory leak by using existing buffer
ACPICA: Add function trace macros to improve debugging
ACPICA: Also handle "orphan" _REG methods for GPIO OpRegions
ACPICA: Remove extreaneous "the" in comments
ACPICA: Add 5 new UUIDs to the known UUID table
* acpi-scan:
ACPI: scan: Fix up _DEP-related terminology with supplier/consumer
ACPI: scan: Drop INT3396 from acpi_ignore_dep_ids[]
ACPI: scan: Add PNP0D80 to the _DEP exceptions list
ACPI: scan: Call acpi_get_object_info() from acpi_add_single_object()
ACPI: scan: Add acpi_info_matches_hids() helper