linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] pinctrl: qcom: Introduce Pinctrl/GPIO for X1E80100
@ 2023-11-17  9:39 Sibi Sankar
  2023-11-17  9:39 ` [PATCH V2 1/2] dt-bindings: pinctrl: qcom: Add X1E80100 pinctrl Sibi Sankar
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sibi Sankar @ 2023-11-17  9:39 UTC (permalink / raw)
  To: andersson, konrad.dybcio, linus.walleij, robh+dt,
	krzysztof.kozlowski+dt
  Cc: agross, conor+dt, quic_rjendra, abel.vesa, linux-arm-msm,
	devicetree, linux-kernel, linux-gpio, quic_tsoni, neil.armstrong,
	Sibi Sankar

This series adds pinctrl/gpio support for the Qualcomm X1E80100 platform,
aka Snapdragon X Elite.

Our v1 post of the patchsets adding support for Snapdragon X Elite SoC had
the part number sc8380xp which is now updated to the new part number x1e80100
based on the new branding scheme and refers to the exact same SoC.

v2:
* Update the part number from sc8380xp to x1e80100.
* Pickup Rbs.

Dependencies: None
Release Link: https://www.qualcomm.com/news/releases/2023/10/qualcomm-unleashes-snapdragon-x-elite--the-ai-super-charged-plat

Rajendra Nayak (2):
  dt-bindings: pinctrl: qcom: Add X1E80100 pinctrl
  pinctrl: qcom: Add X1E80100 pinctrl driver

 .../bindings/pinctrl/qcom,x1e80100-tlmm.yaml  |  143 ++
 drivers/pinctrl/qcom/Kconfig.msm              |   10 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-x1e80100.c       | 1876 +++++++++++++++++
 4 files changed, 2030 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,x1e80100-tlmm.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-x1e80100.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-11-24  9:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-17  9:39 [PATCH V2 0/2] pinctrl: qcom: Introduce Pinctrl/GPIO for X1E80100 Sibi Sankar
2023-11-17  9:39 ` [PATCH V2 1/2] dt-bindings: pinctrl: qcom: Add X1E80100 pinctrl Sibi Sankar
2023-11-17 13:09   ` Krzysztof Kozlowski
2023-11-17  9:39 ` [PATCH V2 2/2] pinctrl: qcom: Add X1E80100 pinctrl driver Sibi Sankar
2023-11-24  9:43 ` [PATCH V2 0/2] pinctrl: qcom: Introduce Pinctrl/GPIO for X1E80100 Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).