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 69644175A62; Sat, 28 Feb 2026 17:57:05 +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=1772301425; cv=none; b=Lt+ju57PxdBtISydal7kjzUDf7DetRFZh1QcR7UMUOt5DmVYLkfDVmOg2p930ovJaPao95Lt4XgcuXylDHScTgYnu8QHgbBJMKV0+bw58d1m80vu7/c5ypXtSa3uxKqaw00+O7LvYXX8ZgGTcXVo4Qx4Qe0yYA0X1IBNzG24nsA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772301425; c=relaxed/simple; bh=0gyeaJeEvy8mAjJ9Rf2x728MJKlHIwZPHrIr5G9Oqfw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=B0o3qZdi+C9xC4ceEo/+HCyLQGlLQTmgJ2EqUhM60lFQ2GLToF43FWqJicSdbf/zTpjwhR6C6mp/AR3hizSMvMVpcSAMiBTptA3bLMlCMNZkx81E6c7Ic368iNEmhxdgG0LX+WJesu0rExtnNJhOOWexRgV63TDrTG6G3XGeDjI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VhWsybSX; 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="VhWsybSX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9069DC19424; Sat, 28 Feb 2026 17:57:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772301425; bh=0gyeaJeEvy8mAjJ9Rf2x728MJKlHIwZPHrIr5G9Oqfw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=VhWsybSXvPiFMkWT7AJrZljHdOFU0rKNW85t1i0pn1Q7jD2X+UExiwkokJAGBQfFQ DIg1bZ4YFZltcXOodaTY5ziJNNbs5CNEVQ/OURWbGBrF9ypzg06dcLNNxpfPKlkaXE gmxCUfirn0YuIuGMYRLaIHSwbcveF/sFE5DqNVqyUUR+H6mMryR0V9k0FHGOrv+x8I Te4mkChtq45992DnHlanYGorkpxnrS/hEBop2N842uiwdpWniVsDBpvz/pdbCF4b6I YguJQ0oz8yGPpCzNviPOzc/vEI4emUiJ0OWyC3vXrGl3bO+u9eHzmZeb7jEFKJGtEy VO+JoqdVnwnsQ== From: Sasha Levin To: patches@lists.linux.dev Cc: Raag Jadav , stable@vger.kernel.org, Guido Trentalancia , Mika Westerberg , Andy Shevchenko , Sasha Levin Subject: [PATCH 6.18 615/752] pinctrl: intel: Add code name documentation Date: Sat, 28 Feb 2026 12:45:26 -0500 Message-ID: <20260228174750.1542406-615-sashal@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20260228174750.1542406-1-sashal@kernel.org> References: <20260228174750.1542406-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