aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/ABI
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-01-08 14:23:11 -0600
committerSebastian Reichel <sre@kernel.org>2020-01-14 22:45:46 +0100
commit333853be564526ecd74e9cbdf3e28650a47ad85d (patch)
tree4b5584742b7a8c92cfa512f424f097b039bb244d /Documentation/ABI
parentpower: supply: sbs-battery: Fix a signedness bug in sbs_get_battery_capacity() (diff)
downloadwireguard-linux-333853be564526ecd74e9cbdf3e28650a47ad85d.tar.xz
wireguard-linux-333853be564526ecd74e9cbdf3e28650a47ad85d.zip
power: supply: core: Update sysfs-class-power ABI document
Add the "Over Current" string to /sys/class/power_supply/<supply_name>/health description. Fixes: e3e83cc601e57 ("power: supply: core: Add POWER_SUPPLY_HEALTH_OVERCURRENT constant") Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r--Documentation/ABI/testing/sysfs-class-power3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-power b/Documentation/ABI/testing/sysfs-class-power
index 27edc06e2495..bf3b48f022dc 100644
--- a/Documentation/ABI/testing/sysfs-class-power
+++ b/Documentation/ABI/testing/sysfs-class-power
@@ -189,7 +189,8 @@ Description:
Access: Read
Valid values: "Unknown", "Good", "Overheat", "Dead",
"Over voltage", "Unspecified failure", "Cold",
- "Watchdog timer expire", "Safety timer expire"
+ "Watchdog timer expire", "Safety timer expire",
+ "Over current"
What: /sys/class/power_supply/<supply_name>/precharge_current
Date: June 2017