linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] pinctrl: qcom: Introduce Pinctrl for QCS8300
@ 2024-08-19  6:49 Jingyi Wang
  2024-08-19  6:49 ` [PATCH 1/2] dt-bindings: pinctrl: describe qcs8300-tlmm Jingyi Wang
  2024-08-19  6:49 ` [PATCH 2/2] pinctrl: qcom: add the tlmm driver for QCS8300 platforms Jingyi Wang
  0 siblings, 2 replies; 4+ messages in thread
From: Jingyi Wang @ 2024-08-19  6:49 UTC (permalink / raw)
  To: linux-arm-msm, devicetree, linux-kernel, linux-gpio, andersson,
	robh, konradybcio, krzk+dt, conor+dt, linus.walleij,
	quic_tingweiz, quic_aiquny, quic_tengfan
  Cc: quic_jingyw

Introduce Top Level Mode Multiplexer dt-binding and driver for Qualcomm
QCS8300 SoC.

Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com>
---
Jingyi Wang (2):
  dt-bindings: pinctrl: describe qcs8300-tlmm
  pinctrl: qcom: add the tlmm driver for QCS8300 platforms

 .../bindings/pinctrl/qcom,qcs8300-tlmm.yaml   |  118 ++
 drivers/pinctrl/qcom/Kconfig.msm              |    7 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-qcs8300.c        | 1226 +++++++++++++++++
 4 files changed, 1352 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,qcs8300-tlmm.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-qcs8300.c

-- 
base-commit: 469f1bad3c1c6e268059f78c0eec7e9552b3894c
2.25.1


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-19  6:49 [PATCH 0/2] pinctrl: qcom: Introduce Pinctrl for QCS8300 Jingyi Wang
2024-08-19  6:49 ` [PATCH 1/2] dt-bindings: pinctrl: describe qcs8300-tlmm Jingyi Wang
2024-08-19 11:46   ` Krzysztof Kozlowski
2024-08-19  6:49 ` [PATCH 2/2] pinctrl: qcom: add the tlmm driver for QCS8300 platforms Jingyi Wang

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