public inbox for linux-gpio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] pinctrl: qcom: Introduce Pinctrl for Hawi SoC
@ 2026-04-08 14:15 Mukesh Ojha
  2026-04-08 14:15 ` [PATCH v2 1/2] dt-bindings: pinctrl: qcom: Describe Hawi TLMM block Mukesh Ojha
  2026-04-08 14:15 ` [PATCH v2 2/2] pinctrl: qcom: Add Hawi pinctrl driver Mukesh Ojha
  0 siblings, 2 replies; 4+ messages in thread
From: Mukesh Ojha @ 2026-04-08 14:15 UTC (permalink / raw)
  To: Bjorn Andersson, Linus Walleij, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Mukesh Ojha
  Cc: linux-arm-msm, linux-gpio, devicetree, linux-kernel,
	Konrad Dybcio

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

Changes in v2: https://lore.kernel.org/lkml/20260401-hawi-pinctrl-v1-0-4718da24e531@oss.qualcomm.com/#t
  - Addressed some of comment raised by Bjorn on following
   	o Grouping i2s0_* to just i2s0 and same goes for i2s1_* to i2s1.
	o Group the function such as qup3_se0_l0 and qup3_se0_l1 and qup3_se0_l2
          and qup3_se0_l3 together with qup3_se0_01 and qup3_se0_23 and
	  do the same of the other similar instances.
        o uim0_* to uim and uim1_* to uim1 as they are non-overlapping.
	o Grouping change for nav_gpios and qlink.
	o cci_i2c_sda and cci_i2c_scl to its respective serial engine
	  numbering replacing with cci_i2c0, cci_i2c1 ... etc.,

---
Mukesh Ojha (2):
      dt-bindings: pinctrl: qcom: Describe Hawi TLMM block
      pinctrl: qcom: Add Hawi pinctrl driver

 .../bindings/pinctrl/qcom,hawi-tlmm.yaml           |  120 ++
 drivers/pinctrl/qcom/Kconfig.msm                   |   10 +
 drivers/pinctrl/qcom/Makefile                      |    1 +
 drivers/pinctrl/qcom/pinctrl-hawi.c                | 1610 ++++++++++++++++++++
 4 files changed, 1741 insertions(+)
---
base-commit: f3e6330d7fe42b204af05a2dbc68b379e0ad179e
change-id: 20260408-hawi-pinctrl-a58d36ec2fc2

Best regards,
-- 
-Mukesh Ojha


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

end of thread, other threads:[~2026-04-09  1:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-08 14:15 [PATCH v2 0/2] pinctrl: qcom: Introduce Pinctrl for Hawi SoC Mukesh Ojha
2026-04-08 14:15 ` [PATCH v2 1/2] dt-bindings: pinctrl: qcom: Describe Hawi TLMM block Mukesh Ojha
2026-04-08 14:15 ` [PATCH v2 2/2] pinctrl: qcom: Add Hawi pinctrl driver Mukesh Ojha
2026-04-09  1:50   ` Bjorn Andersson

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