diff options
| author | Nick Crews <ncrews@chromium.org> | 2019-04-18 12:43:14 -0400 |
|---|---|---|
| committer | Sebastian Reichel <sre@kernel.org> | 2019-05-01 19:11:40 -0400 |
| commit | 61e93655fc30cee7c91c85d6c41b96500d228d19 (patch) | |
| tree | 433077a4680ecc73ed7d4a2721952d7ca30c8292 | |
| parent | 813cab8f3994250e136819ae48fbd1c95d980466 (diff) | |
power: supply: core: Add missing documentation for CHARGE_CONTROL_* properties
The existing POWER_SUPPLY_PROP_CHARGE_CONTROL_LIMIT and
POWER_SUPPLY_PROP_CHARGE_CONTROL_LIMIT_MAX properties
don't have documentation. I add that documentation here.
v5 changes:
- Split this commit out from the previous two commits.
Signed-off-by: Nick Crews <ncrews@chromium.org>
Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
| -rw-r--r-- | Documentation/ABI/testing/sysfs-class-power | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-power b/Documentation/ABI/testing/sysfs-class-power index a5b144f61de8..b77e30b9014e 100644 --- a/Documentation/ABI/testing/sysfs-class-power +++ b/Documentation/ABI/testing/sysfs-class-power | |||
| @@ -114,6 +114,25 @@ Description: | |||
| 114 | Access: Read | 114 | Access: Read |
| 115 | Valid values: Represented in microamps | 115 | Valid values: Represented in microamps |
| 116 | 116 | ||
| 117 | What: /sys/class/power_supply/<supply_name>/charge_control_limit | ||
| 118 | Date: Oct 2012 | ||
| 119 | Contact: linux-pm@vger.kernel.org | ||
| 120 | Description: | ||
| 121 | Maximum allowable charging current. Used for charge rate | ||
| 122 | throttling for thermal cooling or improving battery health. | ||
| 123 | |||
| 124 | Access: Read, Write | ||
| 125 | Valid values: Represented in microamps | ||
| 126 | |||
| 127 | What: /sys/class/power_supply/<supply_name>/charge_control_limit_max | ||
| 128 | Date: Oct 2012 | ||
| 129 | Contact: linux-pm@vger.kernel.org | ||
| 130 | Description: | ||
| 131 | Maximum legal value for the charge_control_limit property. | ||
| 132 | |||
| 133 | Access: Read | ||
| 134 | Valid values: Represented in microamps | ||
| 135 | |||
| 117 | What: /sys/class/power_supply/<supply_name>/charge_control_start_threshold | 136 | What: /sys/class/power_supply/<supply_name>/charge_control_start_threshold |
| 118 | Date: April 2019 | 137 | Date: April 2019 |
| 119 | Contact: linux-pm@vger.kernel.org | 138 | Contact: linux-pm@vger.kernel.org |
