Re: [PATCH v5 07/11] cpufreq: CPPC: Add sysfs for min/max_perf and perf_limited

From: Sumit Gupta
Date: Thu Jan 08 2026 - 09:50:59 EST



On 26/12/25 05:50, Bagas Sanjaya wrote:
On Tue, Dec 23, 2025 at 05:43:03PM +0530, Sumit Gupta wrote:
+ Write the bitmask of bits to clear:
+ 1 = clear bit 0 (desired performance excursion)
+ 2 = clear bit 1 (minimum performance excursion)
+ 3 = clear both bits
+ The platform sets these bits; OSPM can only clear them.
Sphinx reports htmldocs warning:

Documentation/ABI/testing/sysfs-devices-system-cpu:356: WARNING: Definition list ends without a blank line; unexpected unindent. [docutils]

I have to fix up the bitmask list:

---- >8 ----
diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu
index b022cbf46adcfe..8cda698019922b 100644
--- a/Documentation/ABI/testing/sysfs-devices-system-cpu
+++ b/Documentation/ABI/testing/sysfs-devices-system-cpu
@@ -363,9 +363,11 @@ Description: Performance Limited
requested level. A non-zero value indicates throttling occurred.
Write the bitmask of bits to clear:
- 1 = clear bit 0 (desired performance excursion)
- 2 = clear bit 1 (minimum performance excursion)
- 3 = clear both bits
+
+ - 1 = clear bit 0 (desired performance excursion)
+ - 2 = clear bit 1 (minimum performance excursion)
+ - 3 = clear both bits
+
The platform sets these bits; OSPM can only clear them.
This file is only present if the cppc-cpufreq driver is in use.

Thanks.


Thanks for the change.