Linux GPIO subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] pinctrl: qcom: Introduce pinctrl for SM8750
@ 2024-11-12  0:28 Melody Olvera
  2024-11-12  0:28 ` [PATCH v2 1/2] dt-bindings: pinctrl: qcom: Add sm8750 pinctrl Melody Olvera
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Melody Olvera @ 2024-11-12  0:28 UTC (permalink / raw)
  To: Bjorn Andersson, Linus Walleij, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Melody Olvera, Trilok Soni,
	Satya Durga Srinivasu Prabhala
  Cc: linux-arm-msm, linux-gpio, devicetree, linux-kernel

Add pinctrl block for the SM8750 SoC.

The Qualcomm Technologies, Inc. SM8750 SoC is the latest in the line of
consumer mobile device SoCs. See more at:
https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/images/company/news-media/media-center/press-kits/snapdragon-summit-2024/day-1/documents/Snapdragon8EliteProductBrief.pdf

Changes in V2:
- corrected example dt node in the bindings
- removed reserved gpios (moved to dt)
- lowercased letters in hex numbers

Melody Olvera (2):
  dt-bindings: pinctrl: qcom: Add sm8750 pinctrl
  pinctrl: qcom: Add sm8750 pinctrl driver

 .../bindings/pinctrl/qcom,sm8750-tlmm.yaml    |  138 ++
 drivers/pinctrl/qcom/Kconfig.msm              |    8 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-sm8750.c         | 1729 +++++++++++++++++
 4 files changed, 1876 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm8750-tlmm.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-sm8750.c


base-commit: 6d59cab07b8d74d0f0422b750038123334f6ecc2
-- 
2.46.1


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

end of thread, other threads:[~2024-11-13 13:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12  0:28 [PATCH v2 0/2] pinctrl: qcom: Introduce pinctrl for SM8750 Melody Olvera
2024-11-12  0:28 ` [PATCH v2 1/2] dt-bindings: pinctrl: qcom: Add sm8750 pinctrl Melody Olvera
2024-11-12  0:28 ` [PATCH v2 2/2] pinctrl: qcom: Add sm8750 pinctrl driver Melody Olvera
2024-11-12  3:57 ` [PATCH v2 0/2] pinctrl: qcom: Introduce pinctrl for SM8750 Bjorn Andersson
2024-11-13 13:46 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox