[tip: x86/platform] MAINTAINERS: Add maintainer entry for AMD Hardware Feedback Driver

tip-bot2 for Mario Limonciello posted 1 patch 3 months ago
MAINTAINERS |  9 +++++++++
1 file changed, 9 insertions(+)
[tip: x86/platform] MAINTAINERS: Add maintainer entry for AMD Hardware Feedback Driver
Posted by tip-bot2 for Mario Limonciello 3 months ago
The following commit has been merged into the x86/platform branch of tip:

Commit-ID:     31b294e522a1ecf83298aa78ecdd7b57578b5b65
Gitweb:        https://git.kernel.org/tip/31b294e522a1ecf83298aa78ecdd7b57578b5b65
Author:        Mario Limonciello <mario.limonciello@amd.com>
AuthorDate:    Mon, 09 Jun 2025 15:05:07 -05:00
Committer:     Borislav Petkov (AMD) <bp@alien8.de>
CommitterDate: Mon, 07 Jul 2025 19:23:22 +02:00

MAINTAINERS: Add maintainer entry for AMD Hardware Feedback Driver

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, Mario will be responsible for the maintenance
and Perry will assist on review of patches related to this driver.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Acked-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/20250609200518.3616080-3-superm1@kernel.org
---
 MAINTAINERS |  9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fad6cb0..17ba4ab 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1112,6 +1112,15 @@ F:	arch/x86/include/asm/amd/hsmp.h
 F:	arch/x86/include/uapi/asm/amd_hsmp.h
 F:	drivers/platform/x86/amd/hsmp/
 
+AMD HETERO CORE HARDWARE FEEDBACK DRIVER
+M:	Mario Limonciello <mario.limonciello@amd.com>
+R:	Perry Yuan <perry.yuan@amd.com>
+L:	platform-driver-x86@vger.kernel.org
+S:	Supported
+B:	https://gitlab.freedesktop.org/drm/amd/-/issues
+F:	Documentation/arch/x86/amd-hfi.rst
+F:	drivers/platform/x86/amd/hfi/
+
 AMD IOMMU (AMD-VI)
 M:	Joerg Roedel <joro@8bytes.org>
 R:	Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>