diff options
author | Will Deacon <will@kernel.org> | 2022-12-06 10:36:52 +0000 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2022-12-06 10:36:52 +0000 |
commit | c46ae1fc91087c105127218b44622d5d89cc4bb4 (patch) | |
tree | cd72d98316445f142c6118c51eb995d1fb3a30e3 /Documentation | |
parent | f0c4d9fc9cc9462659728d168387191387e903cc (diff) | |
parent | 39522031798dbb53b169b95d4ab25b53301d4eaf (diff) | |
download | linux-c46ae1fc91087c105127218b44622d5d89cc4bb4.tar.bz2 |
Merge branch 'for-next/acpi' into for-next/core
* for-next/acpi:
ACPI: APMT: Fix kerneldoc and indentation
ACPI: Enable FPDT on arm64
arm_pmu: acpi: handle allocation failure
arm_pmu: rework ACPI probing
arm_pmu: factor out PMU matching
arm_pmu: acpi: factor out PMU<->CPU association
ACPI/IORT: Update SMMUv3 DeviceID support
ACPI: ARM Performance Monitoring Unit Table (APMT) initial support
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/arm64/acpi_object_usage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arm64/acpi_object_usage.rst b/Documentation/arm64/acpi_object_usage.rst index 0609da73970b..484ef9676653 100644 --- a/Documentation/arm64/acpi_object_usage.rst +++ b/Documentation/arm64/acpi_object_usage.rst @@ -163,7 +163,7 @@ FPDT Section 5.2.23 (signature == "FPDT") **Firmware Performance Data Table** - Optional, not currently supported. + Optional, useful for boot performance profiling. GTDT Section 5.2.24 (signature == "GTDT") |