devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] pinctrl: qcom: Introduce Pinctrl/GPIO for SC8380XP
@ 2023-10-25 13:50 Sibi Sankar
  2023-10-25 13:50 ` [PATCH 1/2] dt-bindings: pinctrl: qcom: Add SC8380XP pinctrl Sibi Sankar
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Sibi Sankar @ 2023-10-25 13:50 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 SC8380XP platform, aka Snapdragon X Elite.

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 SC8380XP pinctrl
  pinctrl: qcom: Add SC8380XP pinctrl driver

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

-- 
2.17.1


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

end of thread, other threads:[~2023-11-17  4:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-25 13:50 [PATCH 0/2] pinctrl: qcom: Introduce Pinctrl/GPIO for SC8380XP Sibi Sankar
2023-10-25 13:50 ` [PATCH 1/2] dt-bindings: pinctrl: qcom: Add SC8380XP pinctrl Sibi Sankar
2023-10-27  8:25   ` Krzysztof Kozlowski
2023-11-17  4:27     ` Sibi Sankar
2023-10-25 13:50 ` [PATCH 2/2] pinctrl: qcom: Add SC8380XP pinctrl driver Sibi Sankar
2023-10-27  8:27   ` Krzysztof Kozlowski
2023-10-26  1:56 ` [PATCH 0/2] pinctrl: qcom: Introduce Pinctrl/GPIO for SC8380XP Bjorn Andersson
2023-11-12 15:14 ` Sibi Sankar

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).