From: AngeloGioacchino Del Regno <kholk11@xxxxxxxxx> As requested, I'm resending the pinctrl driver for this SoC in a separate patch series, with the changes suggested by Bjorn. AngeloGioacchino Del Regno (2): pinctrl: qcom: Add a pinctrl driver for MSM8976 and 8956 dt-bindings: pinctrl: Add MSM8976 driver bindings and documentation .../bindings/pinctrl/qcom,msm8976-pinctrl.txt | 183 +++ drivers/pinctrl/qcom/Kconfig | 10 + drivers/pinctrl/qcom/Makefile | 1 + drivers/pinctrl/qcom/pinctrl-msm8976.c | 1127 +++++++++++++++++ 4 files changed, 1321 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8976-pinctrl.txt create mode 100644 drivers/pinctrl/qcom/pinctrl-msm8976.c -- 2.21.0