From: Yixun Lan <dlan@kernel.org>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Shuwei Wu <shuwei.wu@mailbox.org>,
"Rafael J. Wysocki" <rafael@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Paul Walmsley <pjw@kernel.org>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Alexandre Ghiti <alex@ghiti.fr>,
linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-riscv@lists.infradead.org, spacemit@lists.linux.dev,
devicetree@vger.kernel.org
Subject: Re: [PATCH v4 1/2] cpufreq: dt-platdev: Add SpacemiT K1 SoC to the allowlist
Date: Sat, 11 Jul 2026 07:41:39 +0000 [thread overview]
Message-ID: <20260711074139-GKA36656@kernel.org> (raw)
In-Reply-To: <7x5mgpk3z3aiebifhxto2v7m5yrikj52lwf5pzegzhk5aiehhj@jqm6opm6nrub>
Hi Viresh,
On 10:28 Mon 29 Jun , Viresh Kumar wrote:
> On 26-06-26, 16:10, Shuwei Wu wrote:
> > Add the compatible string for supporting the generic
> > cpufreq driver on the SpacemiT K1 SoC.
> >
> > Signed-off-by: Shuwei Wu <shuwei.wu@mailbox.org>
> > ---
> > Changes in v4:
> > - Drop the K1-specific cpufreq driver and use cpufreq-dt again
> > - Add spacemit,k1 back to the cpufreq-dt allowlist
> >
> > Changes in v3:
> > - Add a K1-specific cpufreq driver for the shared-rail, dual-clock topology
> > - Add spacemit,k1 to the cpufreq-dt blocklist
> > ---
> > ---
> > drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> > index 25fd3b191b7e..e262394b56f9 100644
> > --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> > @@ -81,6 +81,8 @@ static const struct of_device_id allowlist[] __initconst = {
> > { .have_governor_per_policy = true, },
> > },
> >
> > + { .compatible = "spacemit,k1", },
> > +
> > { .compatible = "st-ericsson,u8500", },
> > { .compatible = "st-ericsson,u8540", },
> > { .compatible = "st-ericsson,u9500", },
>
> Please take this via arch tree.
>
Ok, in this case, I will take it via SpacemiT SoC tree along with DT patch [2/2]
Reviewed-by: Yixun Lan <dlan@kernel.org>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
>
> --
> viresh
--
Yixun Lan (dlan)
WARNING: multiple messages have this Message-ID (diff)
From: Yixun Lan <dlan@kernel.org>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Shuwei Wu <shuwei.wu@mailbox.org>,
"Rafael J. Wysocki" <rafael@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Paul Walmsley <pjw@kernel.org>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Alexandre Ghiti <alex@ghiti.fr>,
linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-riscv@lists.infradead.org, spacemit@lists.linux.dev,
devicetree@vger.kernel.org
Subject: Re: [PATCH v4 1/2] cpufreq: dt-platdev: Add SpacemiT K1 SoC to the allowlist
Date: Sat, 11 Jul 2026 07:41:39 +0000 [thread overview]
Message-ID: <20260711074139-GKA36656@kernel.org> (raw)
In-Reply-To: <7x5mgpk3z3aiebifhxto2v7m5yrikj52lwf5pzegzhk5aiehhj@jqm6opm6nrub>
Hi Viresh,
On 10:28 Mon 29 Jun , Viresh Kumar wrote:
> On 26-06-26, 16:10, Shuwei Wu wrote:
> > Add the compatible string for supporting the generic
> > cpufreq driver on the SpacemiT K1 SoC.
> >
> > Signed-off-by: Shuwei Wu <shuwei.wu@mailbox.org>
> > ---
> > Changes in v4:
> > - Drop the K1-specific cpufreq driver and use cpufreq-dt again
> > - Add spacemit,k1 back to the cpufreq-dt allowlist
> >
> > Changes in v3:
> > - Add a K1-specific cpufreq driver for the shared-rail, dual-clock topology
> > - Add spacemit,k1 to the cpufreq-dt blocklist
> > ---
> > ---
> > drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> > index 25fd3b191b7e..e262394b56f9 100644
> > --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> > @@ -81,6 +81,8 @@ static const struct of_device_id allowlist[] __initconst = {
> > { .have_governor_per_policy = true, },
> > },
> >
> > + { .compatible = "spacemit,k1", },
> > +
> > { .compatible = "st-ericsson,u8500", },
> > { .compatible = "st-ericsson,u8540", },
> > { .compatible = "st-ericsson,u9500", },
>
> Please take this via arch tree.
>
Ok, in this case, I will take it via SpacemiT SoC tree along with DT patch [2/2]
Reviewed-by: Yixun Lan <dlan@kernel.org>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
>
> --
> viresh
--
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:[~2026-07-11 7:41 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-26 8:10 [PATCH v4 0/2] cpufreq: spacemit: Add cpufreq support for K1 SoC Shuwei Wu
2026-06-26 8:10 ` Shuwei Wu
2026-06-26 8:10 ` [PATCH v4 1/2] cpufreq: dt-platdev: Add SpacemiT K1 SoC to the allowlist Shuwei Wu
2026-06-26 8:10 ` Shuwei Wu
2026-06-29 4:58 ` Viresh Kumar
2026-06-29 4:58 ` Viresh Kumar
2026-07-11 7:41 ` Yixun Lan [this message]
2026-07-11 7:41 ` Yixun Lan
2026-06-26 8:10 ` [PATCH v4 2/2] riscv: dts: spacemit: Add cpu scaling for K1 SoC Shuwei Wu
2026-06-26 8:10 ` Shuwei Wu
2026-06-26 10:36 ` Andre Heider
2026-06-26 10:36 ` Andre Heider
2026-07-11 7:44 ` Yixun Lan
2026-07-11 7:44 ` Yixun Lan
2026-06-27 8:40 ` [PATCH v4 0/2] cpufreq: spacemit: Add cpufreq support " Gong Shuai
2026-06-27 8:40 ` Gong Shuai
2026-06-28 17:08 ` Aurelien Jarno
2026-06-28 17:08 ` Aurelien Jarno
2026-07-10 17:25 ` Milan P. Stanić
2026-07-10 17:25 ` Milan P. Stanić
2026-07-14 9:11 ` 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=20260711074139-GKA36656@kernel.org \
--to=dlan@kernel.org \
--cc=alex@ghiti.fr \
--cc=aou@eecs.berkeley.edu \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=pjw@kernel.org \
--cc=rafael@kernel.org \
--cc=robh@kernel.org \
--cc=shuwei.wu@mailbox.org \
--cc=spacemit@lists.linux.dev \
--cc=viresh.kumar@linaro.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.