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 5C1F62727EB; Sun, 1 Mar 2026 01:23:26 +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=1772328206; cv=none; b=oej/JRDiPwkh/ZRCUiAb6MXFT05CqZeEbYwQjXVD6Am2/nUU75lREuY3E1SxbmZ2WhTMRWFM39KLsZM9Ah1G1DvJ2tA0Do87+H8A1ciLHRMqXVyuWQVw7tijuT//dW6peldpD8y9iyoDnKxKP3a08knTPb9nm3fdFNXpHQJUCOw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772328206; c=relaxed/simple; bh=iP915mVy8Lgk3GXyGzzo6oL7YS5aYIAZEh5+Qz8WTB8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=a7FDtVcfV3p3QzS8q7Y3kAjqcAmV4YOXahfMiZi2WR0/iOS5/aYeM12XrQtXdQDTkQPxuHPTwYN4xg62fMCnprFNU9CFPQuqDzY/DUEY8XnYlwwhrqNQmSrHh6RGDjDpLylVmx+F1AdT23bBuqPe9MB9klNsLynKFwvCulpAhac= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IJy0RfJI; 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="IJy0RfJI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 568A4C19421; Sun, 1 Mar 2026 01:23:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772328206; bh=iP915mVy8Lgk3GXyGzzo6oL7YS5aYIAZEh5+Qz8WTB8=; h=From:To:Cc:Subject:Date:From; b=IJy0RfJIfS036Z6vt/Vr7dK8w2sz4+twOMZ2RcU2aXUwkzLew51skJ1AZMziOi1Kd zUk6cOBxw2Lb3boXPn8nNvqQkGkXRYov9g4UV7+KBTDlfY6AvvpHWFvsEtXXWlLA67 s1xIIVa/K2oe3ZGkE/q7x67OFhqVvpapHGNfge2sTu3nxlkz2Zsit0sl0x/pl/Ehul rI+FxIBJwMnCTVQvaPNYROrk49iKT/Msm51sn0UgjqMkZPhKnhsk7HWRJWEIdOeHr7 drjfrkkPgwLTUZDLPqovBdM8B+hQ82rFbUBR4C+yoGUaFr+evRk5aG4ZAu85qc3uN1 GZm66PsA4Cwsw== From: Sasha Levin To: stable@vger.kernel.org, raag.jadav@intel.com Cc: Guido Trentalancia , Mika Westerberg , Andy Shevchenko , linux-gpio@vger.kernel.org Subject: FAILED: Patch "pinctrl: intel: Add code name documentation" failed to apply to 6.12-stable tree Date: Sat, 28 Feb 2026 20:23:23 -0500 Message-ID: <20260301012324.1680099-1-sashal@kernel.org> X-Mailer: git-send-email 2.51.0 Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Hint: ignore X-stable: review Content-Transfer-Encoding: 8bit The patch below does not apply to the 6.12-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . Thanks, Sasha ------------------ original commit in Linus's tree ------------------ >From fc32c5725fbe1164d353400389d3e29d19960a3a Mon Sep 17 00:00:00 2001 From: Raag Jadav Date: Sat, 24 Jan 2026 13:44:54 +0530 Subject: [PATCH] pinctrl: intel: Add code name documentation 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 --- 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 e4dc9ba899bde..04c3a5b581f3c 100644 --- a/drivers/pinctrl/intel/Kconfig +++ b/drivers/pinctrl/intel/Kconfig @@ -53,7 +53,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" @@ -137,15 +140,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" @@ -160,7 +165,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