On 8/27/2024 04:36, Perry Yuan wrote:
From: Perry Yuan <Perry.Yuan@xxxxxxx>
Introduce the `amd_hfi` driver into the MAINTAINERS file.
The driver will support AMD Heterogeneous Core design which provides
hardware feedback to the OS scheduler.
Moving forward, Perry and Mario will be responsible for the maintenance
and review of patches related to this driver.
Signed-off-by: Perry Yuan <Perry.Yuan@xxxxxxx>
Reviewed-by: Mario Limonciello <mario.limonciello@xxxxxxx>
---
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 03090276a416..3ccc782095f9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1039,6 +1039,15 @@ F: arch/x86/include/asm/amd_hsmp.h
F: arch/x86/include/uapi/asm/amd_hsmp.h
F: drivers/platform/x86/amd/hsmp.c
+AMD HETERO CORE HARDWARE FEEDBACK DRIVER
+M: Perry Yuan <perry.yuan@xxxxxxx>
+M: Mario Limonciello <mario.limonciello@xxxxxxx>
+L: platform-driver-x86@xxxxxxxxxxxxxxx
+S: Supported
+B: https://gitlab.freedesktop.org/drm/amd/-/issues
+F: drivers/platform/x86/amd/hfi/
+F: Documentation/arch/x86/amd-hfi.rst
+
AMD IOMMU (AMD-VI)
M: Joerg Roedel <joro@xxxxxxxxxx>
R: Suravee Suthikulpanit <suravee.suthikulpanit@xxxxxxx>