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

Jingyi Wang posted 2 patches 1 month, 2 weeks ago
There is a newer version of this series
.../bindings/pinctrl/qcom,qcs8300-tlmm.yaml        |  118 ++
drivers/pinctrl/qcom/Kconfig.msm                   |    7 +
drivers/pinctrl/qcom/Makefile                      |    1 +
drivers/pinctrl/qcom/pinctrl-qcs8300.c             | 1246 ++++++++++++++++++++
4 files changed, 1372 insertions(+)
[PATCH v2 0/2] pinctrl: qcom: Introduce Pinctrl for QCS8300
Posted by Jingyi Wang 1 month, 2 weeks ago
Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com>
---
Changes in v2:
- Add Reviewed-by tag for binding change
- Patch rebased on new tag to avoid conflict
- codestyle fixup
- Link to v1: https://lore.kernel.org/r/20240819064933.1778204-1-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             | 1246 ++++++++++++++++++++
 4 files changed, 1372 insertions(+)
---
base-commit: 33ce24234fca4c083e6685a18b460a18ebb5d5c1
change-id: 20241009-qcs8300_tlmm-70147a8c9542

Best regards,
-- 
Jingyi Wang <quic_jingyw@quicinc.com>