From: Melody Olvera <quic_molvera@quicinc.com>
To: Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
Linus Walleij <linus.walleij@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>
Cc: <linux-arm-msm@vger.kernel.org>, <linux-gpio@vger.kernel.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
Melody Olvera <quic_molvera@quicinc.com>
Subject: [PATCH v5 0/2] Add pinctrl support for QDU1000/QRU1000 SoCs
Date: Fri, 16 Dec 2022 15:08:50 -0800 [thread overview]
Message-ID: <20221216230852.21691-1-quic_molvera@quicinc.com> (raw)
This patchset adds pinctrl support for the Qualcomm QDU1000 and QRU1000
SoCs.
The Qualcomm Technologies, Inc. Distributed Unit 1000 and Radio Unit
1000 are new SoCs meant for enabling Open RAN solutions. See more at
https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/documents/qualcomm_5g_ran_platforms_product_brief.pdf
Changes from v4:
- Revised description and maxItems in bindings
- Uncapitalized new pinctrl functions
- Fixed comment style
Changes from v3:
- Revised commit messages and dt-bindings
Changes from v2:
- Revised dt-bindings
- Added extra depends on for Kconfig
Melody Olvera (2):
dt-bindings: pinctrl: qcom: Add QDU1000 and QRU1000 pinctrl
pinctrl: qcom: Add QDU1000/QRU1000 pinctrl driver
.../bindings/pinctrl/qcom,qdu1000-tlmm.yaml | 134 ++
drivers/pinctrl/qcom/Kconfig | 10 +
drivers/pinctrl/qcom/Makefile | 1 +
drivers/pinctrl/qcom/pinctrl-qdu1000.c | 1274 +++++++++++++++++
4 files changed, 1419 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,qdu1000-tlmm.yaml
create mode 100644 drivers/pinctrl/qcom/pinctrl-qdu1000.c
base-commit: ca39c4daa6f7f770b1329ffb46f1e4a6bcc3f291
--
2.38.1
next reply other threads:[~2022-12-16 23:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-16 23:08 Melody Olvera [this message]
2022-12-16 23:08 ` [PATCH v5 1/2] dt-bindings: pinctrl: qcom: Add QDU1000 and QRU1000 pinctrl Melody Olvera
2022-12-18 18:57 ` Krzysztof Kozlowski
2022-12-16 23:08 ` [PATCH v5 2/2] pinctrl: qcom: Add QDU1000/QRU1000 pinctrl driver Melody Olvera
2022-12-17 14:28 ` Konrad Dybcio
2022-12-29 1:37 ` [PATCH v5 0/2] Add pinctrl support for QDU1000/QRU1000 SoCs 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=20221216230852.21691-1-quic_molvera@quicinc.com \
--to=quic_molvera@quicinc.com \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski+dt@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=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox