From: Chris Morgan <macroalpha82@gmail.com>
To: Aleksandr Shubin <privatesub2@gmail.com>
Cc: linux-kernel@vger.kernel.org,
"Uwe Kleine-König" <ukleinek@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Chen-Yu Tsai" <wens@csie.org>,
"Jernej Skrabec" <jernej.skrabec@gmail.com>,
"Samuel Holland" <samuel@sholland.org>,
"Paul Walmsley" <paul.walmsley@sifive.com>,
"Palmer Dabbelt" <palmer@dabbelt.com>,
"Albert Ou" <aou@eecs.berkeley.edu>,
"Philipp Zabel" <p.zabel@pengutronix.de>,
"Cheo Fusi" <fusibrandon13@gmail.com>,
linux-pwm@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-sunxi@lists.linux.dev, linux-riscv@lists.infradead.org
Subject: Re: [PATCH v10 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
Date: Wed, 12 Feb 2025 09:27:04 -0600 [thread overview]
Message-ID: <67acbdc9.050a0220.11fcb1.a43a@mx.google.com> (raw)
In-Reply-To: <20241011102751.153248-1-privatesub2@gmail.com>
On Fri, Oct 11, 2024 at 01:27:31PM +0300, Aleksandr Shubin wrote:
> v2:
> - fix dt-bindings
> - fix a remark in the driver
>
> v3:
> - fix dt-bindings
> - fix sunxi-d1s-t113.dtsi
>
> v4:
> - fix a remark in the driver
>
> v5:
> - dropped unused varibale in the driver
> - fix dt-bindings
>
> v6:
> - add apb0 clock
>
> v7:
> - fix a remark in the driver
> - add maintainer
>
> v8:
> - fix compile driver for 6.8-rc
>
> v9:
> - fix a remark in the driver
> - fix dt-bindings
> - rename apb0 -> apb
>
> v10:
> - fix a remark in the driver
> - fix compile driver for 6.12-rc2
>
> Aleksandr Shubin (3):
> dt-bindings: pwm: Add binding for Allwinner D1/T113-S3/R329 PWM
> controller
> pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support
> riscv: dts: allwinner: d1: Add pwm node
>
> .../bindings/pwm/allwinner,sun20i-pwm.yaml | 84 ++++
> .../boot/dts/allwinner/sunxi-d1s-t113.dtsi | 12 +
> drivers/pwm/Kconfig | 10 +
> drivers/pwm/Makefile | 1 +
> drivers/pwm/pwm-sun20i.c | 379 ++++++++++++++++++
> 5 files changed, 486 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pwm/allwinner,sun20i-pwm.yaml
> create mode 100644 drivers/pwm/pwm-sun20i.c
>
> --
> 2.25.1
>
This patch has been idle for a few months, would you mind if I took
over shepherding it to mainline? While I don't have *this* hardware
to test it with I have an H616 which has a similar pwm controller (and
for which I was going to add support for once this made it to
mainline). Otherwise, I can just wait patiently and then tack on my
additions once this has been accepted.
Thank you,
Chris
prev parent reply other threads:[~2025-02-12 15:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-11 10:27 [PATCH v10 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs Aleksandr Shubin
2024-10-11 10:27 ` [PATCH v10 1/3] dt-bindings: pwm: Add binding for Allwinner D1/T113-S3/R329 PWM controller Aleksandr Shubin
2024-10-29 8:56 ` Uwe Kleine-König
2024-11-10 11:16 ` Александр Шубин
2024-10-11 10:27 ` [PATCH v10 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support Aleksandr Shubin
2024-10-29 8:41 ` Uwe Kleine-König
2024-11-12 14:13 ` Parthiban
2024-10-11 10:27 ` [PATCH v10 3/3] riscv: dts: allwinner: d1: Add pwm node Aleksandr Shubin
2025-02-12 15:27 ` Chris Morgan [this message]
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=67acbdc9.050a0220.11fcb1.a43a@mx.google.com \
--to=macroalpha82@gmail.com \
--cc=aou@eecs.berkeley.edu \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fusibrandon13@gmail.com \
--cc=jernej.skrabec@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=p.zabel@pengutronix.de \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=privatesub2@gmail.com \
--cc=robh@kernel.org \
--cc=samuel@sholland.org \
--cc=ukleinek@kernel.org \
--cc=wens@csie.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