* [PATCH] power: supply: Fix power limit documentation
@ 2026-08-21 15:39 Daniel Lezcano
0 siblings, 0 replies; only message in thread
From: Daniel Lezcano @ 2026-08-21 15:39 UTC (permalink / raw)
To: Sebastian Reichel
Cc: Daniel Lezcano,
open list:POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS, open list
The documentation for the input current and voltage limits recommends
using those properties for problems that can be solved using a power
limit. This contradicts the recommendation to prefer input_power_limit
for such cases.
Similarly, the input_power_limit documentation recommends using the
current or voltage limits for problems that can be solved with a power
limit, which conveys the opposite of the intended meaning.
Fix the wording to clarify that input_power_limit should be preferred
whenever a power limit can address the problem, while current or
voltage limits should be used when it cannot.
Signed-off-by: Daniel Lezcano <daniel.lezcano@oss.qualcomm.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
---
Documentation/ABI/testing/sysfs-class-power | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Documentation/ABI/testing/sysfs-class-power b/Documentation/ABI/testing/sysfs-class-power
index 32697b926cc8..f0ef87d365dd 100644
--- a/Documentation/ABI/testing/sysfs-class-power
+++ b/Documentation/ABI/testing/sysfs-class-power
@@ -600,8 +600,8 @@ Description:
supply. Normally this is configured based on the type of
connection made (e.g. A configured SDP should output a maximum
of 500mA so the input current limit is set to the same value).
- Use preferably input_power_limit, and for problems that can be
- solved using power limit use input_current_limit.
+ Use preferably input_power_limit, and for problems that can not
+ be solved using power limit use input_current_limit.
Access: Read, Write
@@ -618,8 +618,8 @@ Description:
input power to 5V when the screen is on to meet Google's skin
temperature targets). Note that this feature should not be
used for safety critical things.
- Use preferably input_power_limit, and for problems that can be
- solved using power limit use input_voltage_limit.
+ Use preferably input_power_limit, and for problems that can not
+ be solved using power limit use input_voltage_limit.
Access: Read, Write
@@ -633,7 +633,7 @@ Description:
in the supply. Normally this is configured based on
system-level knowledge or user input. Use preferably this
feature to limit the incoming power and use current/voltage
- limit only for problems that can be solved using power limit.
+ limit only for problems that can not be solved using power limit.
Access: Read, Write
--
2.43.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 15:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-21 15:39 [PATCH] power: supply: Fix power limit documentation Daniel Lezcano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox