Signed-off-by: Jingyi Wang <quic_jingyw@xxxxxxxxxxx> --- 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@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 | 1246 ++++++++++++++++++++ 4 files changed, 1372 insertions(+) --- base-commit: 33ce24234fca4c083e6685a18b460a18ebb5d5c1 change-id: 20241009-qcs8300_tlmm-70147a8c9542 Best regards, -- Jingyi Wang <quic_jingyw@xxxxxxxxxxx>