[PATCH 0/2] pinctrl: qcom: Introduce Pinctrl for Hawi

Mukesh Ojha posted 2 patches 7 hours ago
.../bindings/pinctrl/qcom,hawi-tlmm.yaml           |  123 ++
drivers/pinctrl/qcom/Kconfig.msm                   |   10 +
drivers/pinctrl/qcom/Makefile                      |    1 +
drivers/pinctrl/qcom/pinctrl-hawi.c                | 1716 ++++++++++++++++++++
4 files changed, 1850 insertions(+)
[PATCH 0/2] pinctrl: qcom: Introduce Pinctrl for Hawi
Posted by Mukesh Ojha 7 hours ago
Introduce Top Level Mode Multiplexer dt-binding and driver for upcoming
Qualcomm Hawi SoC.

Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
---
Mukesh Ojha (2):
      dt-bindings: pinctrl: describe Hawi TLMM
      pinctrl: qcom: Add Hawi pinctrl driver

 .../bindings/pinctrl/qcom,hawi-tlmm.yaml           |  123 ++
 drivers/pinctrl/qcom/Kconfig.msm                   |   10 +
 drivers/pinctrl/qcom/Makefile                      |    1 +
 drivers/pinctrl/qcom/pinctrl-hawi.c                | 1716 ++++++++++++++++++++
 4 files changed, 1850 insertions(+)
---
base-commit: 3b058d1aeeeff27a7289529c4944291613b364e9
change-id: 20260401-hawi-pinctrl-7c9ff163bfec

Best regards,
-- 
-Mukesh Ojha