Re: [PATCH v3 1/4] cpufreq: Make drivers using CPUFREQ_ETERNAL specify transition latency
From: Shawn Guo
Date: Sun Sep 28 2025 - 23:15:14 EST
On Sun, Sep 28, 2025 at 12:00:22PM +0200, Rafael J. Wysocki wrote:
> > > --- a/include/linux/cpufreq.h
> > > +++ b/include/linux/cpufreq.h
> > > @@ -32,6 +32,9 @@
> > > */
> > >
> > > #define CPUFREQ_ETERNAL (-1)
> > > +
> > > +#define CPUFREQ_DEFAULT_TANSITION_LATENCY_NS NSEC_PER_MSEC
> >
> > Typo of TANSITION, should be CPUFREQ_DEFAULT_TRANSITION_LATENCY_NS.
>
> Yes, thanks!
>
> Fixed already because CIs caught it yesterday.
With it fixed:
Tested-by: Shawn Guo <shawnguo@xxxxxxxxxx> # with cpufreq-dt driver
BTW, a heads-up: the patch won't apply to 6.12 stable kernel directly.
Shawn