From: Yixun Lan <dlan@kernel.org>
To: "Uwe Kleine-König" <ukleinek@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Duje Mihanović" <duje@dujemihanovic.xyz>
Cc: 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: [PATCH v2 0/2] pwm: spacemit: Add Support for K3 SoC
Date: Thu, 14 May 2026 23:34:48 +0000 [thread overview]
Message-ID: <20260514233448-GKA3663945@kernel.org> (raw)
In-Reply-To: <20260428-03-k3-pwm-drv-v2-0-a532bbe45556@kernel.org>
Hi Uwe Kleine-König,
Can you queue this one for v7.2? I'm sending the DTS part patch
and got a complaint for "clock definitions violation"
https://lore.kernel.org/all/20260511235952.F32FBC2BCB0@smtp.kernel.org/
On 10:46 Tue 28 Apr , Yixun Lan wrote:
> The PWM controller in SpacemiT K3 SoC reuse the same IP as previous K1
> generation, while the difference is that one additional bus clock is
> added. Introduce a new compatible string and also adjust driver code to
> support it.
>
> Signed-off-by: Yixun Lan <dlan@kernel.org>
> ---
> Changes in v2:
> - Merge dt-binding of clock-names property
> - Use local variable for bus clock
> - Rebase to v7.1-rc1
> - Link to v1: https://lore.kernel.org/r/20260409-03-k3-pwm-drv-v1-0-1307a06fba38@kernel.org
>
> ---
> Yixun Lan (2):
> dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support
> pwm: pxa: Add optional bus clock
>
> .../devicetree/bindings/pwm/marvell,pxa-pwm.yaml | 41 ++++++++++++++++++++--
> drivers/pwm/pwm-pxa.c | 8 ++++-
> 2 files changed, 45 insertions(+), 4 deletions(-)
> ---
> base-commit: 254f49634ee16a731174d2ae34bc50bd5f45e731
> change-id: 20260401-03-k3-pwm-drv-4ea99ae355d6
>
> Best regards,
> --
> Yixun Lan <dlan@kernel.org>
>
--
Yixun Lan (dlan)
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: Yixun Lan <dlan@kernel.org>
To: "Uwe Kleine-König" <ukleinek@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Duje Mihanović" <duje@dujemihanovic.xyz>
Cc: 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: [PATCH v2 0/2] pwm: spacemit: Add Support for K3 SoC
Date: Thu, 14 May 2026 23:34:48 +0000 [thread overview]
Message-ID: <20260514233448-GKA3663945@kernel.org> (raw)
In-Reply-To: <20260428-03-k3-pwm-drv-v2-0-a532bbe45556@kernel.org>
Hi Uwe Kleine-König,
Can you queue this one for v7.2? I'm sending the DTS part patch
and got a complaint for "clock definitions violation"
https://lore.kernel.org/all/20260511235952.F32FBC2BCB0@smtp.kernel.org/
On 10:46 Tue 28 Apr , Yixun Lan wrote:
> The PWM controller in SpacemiT K3 SoC reuse the same IP as previous K1
> generation, while the difference is that one additional bus clock is
> added. Introduce a new compatible string and also adjust driver code to
> support it.
>
> Signed-off-by: Yixun Lan <dlan@kernel.org>
> ---
> Changes in v2:
> - Merge dt-binding of clock-names property
> - Use local variable for bus clock
> - Rebase to v7.1-rc1
> - Link to v1: https://lore.kernel.org/r/20260409-03-k3-pwm-drv-v1-0-1307a06fba38@kernel.org
>
> ---
> Yixun Lan (2):
> dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support
> pwm: pxa: Add optional bus clock
>
> .../devicetree/bindings/pwm/marvell,pxa-pwm.yaml | 41 ++++++++++++++++++++--
> drivers/pwm/pwm-pxa.c | 8 ++++-
> 2 files changed, 45 insertions(+), 4 deletions(-)
> ---
> base-commit: 254f49634ee16a731174d2ae34bc50bd5f45e731
> change-id: 20260401-03-k3-pwm-drv-4ea99ae355d6
>
> Best regards,
> --
> Yixun Lan <dlan@kernel.org>
>
--
Yixun Lan (dlan)
next prev parent reply other threads:[~2026-05-14 23:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-28 10:46 [PATCH v2 0/2] pwm: spacemit: Add Support for K3 SoC Yixun Lan
2026-04-28 10:46 ` Yixun Lan
2026-04-28 10:46 ` [PATCH v2 1/2] dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support Yixun Lan
2026-04-28 10:46 ` Yixun Lan
2026-04-28 18:12 ` Conor Dooley
2026-04-28 18:12 ` Conor Dooley
2026-04-28 10:46 ` [PATCH v2 2/2] pwm: pxa: Add optional bus clock Yixun Lan
2026-04-28 10:46 ` Yixun Lan
2026-05-14 23:34 ` Yixun Lan [this message]
2026-05-14 23:34 ` [PATCH v2 0/2] pwm: spacemit: Add Support for K3 SoC Yixun Lan
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=20260514233448-GKA3663945@kernel.org \
--to=dlan@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=duje@dujemihanovic.xyz \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=robh@kernel.org \
--cc=spacemit@lists.linux.dev \
--cc=ukleinek@kernel.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 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.