From: Vinod Koul <vkoul@kernel.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-arm-msm@vger.kernel.org,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Vinod Koul <vkoul@kernel.org>, Andy Gross <agross@kernel.org>,
Rob Herring <robh+dt@kernel.org>,
Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>,
linux-gpio@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v3 0/2] pinctrl: qcom: Add binding and driver for SDX55 pincontrol
Date: Mon, 9 Nov 2020 11:56:18 +0530 [thread overview]
Message-ID: <20201109062620.14566-1-vkoul@kernel.org> (raw)
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
next reply other threads:[~2020-11-09 6:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-09 6:26 Vinod Koul [this message]
2020-11-09 6:26 ` [PATCH v3 1/2] dt-bindings: pinctrl: qcom: Add SDX55 pinctrl bindings Vinod Koul
2020-11-09 22:07 ` Rob Herring
2020-11-09 6:26 ` [PATCH v3 2/2] pinctrl: qcom: Add SDX55 pincontrol driver Vinod Koul
2020-11-09 10:21 ` Manivannan Sadhasivam
2020-11-10 14:47 ` [PATCH v3 0/2] pinctrl: qcom: Add binding and driver for SDX55 pincontrol Linus Walleij
2020-11-11 4:37 ` Vinod Koul
2020-12-29 20:15 ` patchwork-bot+linux-arm-msm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201109062620.14566-1-vkoul@kernel.org \
--to=vkoul@kernel.org \
--cc=agross@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=manivannan.sadhasivam@linaro.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.