Message ID | 20240914-c3-pwm-v2-0-ac1f34c68ac2@amlogic.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for Amlogic C3 PWM | expand |
On Sat, Sep 14, 2024 at 01:48:57PM +0800, Kelvin Zhang via B4 Relay wrote: > Add support for Amlogic C3 PWM, including the DT binding document and DTS. > > Signed-off-by: Kelvin Zhang <kelvin.zhang@amlogic.com> > --- > Changes in v2: > - Rebase this patchset due to recent upstream changes. > - Link to v1: https://lore.kernel.org/r/20240906-c3-pwm-v1-0-acaf17fad247@amlogic.com > > --- > Kelvin Zhang (2): > dt-bindings: pwm: amlogic: Document C3 PWM > arm64: dts: amlogic: Add Amlogic C3 PWM > > .../devicetree/bindings/pwm/pwm-amlogic.yaml | 1 + > arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi | 364 +++++++++++++++++++++ > 2 files changed, 365 insertions(+) > --- > base-commit: 5acd9952f95fb4b7da6d09a3be39195a80845eb6 > change-id: 20240906-c3-pwm-d17072517826 Applied patch #1 to https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git pwm/for-next . I guess patch #2 will go in via arm-soc? Thanks Uwe
Hi, On Sat, 14 Sep 2024 13:48:57 +0800, Kelvin Zhang wrote: > Add support for Amlogic C3 PWM, including the DT binding document and DTS. > > Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.13/arm64-dt) [2/2] arm64: dts: amlogic: Add Amlogic C3 PWM https://git.kernel.org/amlogic/c/be90cd4bd422e8ae235f534a2fa46d40dae0816b These changes has been applied on the intermediate git tree [1]. The v6.13/arm64-dt branch will then be sent via a formal Pull Request to the Linux SoC maintainers for inclusion in their intermediate git branches in order to be sent to Linus during the next merge window, or sooner if it's a set of fixes. In the cases of fixes, those will be merged in the current release candidate kernel and as soon they appear on the Linux master branch they will be backported to the previous Stable and Long-Stable kernels [2]. The intermediate git branches are merged daily in the linux-next tree [3], people are encouraged testing these pre-release kernels and report issues on the relevant mailing-lists. If problems are discovered on those changes, please submit a signed-off-by revert patch followed by a corrective changeset. [1] https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git [2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git [3] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
Add support for Amlogic C3 PWM, including the DT binding document and DTS. Signed-off-by: Kelvin Zhang <kelvin.zhang@amlogic.com> --- Changes in v2: - Rebase this patchset due to recent upstream changes. - Link to v1: https://lore.kernel.org/r/20240906-c3-pwm-v1-0-acaf17fad247@amlogic.com --- Kelvin Zhang (2): dt-bindings: pwm: amlogic: Document C3 PWM arm64: dts: amlogic: Add Amlogic C3 PWM .../devicetree/bindings/pwm/pwm-amlogic.yaml | 1 + arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi | 364 +++++++++++++++++++++ 2 files changed, 365 insertions(+) --- base-commit: 5acd9952f95fb4b7da6d09a3be39195a80845eb6 change-id: 20240906-c3-pwm-d17072517826 Best regards,