diff mbox series

[02/11] MAINTAINERS: Add maintainer entry for AMD Hardware Feedback Driver

Message ID 834ba08575d9c183f38927c9b46105d38170a25e.1724748733.git.perry.yuan@amd.com (mailing list archive)
State Changes Requested, archived
Headers show
Series Introduce New AMD Heterogeneous Core Driver | expand

Commit Message

Yuan, Perry Aug. 27, 2024, 9:36 a.m. UTC
From: Perry Yuan <Perry.Yuan@amd.com>

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@amd.com>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Mario Limonciello Aug. 27, 2024, 5:21 p.m. UTC | #1
On 8/27/2024 04:36, Perry Yuan wrote:
> From: Perry Yuan <Perry.Yuan@amd.com>
> 
> 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@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
> ---
>   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@amd.com>
> +M:	Mario Limonciello <mario.limonciello@amd.com>
> +L:	platform-driver-x86@vger.kernel.org
> +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@8bytes.org>
>   R:	Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
diff mbox series

Patch

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@amd.com>
+M:	Mario Limonciello <mario.limonciello@amd.com>
+L:	platform-driver-x86@vger.kernel.org
+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@8bytes.org>
 R:	Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>