linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cpufreq: docs: Add missing scaling_available_frequencies description
@ 2024-07-01 17:10 Raphael Gallais-Pou
  2024-07-02  1:15 ` Bagas Sanjaya
  2024-07-02  4:36 ` Viresh Kumar
  0 siblings, 2 replies; 4+ messages in thread
From: Raphael Gallais-Pou @ 2024-07-01 17:10 UTC (permalink / raw)
  To: 'Rafael J . Wysocki', Viresh Kumar, Jonathan Corbet
  Cc: linux-pm, linux-doc, linux-kernel

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
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] cpufreq: docs: Add missing scaling_available_frequencies description
  2024-07-01 17:10 [PATCH] cpufreq: docs: Add missing scaling_available_frequencies description Raphael Gallais-Pou
@ 2024-07-02  1:15 ` Bagas Sanjaya
  2024-07-02  4:36 ` Viresh Kumar
  1 sibling, 0 replies; 4+ messages in thread
From: Bagas Sanjaya @ 2024-07-02  1:15 UTC (permalink / raw)
  To: Raphael Gallais-Pou, 'Rafael J . Wysocki', Viresh Kumar,
	Jonathan Corbet
  Cc: Linux Power Management, Linux Documentation,
	Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]

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>

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] cpufreq: docs: Add missing scaling_available_frequencies description
  2024-07-01 17:10 [PATCH] cpufreq: docs: Add missing scaling_available_frequencies description Raphael Gallais-Pou
  2024-07-02  1:15 ` Bagas Sanjaya
@ 2024-07-02  4:36 ` Viresh Kumar
  2024-07-02 18:53   ` Rafael J. Wysocki
  1 sibling, 1 reply; 4+ messages in thread
From: Viresh Kumar @ 2024-07-02  4:36 UTC (permalink / raw)
  To: Raphael Gallais-Pou
  Cc: 'Rafael J . Wysocki', Jonathan Corbet, linux-pm,
	linux-doc, linux-kernel

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>

-- 
viresh

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] cpufreq: docs: Add missing scaling_available_frequencies description
  2024-07-02  4:36 ` Viresh Kumar
@ 2024-07-02 18:53   ` Rafael J. Wysocki
  0 siblings, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2024-07-02 18:53 UTC (permalink / raw)
  To: Viresh Kumar, Raphael Gallais-Pou
  Cc: Rafael J . Wysocki, Jonathan Corbet, linux-pm, linux-doc,
	linux-kernel

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!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-02 18:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-01 17:10 [PATCH] cpufreq: docs: Add missing scaling_available_frequencies description Raphael Gallais-Pou
2024-07-02  1:15 ` Bagas Sanjaya
2024-07-02  4:36 ` Viresh Kumar
2024-07-02 18:53   ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).