[PATCH v3 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Thu Jul 6 13:20:57 PDT 2023
Hello,
On Thu, Jul 06, 2023 at 10:08:47AM -0700, Palmer Dabbelt wrote:
> On Tue, 27 Jun 2023 01:23:23 PDT (-0700), privatesub2 at gmail.com wrote:
> > Hi,
> >
> > This series adds support for PWM controller on new
> > Allwinner's SoCs, such as D1, T113s and R329. The implemented driver
> > provides basic functionality for control PWM channels.
> >
> > v2:
> > - fix dt-bindings
> > - fix a remark in the driver
> >
> > v3:
> > - fix dt-bindings
> > - fix sunxi-d1s-t113.dtsi
> >
> > 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 | 86 +++++
> > .../boot/dts/allwinner/sunxi-d1s-t113.dtsi | 11 +
> > drivers/pwm/Kconfig | 10 +
> > drivers/pwm/Makefile | 1 +
> > drivers/pwm/pwm-sun20i.c | 322 ++++++++++++++++++
> > 5 files changed, 430 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/pwm/allwinner,sun20i-pwm.yaml
> > create mode 100644 drivers/pwm/pwm-sun20i.c
>
> Acked-by: Palmer Dabbelt <palmer at rivosinc.com>
>
> I'm not sure if this ended up somewhere, but I'm assuming it's not aimed at
> my tree. LMK if you guys want me to pick it up, I'm dropping it from
> patchwork.
At least patch #2 should go via the pwm tree. It's on my list to review.
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | https://www.pengutronix.de/ |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-riscv/attachments/20230706/e692bf0a/attachment.sig>
More information about the linux-riscv
mailing list