[GIT PULL] Additional ACPI updates for v5.12-rc1
From: Rafael J. Wysocki
Date: Thu Feb 25 2021 - 13:41:57 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-5.12-rc1-3
with top-most commit b11ffaeacd1984b1fca41374c769fb0ff0aa0a42
Merge branch 'acpi-tables'
on top of commit 628af43984feeecfe086ae885ab407bd0e7c329e
Merge tag 'acpi-5.12-rc1-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
to receive additional ACPI updates for 5.12-rc1.
These make additional changes to the platform profile interface
merged recently and add support for the FPDT ACPI table.
Specifics:
- Rearrange Kconfig handling of ACPI_PLATFORM_PROFILE, add
"balanced-performance" to the list of supported platform profiles
and fix up some file references in a comment (Maximilian Luz).
- Add support for parsing the ACPI Firmware Performance Data Table
(FPDT) and exposing the data from there via sysfs (Zhang Rui).
Thanks!
---------------
Maximilian Luz (3):
ACPI: platform: Hide ACPI_PLATFORM_PROFILE option
ACPI: platform: Fix file references in comment
ACPI: platform: Add balanced-performance platform profile
Zhang Rui (1):
ACPI: tables: introduce support for FPDT table
---------------
Documentation/ABI/testing/sysfs-firmware-acpi | 43 ++++
Documentation/ABI/testing/sysfs-platform_profile | 18 +-
drivers/acpi/Kconfig | 24 +--
drivers/acpi/Makefile | 1 +
drivers/acpi/acpi_fpdt.c | 264 +++++++++++++++++++++++
drivers/acpi/platform_profile.c | 1 +
drivers/platform/x86/Kconfig | 4 +-
include/linux/platform_profile.h | 6 +-
8 files changed, 334 insertions(+), 27 deletions(-)