aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJenny TC <jenny.tc@intel.com>2014-07-08 02:04:18 -0400
committerSebastian Reichel <sre@kernel.org>2014-07-18 17:40:23 -0400
commit6bb1d272d7c9f5dcfbb790d6aef47d8f82dccbf5 (patch)
tree77c0fd50a6960576082b0c9d3f7cb13bdac88864 /Documentation
parent193dcced049ceacc0cce1a512ad8a1e1a26eedad (diff)
power_supply: Add inlmt,iterm, min/max temp props
Add new power supply properties for input current, charge termination current, min and max temperature POWER_SUPPLY_PROP_TEMP_MIN - minimum operatable temperature POWER_SUPPLY_PROP_TEMP_MAX - maximum operatable temperature POWER_SUPPLY_PROP_INPUT_CURRENT_LIMIT - input current limit programmed by charger. Indicates the input current for a charging source. POWER_SUPPLY_PROP_CHARGE_TERM_CURRENT - Charge termination current used to detect the end of charge condition Signed-off-by: Jenny TC <jenny.tc@intel.com> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/power/power_supply_class.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/power/power_supply_class.txt b/Documentation/power/power_supply_class.txt
index 89a8816990ff..48cff881cb8a 100644
--- a/Documentation/power/power_supply_class.txt
+++ b/Documentation/power/power_supply_class.txt
@@ -118,6 +118,10 @@ relative, time-based measurements.
118CONSTANT_CHARGE_CURRENT - constant charge current programmed by charger. 118CONSTANT_CHARGE_CURRENT - constant charge current programmed by charger.
119CONSTANT_CHARGE_CURRENT_MAX - maximum charge current supported by the 119CONSTANT_CHARGE_CURRENT_MAX - maximum charge current supported by the
120power supply object. 120power supply object.
121INPUT_CURRENT_LIMIT - input current limit programmed by charger. Indicates
122the current drawn from a charging source.
123CHARGE_TERM_CURRENT - Charge termination current used to detect the end of charge
124condition.
121 125
122CONSTANT_CHARGE_VOLTAGE - constant charge voltage programmed by charger. 126CONSTANT_CHARGE_VOLTAGE - constant charge voltage programmed by charger.
123CONSTANT_CHARGE_VOLTAGE_MAX - maximum charge voltage supported by the 127CONSTANT_CHARGE_VOLTAGE_MAX - maximum charge voltage supported by the
@@ -140,6 +144,8 @@ TEMP_ALERT_MAX - maximum battery temperature alert.
140TEMP_AMBIENT - ambient temperature. 144TEMP_AMBIENT - ambient temperature.
141TEMP_AMBIENT_ALERT_MIN - minimum ambient temperature alert. 145TEMP_AMBIENT_ALERT_MIN - minimum ambient temperature alert.
142TEMP_AMBIENT_ALERT_MAX - maximum ambient temperature alert. 146TEMP_AMBIENT_ALERT_MAX - maximum ambient temperature alert.
147TEMP_MIN - minimum operatable temperature
148TEMP_MAX - maximum operatable temperature
143 149
144TIME_TO_EMPTY - seconds left for battery to be considered empty (i.e. 150TIME_TO_EMPTY - seconds left for battery to be considered empty (i.e.
145while battery powers a load) 151while battery powers a load)