[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201109062620.14566-1-vkoul@kernel.org>
Date: Mon, 9 Nov 2020 11:56:18 +0530
From: Vinod Koul <vkoul@...nel.org>
To: Linus Walleij <linus.walleij@...aro.org>
Cc: linux-arm-msm@...r.kernel.org,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Vinod Koul <vkoul@...nel.org>, Andy Gross <agross@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>,
linux-gpio@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v3 0/2] pinctrl: qcom: Add binding and driver for SDX55 pincontrol
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
Powered by blists - more mailing lists