Linux GPIO subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] pinctrl: qcom: Introduce Pinctrl for the upcoming Maili SoC
@ 2026-06-15  6:55 Jingyi Wang
  2026-06-15  6:55 ` [PATCH v2 1/2] dt-bindings: pinctrl: qcom: Describe Maili TLMM block Jingyi Wang
  2026-06-15  6:55 ` [PATCH v2 2/2] pinctrl: qcom: Add the tlmm driver for Maili platform Jingyi Wang
  0 siblings, 2 replies; 5+ messages in thread
From: Jingyi Wang @ 2026-06-15  6:55 UTC (permalink / raw)
  To: Bjorn Andersson, Linus Walleij, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: aiqun.yu, tingwei.zhang, trilok.soni, yijie.yang, linux-arm-msm,
	linux-gpio, devicetree, linux-kernel, Jingyi Wang,
	Krzysztof Kozlowski

Introduce Top Level Mode Multiplexer dt-binding and driver for the
upcoming Qualcomm Maili SoC. Maili is the new mobile SoC, and its DTS
will be upstreamed later.

Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
---
Changes in v2:
- Move MODULE_DEVICE_TABLE next to the table itself
- Update gpio function to MSM_GPIO_PIN_FUNCTION
- Link to v1: https://lore.kernel.org/r/20260522-maili-pinctrl-v1-0-0a6636f5c277@oss.qualcomm.com

---
Jingyi Wang (2):
      dt-bindings: pinctrl: qcom: Describe Maili TLMM block
      pinctrl: qcom: Add the tlmm driver for Maili platform

 .../bindings/pinctrl/qcom,maili-tlmm.yaml          |  120 ++
 drivers/pinctrl/qcom/Kconfig.msm                   |   10 +
 drivers/pinctrl/qcom/Makefile                      |    1 +
 drivers/pinctrl/qcom/pinctrl-maili.c               | 1630 ++++++++++++++++++++
 4 files changed, 1761 insertions(+)
---
base-commit: c425609d6ac4012c8bbf01ec2e10e801b1923a7b
change-id: 20260614-maili-pinctrl-230a8ce90bcd

Best regards,
-- 
Jingyi Wang <jingyi.wang@oss.qualcomm.com>


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

end of thread, other threads:[~2026-06-18  9:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-15  6:55 [PATCH v2 0/2] pinctrl: qcom: Introduce Pinctrl for the upcoming Maili SoC Jingyi Wang
2026-06-15  6:55 ` [PATCH v2 1/2] dt-bindings: pinctrl: qcom: Describe Maili TLMM block Jingyi Wang
2026-06-15  6:55 ` [PATCH v2 2/2] pinctrl: qcom: Add the tlmm driver for Maili platform Jingyi Wang
2026-06-16  0:55   ` Dmitry Baryshkov
2026-06-18  9:02   ` Konrad Dybcio

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