From mboxrd@z Thu Jan 1 00:00:00 1970 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 44A1C407A72; Sat, 28 Feb 2026 17:44:07 +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=1772300647; cv=none; b=K+6QrQgfz2KE2lBf7RZNQq8ZQRdPkyrBzmzo77nNsQ2BUc6wyvO6RLZr1yyGrcUTqCCeVF3z2Jjgu/sSMekzlcM/10Ga8OvrpdJBA3KE3treA9cKH5NpdC3tFBaZpkkPWfdhB+qmrzyphtI5uncbHR1Yun6w5sp5+qBJgFlxxCU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772300647; c=relaxed/simple; bh=0gyeaJeEvy8mAjJ9Rf2x728MJKlHIwZPHrIr5G9Oqfw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=sbL0UVE7k4B3P5C1A69e8dJiDWizOtXebA04Ux2jWC94GIXPlvfub0ZS6T3NJhBs1L0R6E4jPV4GeQ902kRjtyemVITIXXB/4SBd7ZjZJXkLDK8GTdu+lG8fALNZtMuCAZEvMyuxDIdgHCuwegLfqRqkqsP479KgPdkBIKoWSF8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=sKGIJLYv; 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="sKGIJLYv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 64FB2C19423; Sat, 28 Feb 2026 17:44:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772300647; bh=0gyeaJeEvy8mAjJ9Rf2x728MJKlHIwZPHrIr5G9Oqfw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=sKGIJLYv6oSClxudwHX4vRYBDsmRtJZCY6eGiHzRE2faxWHB6PdBGl8j2O9FGRzwP ZRvFijbJX+uFP4ow8GKEfFcn1W+KkbZLvllz5o8+V3riTYWi7IeVfhewZKPhFdLbGM IQQYqgJpcj9OSFH+JJVrT+kopJPai6ULH0vhqLStQKEIX0YRGVynkGnduncEFPV05O StZSF8cM402cBleH3mQT40ALKEyPzXji1tdgRiVTDVIJ83VvPnlgVLhtYDcC8/3lTd TZ4Nhv7QmkadNpPkmyP7YGY5JNud6IoDCTTIzrJ1s2xLbd9hsAV1DM702Z37ySK53C Yeto3+XJbOaQw== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Raag Jadav , Guido Trentalancia , Mika Westerberg , Andy Shevchenko , Sasha Levin Subject: [PATCH 6.19 688/844] pinctrl: intel: Add code name documentation Date: Sat, 28 Feb 2026 12:30:01 -0500 Message-ID: <20260228173244.1509663-689-sashal@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20260228173244.1509663-1-sashal@kernel.org> References: <20260228173244.1509663-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit From: Raag Jadav [ Upstream commit fc32c5725fbe1164d353400389d3e29d19960a3a ] Intel pinctrl drivers support large set of platforms and the IPs are often reused by their different variants, but it's currently not possible to figure out the exact driver that supports specific variant. Add user friendly documentation for them. Cc: stable@vger.kernel.org Reported-by: Guido Trentalancia Closes: https://bugzilla.kernel.org/show_bug.cgi?id=220056 Signed-off-by: Raag Jadav Acked-by: Mika Westerberg Acked-by: Guido Trentalancia [andy: added Oxford comma] Signed-off-by: Andy Shevchenko Signed-off-by: Sasha Levin --- drivers/pinctrl/intel/Kconfig | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/drivers/pinctrl/intel/Kconfig b/drivers/pinctrl/intel/Kconfig index 248c2e558ff32..3ebf072371457 100644 --- a/drivers/pinctrl/intel/Kconfig +++ b/drivers/pinctrl/intel/Kconfig @@ -52,7 +52,10 @@ config PINCTRL_ALDERLAKE select PINCTRL_INTEL help This pinctrl driver provides an interface that allows configuring - of Intel Alder Lake PCH pins and using them as GPIOs. + PCH pins of the following platforms and using them as GPIOs: + - Alder Lake HX, N, and S + - Raptor Lake HX, E, and S + - Twin Lake config PINCTRL_BROXTON tristate "Intel Broxton pinctrl and GPIO driver" @@ -136,15 +139,17 @@ config PINCTRL_METEORLAKE select PINCTRL_INTEL help This pinctrl driver provides an interface that allows configuring - of Intel Meteor Lake pins and using them as GPIOs. + SoC pins of the following platforms and using them as GPIOs: + - Arrow Lake (all variants) + - Meteor Lake (all variants) config PINCTRL_METEORPOINT tristate "Intel Meteor Point pinctrl and GPIO driver" select PINCTRL_INTEL help - Meteor Point is the PCH of Intel Meteor Lake. This pinctrl driver - provides an interface that allows configuring of PCH pins and - using them as GPIOs. + This pinctrl driver provides an interface that allows configuring + PCH pins of the following platforms and using them as GPIOs: + - Arrow Lake HX and S config PINCTRL_SUNRISEPOINT tristate "Intel Sunrisepoint pinctrl and GPIO driver" @@ -159,7 +164,11 @@ config PINCTRL_TIGERLAKE select PINCTRL_INTEL help This pinctrl driver provides an interface that allows configuring - of Intel Tiger Lake PCH pins and using them as GPIOs. + PCH pins of the following platforms and using them as GPIOs: + - Alder Lake H, P, PS, and U + - Raptor Lake H, P, PS, PX, and U + - Rocket Lake S + - Tiger Lake (all variants) source "drivers/pinctrl/intel/Kconfig.tng" endmenu -- 2.51.0