Introduce Top Level Mode Multiplexer dt-binding and driver for Qualcomm QCS8300 SoC. Signed-off-by: Jingyi Wang <quic_jingyw@xxxxxxxxxxx> --- 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