This series add device tree binding documentation and driver for SDX55 SOC pincontroller. Changes in v3: - Add ack by Bjorn - Fix dt_binding_check errors - Add gpio ranges in binding Changes in v2: - merge the functional groups together - move pins to single line for readability Jeevan Shriram (1): pinctrl: qcom: Add SDX55 pincontrol driver Vinod Koul (1): dt-bindings: pinctrl: qcom: Add SDX55 pinctrl bindings .../bindings/pinctrl/qcom,sdx55-pinctrl.yaml | 154 +++ drivers/pinctrl/qcom/Kconfig | 9 + drivers/pinctrl/qcom/Makefile | 1 + drivers/pinctrl/qcom/pinctrl-sdx55.c | 1018 +++++++++++++++++ 4 files changed, 1182 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sdx55-pinctrl.yaml create mode 100644 drivers/pinctrl/qcom/pinctrl-sdx55.c -- 2.26.2