From: Devi Priya <quic_devipriy@quicinc.com>
To: <thierry.reding@gmail.com>, <robh+dt@kernel.org>,
<krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>,
<agross@kernel.org>, <andersson@kernel.org>,
<konrad.dybcio@linaro.org>, <ndesaulniers@google.com>,
<trix@redhat.com>, <baruch@tkos.co.il>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-arm-msm@vger.kernel.org>, <llvm@lists.linux.dev>
Cc: <linux-pwm@vger.kernel.org>, <u.kleine-koenig@pengutronix.de>,
<nathan@kernel.org>
Subject: [PATCH V12 0/3] Add PWM support for IPQ chipsets
Date: Mon, 25 Sep 2023 12:29:12 +0530 [thread overview]
Message-ID: <20230925065915.3467964-1-quic_devipriy@quicinc.com> (raw)
Add PWM driver and binding support for IPQ chipsets.
Also, add support for pwm in ipq6018.
Devi Priya (3):
pwm: driver for qualcomm ipq6018 pwm block
dt-bindings: pwm: add IPQ6018 binding
arm64: dts: ipq6018: add pwm node
.../devicetree/bindings/pwm/ipq-pwm.yaml | 53 ++++
arch/arm64/boot/dts/qcom/ipq6018.dtsi | 15 +-
drivers/pwm/Kconfig | 12 +
drivers/pwm/Makefile | 1 +
drivers/pwm/pwm-ipq.c | 282 ++++++++++++++++++
5 files changed, 362 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/pwm/ipq-pwm.yaml
create mode 100644 drivers/pwm/pwm-ipq.c
base-commit: 940fcc189c51032dd0282cbee4497542c982ac59
--
2.34.1
next reply other threads:[~2023-09-25 6:59 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-25 6:59 Devi Priya [this message]
2023-09-25 6:59 ` [PATCH V12 1/3] pwm: driver for qualcomm ipq6018 pwm block Devi Priya
2023-09-25 6:59 ` [PATCH V12 2/3] dt-bindings: pwm: add IPQ6018 binding Devi Priya
2023-09-25 7:11 ` Krzysztof Kozlowski
2023-09-29 7:55 ` Devi Priya
2023-09-29 8:56 ` Devi Priya
2023-09-30 15:32 ` Krzysztof Kozlowski
2023-09-30 17:12 ` Devi Priya
2023-09-25 7:26 ` Rob Herring
2023-09-25 6:59 ` [PATCH V12 3/3] arm64: dts: ipq6018: add pwm node Devi Priya
2023-09-25 7:13 ` Krzysztof Kozlowski
2023-09-29 11:47 ` Devi Priya
2023-09-30 15:35 ` Krzysztof Kozlowski
2023-09-30 17:13 ` Devi Priya
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=20230925065915.3467964-1-quic_devipriy@quicinc.com \
--to=quic_devipriy@quicinc.com \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=baruch@tkos.co.il \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=nathan@kernel.org \
--cc=ndesaulniers@google.com \
--cc=robh+dt@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=trix@redhat.com \
--cc=u.kleine-koenig@pengutronix.de \
/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