Message ID | 1615294733-22761-2-git-send-email-aisheng.dong@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | PM / devfreq: a few small fixes and improvements | expand |
On 21. 3. 9. 오후 9:58, Dong Aisheng wrote: > no_central_polling has been removed since > commit 7e6fdd4bad03 ("PM / devfreq: Core updates to support devices > which can idle") > > Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> > --- > Documentation/ABI/testing/sysfs-class-devfreq | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/Documentation/ABI/testing/sysfs-class-devfreq b/Documentation/ABI/testing/sysfs-class-devfreq > index 386bc230a33d..5e6b74f30406 100644 > --- a/Documentation/ABI/testing/sysfs-class-devfreq > +++ b/Documentation/ABI/testing/sysfs-class-devfreq > @@ -97,10 +97,7 @@ Description: > object. The values are represented in ms. If the value is > less than 1 jiffy, it is considered to be 0, which means > no polling. This value is meaningless if the governor is > - not polling; thus. If the governor is not using > - devfreq-provided central polling > - (/sys/class/devfreq/.../central_polling is 0), this value > - may be useless. > + not polling. > > A list of governors that support the node: > - simple_ondmenad > Looks good. But, you better to make one patch with patch1/2 by squashing.
diff --git a/Documentation/ABI/testing/sysfs-class-devfreq b/Documentation/ABI/testing/sysfs-class-devfreq index 386bc230a33d..5e6b74f30406 100644 --- a/Documentation/ABI/testing/sysfs-class-devfreq +++ b/Documentation/ABI/testing/sysfs-class-devfreq @@ -97,10 +97,7 @@ Description: object. The values are represented in ms. If the value is less than 1 jiffy, it is considered to be 0, which means no polling. This value is meaningless if the governor is - not polling; thus. If the governor is not using - devfreq-provided central polling - (/sys/class/devfreq/.../central_polling is 0), this value - may be useless. + not polling. A list of governors that support the node: - simple_ondmenad
no_central_polling has been removed since commit 7e6fdd4bad03 ("PM / devfreq: Core updates to support devices which can idle") Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> --- Documentation/ABI/testing/sysfs-class-devfreq | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)