From: <quic_vamslank@quicinc.com>
To: <agross@kernel.org>, <bjorn.andersson@linaro.org>,
<linus.walleij@linaro.org>
Cc: <linux-arm-msm@vger.kernel.org>, <linux-gpio@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
<manivannan.sadhasivam@linaro.org>,
Vamsi Krishna Lanka <quic_vamslank@quicinc.com>
Subject: [PATCH v5 0/2] Add pinctrl support for SDX65
Date: Wed, 1 Dec 2021 16:32:19 -0800 [thread overview]
Message-ID: <cover.1638404936.git.quic_vamslank@quicinc.com> (raw)
From: Vamsi Krishna Lanka <quic_vamslank@quicinc.com>
Hello,
Changes from v4:
- Fixed dt_binding check errors
Changes from v3:
- Addressed comments, fixed dt_binding check errors and collected reviewed
by from Bjorn
- Rebased on top of v5.16-rc1
Changes from v2:
- Addressed comments from Bjorn
- Collected Reviewed-by for the patches
Changes from v1:
- Addressed all Bjorn's comments
This patch series adds pinctrl bindings and tlmm support for SDX65.
Thanks,
Vamsi
Vamsi Krishna Lanka (2):
dt-bindings: pinctrl: qcom: Add SDX65 pinctrl bindings
pinctrl: qcom: Add SDX65 pincontrol driver
.../bindings/pinctrl/qcom,sdx65-pinctrl.yaml | 174 ++++
drivers/pinctrl/qcom/Kconfig | 9 +
drivers/pinctrl/qcom/Makefile | 1 +
drivers/pinctrl/qcom/pinctrl-sdx65.c | 967 ++++++++++++++++++
4 files changed, 1151 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sdx65-pinctrl.yaml
create mode 100644 drivers/pinctrl/qcom/pinctrl-sdx65.c
base-commit: 58e1100fdc5990b0cc0d4beaf2562a92e621ac7d
prerequisite-patch-id: 93a6639086d56aaaf0c5d0e108a7a7690d39967f
prerequisite-patch-id: d68e4461d9794d7682f2d01561752f00377c7bb2
prerequisite-patch-id: 3a57c470db8e8d3d8546374d1e76b38fcb0215a1
prerequisite-patch-id: ba1594c6d524ae889dd4325d0912848f5542633b
prerequisite-patch-id: 6efd062dc77400d108f3f4a0c66010c69759d64a
prerequisite-patch-id: fb27c240bc512176c822e6f1c7cb5b8d65633c56
prerequisite-patch-id: 8125f49031bb5d9ebca1ca3e622080d6d3683bfb
prerequisite-patch-id: e6ecff6bfb4016b9118b2b25f4077355a1448220
prerequisite-patch-id: ba2f7d61be224484482d4910116ea69f1f5200ea
--
2.33.1
next reply other threads:[~2021-12-02 0:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-02 0:32 quic_vamslank [this message]
2021-12-02 0:32 ` [PATCH v5 1/2] dt-bindings: pinctrl: qcom: Add SDX65 pinctrl bindings quic_vamslank
2021-12-06 17:58 ` Bjorn Andersson
2021-12-07 15:31 ` Rob Herring
2021-12-02 0:32 ` [PATCH v5 2/2] pinctrl: qcom: Add SDX65 pincontrol driver quic_vamslank
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=cover.1638404936.git.quic_vamslank@quicinc.com \
--to=quic_vamslank@quicinc.com \
--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 \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).