Make it possible to control GPIOs/pins on the MSM8909 SoC by adding the necessary definitions for the existing Qualcomm TLMM driver. Stephan Gerhold (2): dt-bindings: pinctrl: Add DT schema for qcom,msm8909-tlmm pinctrl: qcom: Add pinctrl driver for MSM8909 .../bindings/pinctrl/qcom,msm8909-tlmm.yaml | 152 +++ drivers/pinctrl/qcom/Kconfig | 8 + drivers/pinctrl/qcom/Makefile | 1 + drivers/pinctrl/qcom/pinctrl-msm8909.c | 956 ++++++++++++++++++ 4 files changed, 1117 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml create mode 100644 drivers/pinctrl/qcom/pinctrl-msm8909.c -- 2.30.2