devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] pinctrl: qcom: Introduce Pinctrl for Glymur
@ 2025-08-13  6:55 Pankaj Patil
  2025-08-13  6:55 ` [PATCH v5 1/2] dt-bindings: pinctrl: qcom: Add Glymur pinctrl bindings Pankaj Patil
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Pankaj Patil @ 2025-08-13  6:55 UTC (permalink / raw)
  To: andersson, linus.walleij, robh, krzk+dt, conor+dt, rajendra.nayak
  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.
Device tree changes aren't part of this series and will be posted separately after the official announcement of the Glymur SoC

Changes in v5:
Rebased on top of v6.17-rc1
RESOUT_GPIO_N changed to lowercase in bindings and driver

Changes in v4:
Updated bindings to column length of 80 char

Changes in v3:
Fixed indentation for example tlmm node in bindings file
Fixed s-o-b and review comments in the driver

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    |  133 ++
 drivers/pinctrl/qcom/Kconfig.msm              |   10 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-glymur.c         | 1777 +++++++++++++++++
 4 files changed, 1921 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] 15+ messages in thread

end of thread, other threads:[~2025-09-04 19:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-13  6:55 [PATCH v5 0/2] pinctrl: qcom: Introduce Pinctrl for Glymur Pankaj Patil
2025-08-13  6:55 ` [PATCH v5 1/2] dt-bindings: pinctrl: qcom: Add Glymur pinctrl bindings Pankaj Patil
2025-09-03 10:08   ` Krzysztof Kozlowski
2025-09-03 11:01     ` Dmitry Baryshkov
2025-09-03 11:28       ` Krzysztof Kozlowski
2025-09-03 12:22         ` Dmitry Baryshkov
2025-09-04 12:59           ` Pankaj Patil
2025-08-13  6:55 ` [PATCH v5 2/2] pinctrl: qcom: Add glymur pinctrl driver Pankaj Patil
2025-08-13 10:14   ` Konrad Dybcio
2025-08-13 14:34   ` Bjorn Andersson
2025-09-03  9:53     ` Pankaj Patil
2025-09-03 10:09       ` Krzysztof Kozlowski
2025-09-04 19:34       ` Linus Walleij
2025-08-13  7:31 ` [PATCH v5 0/2] pinctrl: qcom: Introduce Pinctrl for Glymur Krzysztof Kozlowski
2025-08-13  9:48   ` 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).