linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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>,
	<manivannan.sadhasivam@linaro.org>,
	"Vamsi Krishna Lanka" <quic_vamslank@quicinc.com>
Subject: [PATCH v4 0/2] Add pinctrl support for SDX65
Date: Mon, 15 Nov 2021 23:39:44 -0800	[thread overview]
Message-ID: <cover.1637048107.git.quic_vamslank@quicinc.com> (raw)

From: Vamsi Krishna Lanka <quic_vamslank@quicinc.com>

Hello,

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  | 195 ++++
 drivers/pinctrl/qcom/Kconfig                  |   9 +
 drivers/pinctrl/qcom/Makefile                 |   1 +
 drivers/pinctrl/qcom/pinctrl-sdx65.c          | 967 ++++++++++++++++++
 4 files changed, 1172 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sdx65-pinctrl.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-sdx65.c


base-commit: 8ab774587903771821b59471cc723bba6d893942
prerequisite-patch-id: 07cee59dfdf0a1bd637b4bdc95ae68b34b8ffb0d
prerequisite-patch-id: b9bf5583d0b5368b8f2f32b9a94d5054899ec99a
prerequisite-patch-id: 730337f77ae4f00c8320c309fb864e760cc5ed54
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


             reply	other threads:[~2021-11-16  7:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-16  7:39 quic_vamslank [this message]
2021-11-16  7:39 ` [PATCH v4 1/2] dt-bindings: pinctrl: qcom: Add SDX65 pinctrl bindings quic_vamslank
2021-11-26 22:01   ` Rob Herring
2021-11-27  0:07     ` Linus Walleij
2021-12-01 22:24       ` Vamsi Krishna Lanka
2021-11-16  7:39 ` [PATCH v4 2/2] pinctrl: qcom: Add SDX65 pincontrol driver quic_vamslank
2021-11-21 22:49 ` [PATCH v4 0/2] Add pinctrl support for SDX65 Linus Walleij

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.1637048107.git.quic_vamslank@quicinc.com \
    --to=quic_vamslank@quicinc.com \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.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).