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>