diff mbox series

cpufreq: docs: Add missing scaling_available_frequencies description

Message ID 20240701171040.369030-1-rgallaispou@gmail.com (mailing list archive)
State Queued
Delegated to: Rafael Wysocki
Headers show
Series cpufreq: docs: Add missing scaling_available_frequencies description | expand

Commit Message

Raphael Gallais-Pou July 1, 2024, 5:10 p.m. UTC
Add a description of the scaling_available_frequencies attribute in
sysfs to the documentation.

Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
---
 Documentation/admin-guide/pm/cpufreq.rst | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Bagas Sanjaya July 2, 2024, 1:15 a.m. UTC | #1
On Mon, Jul 01, 2024 at 07:10:40PM +0200, Raphael Gallais-Pou wrote:
> +``scaling_available_frequencies``
> +	List of available frequencies of the CPUs belonging to this policy
> +	(in kHz).
> +

LGTM, thanks!

Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
Viresh Kumar July 2, 2024, 4:36 a.m. UTC | #2
On 01-07-24, 19:10, Raphael Gallais-Pou wrote:
> Add a description of the scaling_available_frequencies attribute in
> sysfs to the documentation.
> 
> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
> ---
>  Documentation/admin-guide/pm/cpufreq.rst | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/Documentation/admin-guide/pm/cpufreq.rst b/Documentation/admin-guide/pm/cpufreq.rst
> index 6adb7988e0eb..fe1be4ad88cb 100644
> --- a/Documentation/admin-guide/pm/cpufreq.rst
> +++ b/Documentation/admin-guide/pm/cpufreq.rst
> @@ -267,6 +267,10 @@ are the following:
>  ``related_cpus``
>  	List of all (online and offline) CPUs belonging to this policy.
>  
> +``scaling_available_frequencies``
> +	List of available frequencies of the CPUs belonging to this policy
> +	(in kHz).
> +
>  ``scaling_available_governors``
>  	List of ``CPUFreq`` scaling governors present in the kernel that can
>  	be attached to this policy or (if the |intel_pstate| scaling driver is

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Rafael J. Wysocki July 2, 2024, 6:53 p.m. UTC | #3
On Tue, Jul 2, 2024 at 6:37 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> On 01-07-24, 19:10, Raphael Gallais-Pou wrote:
> > Add a description of the scaling_available_frequencies attribute in
> > sysfs to the documentation.
> >
> > Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
> > ---
> >  Documentation/admin-guide/pm/cpufreq.rst | 4 ++++
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/Documentation/admin-guide/pm/cpufreq.rst b/Documentation/admin-guide/pm/cpufreq.rst
> > index 6adb7988e0eb..fe1be4ad88cb 100644
> > --- a/Documentation/admin-guide/pm/cpufreq.rst
> > +++ b/Documentation/admin-guide/pm/cpufreq.rst
> > @@ -267,6 +267,10 @@ are the following:
> >  ``related_cpus``
> >       List of all (online and offline) CPUs belonging to this policy.
> >
> > +``scaling_available_frequencies``
> > +     List of available frequencies of the CPUs belonging to this policy
> > +     (in kHz).
> > +
> >  ``scaling_available_governors``
> >       List of ``CPUFreq`` scaling governors present in the kernel that can
> >       be attached to this policy or (if the |intel_pstate| scaling driver is
>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

Applied as 6.11 material, thanks!
diff mbox series

Patch

diff --git a/Documentation/admin-guide/pm/cpufreq.rst b/Documentation/admin-guide/pm/cpufreq.rst
index 6adb7988e0eb..fe1be4ad88cb 100644
--- a/Documentation/admin-guide/pm/cpufreq.rst
+++ b/Documentation/admin-guide/pm/cpufreq.rst
@@ -267,6 +267,10 @@  are the following:
 ``related_cpus``
 	List of all (online and offline) CPUs belonging to this policy.
 
+``scaling_available_frequencies``
+	List of available frequencies of the CPUs belonging to this policy
+	(in kHz).
+
 ``scaling_available_governors``
 	List of ``CPUFreq`` scaling governors present in the kernel that can
 	be attached to this policy or (if the |intel_pstate| scaling driver is