From: Yixun Lan <dlan@gentoo.org>
To: ukleinek@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org, paul.walmsley@sifive.com,
palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr,
p.zabel@pengutronix.de, drew@pdp7.com, inochiama@gmail.com,
geert+renesas@glider.be, heylenay@4d2.org, tglx@linutronix.de,
hal.feng@starfivetech.com, unicorn_wang@outlook.com,
duje.mihanovic@skole.hr, heikki.krogerus@linux.intel.com,
Guodong Xu <guodong@riscstar.com>
Cc: elder@riscstar.com, linux-pwm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-riscv@lists.infradead.org, spacemit@lists.linux.dev
Subject: Re: (subset) [PATCH v3 0/6] pwm: Update PWM_PXA driver for SpacemiT K1
Date: Wed, 9 Jul 2025 06:37:38 +0000 [thread overview]
Message-ID: <20250709063738-GYA488894@gentoo> (raw)
In-Reply-To: <175198458423.86859.5882458274157023095.b4-ty@gentoo.org>
Hi Guodong,
On 22:33 Tue 08 Jul , Yixun Lan wrote:
>
> On Tue, 29 Apr 2025 16:50:42 +0800, Guodong Xu wrote:
> > This patchset adds support for the SpacemiT K1 SoC in the PWM_PXA driver
> > and updates related device tree bindings. The changes enable PWM
> > functionality on the K1 platform through driver enhancements,
> > configuration updates, and device tree additions.
> >
> > Functionality has been verified on the Banana Pi BPI-F3 board using PWM14,
> > configured as a pwm-backlight. Per community feedback, the actual
> > pwm-backlight node is not included in this patchset but can be found in
> > patch 7 of the v1 series, with modification of pwms property to 4-cell
> > format to match updated binding (#pwm-cells = <3>) since v3.
> >
> > [...]
>
> Applied, thanks!
>
> [3/6] riscv: dts: spacemit: add PWM support for K1 SoC
> https://github.com/spacemit-com/linux/commit/9aebdfc21f755e0d2766683aa251435fb656ea47
found have to re-arrange the nodes according to ascending order of unit address,
so here is new version I've pushed, just FYI, please check (should have
no functionality changes)
https://github.com/spacemit-com/linux/commit/66f56c7a64213948341521b5310064586a05c80e
> [4/6] riscv: dts: spacemit: add pwm14_1 pinctrl setting
> https://github.com/spacemit-com/linux/commit/8709d51024068d4c81dc785d63169d283d147cf3
--
Yixun Lan (dlan)
WARNING: multiple messages have this Message-ID (diff)
From: Yixun Lan <dlan@gentoo.org>
To: ukleinek@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org, paul.walmsley@sifive.com,
palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr,
p.zabel@pengutronix.de, drew@pdp7.com, inochiama@gmail.com,
geert+renesas@glider.be, heylenay@4d2.org, tglx@linutronix.de,
hal.feng@starfivetech.com, unicorn_wang@outlook.com,
duje.mihanovic@skole.hr, heikki.krogerus@linux.intel.com,
Guodong Xu <guodong@riscstar.com>
Cc: elder@riscstar.com, linux-pwm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-riscv@lists.infradead.org, spacemit@lists.linux.dev
Subject: Re: (subset) [PATCH v3 0/6] pwm: Update PWM_PXA driver for SpacemiT K1
Date: Wed, 9 Jul 2025 06:37:38 +0000 [thread overview]
Message-ID: <20250709063738-GYA488894@gentoo> (raw)
In-Reply-To: <175198458423.86859.5882458274157023095.b4-ty@gentoo.org>
Hi Guodong,
On 22:33 Tue 08 Jul , Yixun Lan wrote:
>
> On Tue, 29 Apr 2025 16:50:42 +0800, Guodong Xu wrote:
> > This patchset adds support for the SpacemiT K1 SoC in the PWM_PXA driver
> > and updates related device tree bindings. The changes enable PWM
> > functionality on the K1 platform through driver enhancements,
> > configuration updates, and device tree additions.
> >
> > Functionality has been verified on the Banana Pi BPI-F3 board using PWM14,
> > configured as a pwm-backlight. Per community feedback, the actual
> > pwm-backlight node is not included in this patchset but can be found in
> > patch 7 of the v1 series, with modification of pwms property to 4-cell
> > format to match updated binding (#pwm-cells = <3>) since v3.
> >
> > [...]
>
> Applied, thanks!
>
> [3/6] riscv: dts: spacemit: add PWM support for K1 SoC
> https://github.com/spacemit-com/linux/commit/9aebdfc21f755e0d2766683aa251435fb656ea47
found have to re-arrange the nodes according to ascending order of unit address,
so here is new version I've pushed, just FYI, please check (should have
no functionality changes)
https://github.com/spacemit-com/linux/commit/66f56c7a64213948341521b5310064586a05c80e
> [4/6] riscv: dts: spacemit: add pwm14_1 pinctrl setting
> https://github.com/spacemit-com/linux/commit/8709d51024068d4c81dc785d63169d283d147cf3
--
Yixun Lan (dlan)
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2025-07-09 6:37 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-29 8:50 [PATCH v3 0/6] pwm: Update PWM_PXA driver for SpacemiT K1 Guodong Xu
2025-04-29 8:50 ` Guodong Xu
2025-04-29 8:50 ` [PATCH v3 1/6] dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K1 PWM support Guodong Xu
2025-04-29 8:50 ` Guodong Xu
2025-04-29 8:50 ` [PATCH v3 2/6] pwm: pxa: add optional reset control Guodong Xu
2025-04-29 8:50 ` Guodong Xu
2025-04-29 8:50 ` [PATCH v3 3/6] riscv: dts: spacemit: add PWM support for K1 SoC Guodong Xu
2025-04-29 8:50 ` Guodong Xu
2025-04-29 8:50 ` [PATCH v3 4/6] riscv: dts: spacemit: add pwm14_1 pinctrl setting Guodong Xu
2025-04-29 8:50 ` Guodong Xu
2025-05-26 16:54 ` Uwe Kleine-König
2025-05-26 16:54 ` Uwe Kleine-König
2025-05-26 21:52 ` Yixun Lan
2025-05-26 21:52 ` Yixun Lan
2025-05-27 2:48 ` Guodong Xu
2025-05-27 2:48 ` Guodong Xu
2025-05-27 3:27 ` Yixun Lan
2025-05-27 3:27 ` Yixun Lan
2025-05-27 4:36 ` Guodong Xu
2025-05-27 4:36 ` Guodong Xu
2025-04-29 8:50 ` [PATCH v3 5/6] pwm: Kconfig: add depends on ARCH_SPACEMIT to PWM_PXA Guodong Xu
2025-04-29 8:50 ` Guodong Xu
2025-04-29 8:50 ` [PATCH v3 6/6] riscv: defconfig: Enable PWM support for SpacemiT K1 SoC Guodong Xu
2025-04-29 8:50 ` Guodong Xu
2025-07-07 22:29 ` Yixun Lan
2025-07-07 22:29 ` Yixun Lan
2025-07-08 16:50 ` Conor Dooley
2025-07-08 16:50 ` Conor Dooley
2025-05-14 7:21 ` [PATCH v3 0/6] pwm: Update PWM_PXA driver for SpacemiT K1 Guodong Xu
2025-05-14 7:21 ` Guodong Xu
2025-05-26 17:22 ` Uwe Kleine-König
2025-05-26 17:22 ` Uwe Kleine-König
2025-05-27 2:41 ` Guodong Xu
2025-05-27 2:41 ` Guodong Xu
2025-05-27 9:03 ` Uwe Kleine-König
2025-05-27 9:03 ` Uwe Kleine-König
2025-07-08 14:33 ` (subset) " Yixun Lan
2025-07-08 14:33 ` Yixun Lan
2025-07-09 6:37 ` Yixun Lan [this message]
2025-07-09 6:37 ` Yixun Lan
2025-07-10 6:33 ` Guodong Xu
2025-07-10 6:33 ` Guodong Xu
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=20250709063738-GYA488894@gentoo \
--to=dlan@gentoo.org \
--cc=alex@ghiti.fr \
--cc=aou@eecs.berkeley.edu \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=drew@pdp7.com \
--cc=duje.mihanovic@skole.hr \
--cc=elder@riscstar.com \
--cc=geert+renesas@glider.be \
--cc=guodong@riscstar.com \
--cc=hal.feng@starfivetech.com \
--cc=heikki.krogerus@linux.intel.com \
--cc=heylenay@4d2.org \
--cc=inochiama@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=p.zabel@pengutronix.de \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=robh@kernel.org \
--cc=spacemit@lists.linux.dev \
--cc=tglx@linutronix.de \
--cc=ukleinek@kernel.org \
--cc=unicorn_wang@outlook.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.