Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ABI: testing: sysfs-class-power: Adds "Long Life" entry

Adds a brief desciption of the "Long Life" charge type and adds "Long Life"
to the list of valid values.

Signed-off-by: Ricardo Rivera-Matos <rriveram@opensource.cirrus.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>

authored by

Ricardo Rivera-Matos and committed by
Sebastian Reichel
1ff8cc2c be5f08f0

+6 -5
+6 -5
Documentation/ABI/testing/sysfs-class-power
··· 380 380 algorithm to adjust the charge rate dynamically, without 381 381 any user configuration required. "Custom" means that the charger 382 382 uses the charge_control_* properties as configuration for some 383 - different algorithm. "Bypass" means the charger bypasses the 384 - charging path around the integrated converter allowing for a 385 - "smart" wall adaptor to perform the power conversion 386 - externally. 383 + different algorithm. "Long Life" means the charger reduces its 384 + charging rate in order to prolong the battery health. "Bypass" 385 + means the charger bypasses the charging path around the 386 + integrated converter allowing for a "smart" wall adaptor to 387 + perform the power conversion externally. 387 388 388 389 Access: Read, Write 389 390 390 391 Valid values: 391 392 "Unknown", "N/A", "Trickle", "Fast", "Standard", 392 - "Adaptive", "Custom", "Bypass" 393 + "Adaptive", "Custom", "Long Life", "Bypass" 393 394 394 395 What: /sys/class/power_supply/<supply_name>/charge_term_current 395 396 Date: July 2014