linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] pinctrl: qcom: Introduce Pinctrl for Glymur
@ 2025-07-21 14:30 Pankaj Patil
  2025-07-21 14:30 ` [PATCH v2 1/2] dt-bindings: pinctrl: qcom: Add Glymur pinctrl bindings Pankaj Patil
  2025-07-21 14:30 ` [PATCH v2 2/2] pinctrl: qcom: Add glymur pinctrl driver Pankaj Patil
  0 siblings, 2 replies; 6+ messages in thread
From: Pankaj Patil @ 2025-07-21 14:30 UTC (permalink / raw)
  To: andersson, linus.walleij, robh, krzk+dt, conor+dt, quic_rjendra
  Cc: linux-arm-msm, linux-gpio, devicetree, linux-kernel

Introduce Top Level Mode Multiplexer dt-binding and driver for
Qualcomm's next gen compute SoC - Glymur.

--
Changes in v2:
Fixed dt-bindings error from example node's reg propery
Fixed gpio-line-name maxItems
Driver UFS_RESET macro updated
Removed obsolete comment for pingroups
Updated ngpio to include ufs_reset pin

Pankaj Patil (2):
  dt-bindings: pinctrl: qcom: Add Glymur pinctrl bindings
  pinctrl: qcom: Add glymur pinctrl driver

 .../bindings/pinctrl/qcom,glymur-tlmm.yaml    |  128 ++
 drivers/pinctrl/qcom/Kconfig.msm              |   10 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-glymur.c         | 1777 +++++++++++++++++
 4 files changed, 1916 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,glymur-tlmm.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-glymur.c

-- 
2.34.1


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

end of thread, other threads:[~2025-07-21 15:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-21 14:30 [PATCH v2 0/2] pinctrl: qcom: Introduce Pinctrl for Glymur Pankaj Patil
2025-07-21 14:30 ` [PATCH v2 1/2] dt-bindings: pinctrl: qcom: Add Glymur pinctrl bindings Pankaj Patil
2025-07-21 14:36   ` Krzysztof Kozlowski
2025-07-21 14:30 ` [PATCH v2 2/2] pinctrl: qcom: Add glymur pinctrl driver Pankaj Patil
2025-07-21 14:51   ` Konrad Dybcio
2025-07-21 15:57     ` Pankaj Patil

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