From patchwork Thu May 15 21:19:39 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mario Limonciello X-Patchwork-Id: 890804 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 50DAC28A714; Thu, 15 May 2025 21:20:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747344003; cv=none; b=K8ywEPUFSmhJ7yLenPVe2KRbDwprHkdI0HQMBhvC9MF7gSY9jdSxaHXmvn8sVlFNWEfzZEijYWmr5VHf4H3ZVWJ97z6MJlEHGKfRYVBclcsttPbRhBfbpicPuC6SetnKOkbtHwQ/DTCnXyoFttPnAgAdep391V9+hDlhEOCN7pQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747344003; c=relaxed/simple; bh=kSO1RcrRmbpu2jI/kFy9WAUOJT0oJZHI8uzfRcQZa8I=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=RxeiDvrF10T9grjuZ54UZ5V9k5F8upBV7nQizWFyaC+UYVjyjb3JLLm2+6VDMEMLAOkFWlxn8tqbI8YZzrBQvZY8paqR7Rs3tZkCHWSCdyGYyEGao4D4QddZeTILn6bIgET/u244RfBGOKypBuxOnjJ730HSmQGi/sPMbqZjExo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OcHtWql+; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="OcHtWql+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0184DC4CEED; Thu, 15 May 2025 21:20:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747344002; bh=kSO1RcrRmbpu2jI/kFy9WAUOJT0oJZHI8uzfRcQZa8I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OcHtWql+EvBBv0tnyG08OSm3xGtJfoBSHayrDhn37wGD5EAbhn6EQl6keiXncLkEw 8kPElFjA5B6ZmYArN/p8xrM7LP0nI5F3jo81AmgwehLM1IzW0WL+Y8rM80RxAfaoLl hcy/na+l6wkhgdIb8lpKbWKnzAuHeTNrxJ6nB6YrJKM1wAHXHfV3fj6Ejq2xGSB9+g S+4wUhF/QgnFwpN0argltJhr4CAyGAlOIo/XeBOdE4A/HF44UKQ+3t2gqa5Q88nhB1 f2womG/Ekowb7OjVDaYYHbWgQ5dIVCCYvlmUV5KrAGPw/VypC+KKuBtCD6x2mPbKWu wYLWuUnZDsT4A== From: Mario Limonciello To: =?utf-8?q?Ilpo_J=C3=A4rvinen?= Cc: Mario Limonciello , Perry Yuan , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)), "H . Peter Anvin" , Jonathan Corbet , Huang Rui , "Gautham R . Shenoy" , "Rafael J . Wysocki" , Viresh Kumar , platform-driver-x86@vger.kernel.org (open list:AMD HETERO CORE HARDWARE FEEDBACK DRIVER), linux-kernel@vger.kernel.org (open list:X86 ARCHITECTURE (32-BIT AND 64-BIT)), linux-doc@vger.kernel.org (open list:DOCUMENTATION), linux-pm@vger.kernel.org (open list:AMD PSTATE DRIVER) Subject: [PATCH v10 02/13] MAINTAINERS: Add maintainer entry for AMD Hardware Feedback Driver Date: Thu, 15 May 2025 16:19:39 -0500 Message-ID: <20250515211950.3102922-3-superm1@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250515211950.3102922-1-superm1@kernel.org> References: <20250515211950.3102922-1-superm1@kernel.org> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Mario Limonciello 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 --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fa54602b59022..6920afed09e8b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1101,6 +1101,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 +R: Perry Yuan +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 R: Suravee Suthikulpanit