diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2015-01-20 05:00:55 -0500 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-01-20 08:04:12 -0500 |
commit | 6b23becddbca76d5221a17d1ad9da97c0b123fa0 (patch) | |
tree | bf9610b7ca96dc22cfad75045f8ffc73e74a337b /Documentation | |
parent | 87c2d9067893cd566dba4a875aff39bc47e6ba2a (diff) |
Documentation: power: max77693-charger: Document exported sysfs entry
Document the settings exported by max77693 charger driver through sysfs
entries:
- fast_charge_timer
- top_off_threshold_current
- top_off_timer
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-power | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-power b/Documentation/ABI/testing/sysfs-class-power index 909e7602c717..369d2a2d7d3e 100644 --- a/Documentation/ABI/testing/sysfs-class-power +++ b/Documentation/ABI/testing/sysfs-class-power | |||
@@ -32,3 +32,45 @@ Description: | |||
32 | Valid values: | 32 | Valid values: |
33 | - 5, 6 or 7 (hours), | 33 | - 5, 6 or 7 (hours), |
34 | - 0: disabled. | 34 | - 0: disabled. |
35 | |||
36 | What: /sys/class/power_supply/max77693-charger/device/fast_charge_timer | ||
37 | Date: January 2015 | ||
38 | KernelVersion: 3.19.0 | ||
39 | Contact: Krzysztof Kozlowski <k.kozlowski@samsung.com> | ||
40 | Description: | ||
41 | This entry shows and sets the maximum time the max77693 | ||
42 | charger operates in fast-charge mode. When the timer expires | ||
43 | the device will terminate fast-charge mode (charging current | ||
44 | will drop to 0 A) and will trigger interrupt. | ||
45 | |||
46 | Valid values: | ||
47 | - 4 - 16 (hours), step by 2 (rounded down) | ||
48 | - 0: disabled. | ||
49 | |||
50 | What: /sys/class/power_supply/max77693-charger/device/top_off_threshold_current | ||
51 | Date: January 2015 | ||
52 | KernelVersion: 3.19.0 | ||
53 | Contact: Krzysztof Kozlowski <k.kozlowski@samsung.com> | ||
54 | Description: | ||
55 | This entry shows and sets the charging current threshold for | ||
56 | entering top-off charging mode. When charging current in fast | ||
57 | charge mode drops below this value, the charger will trigger | ||
58 | interrupt and start top-off charging mode. | ||
59 | |||
60 | Valid values: | ||
61 | - 100000 - 200000 (microamps), step by 25000 (rounded down) | ||
62 | - 200000 - 350000 (microamps), step by 50000 (rounded down) | ||
63 | - 0: disabled. | ||
64 | |||
65 | What: /sys/class/power_supply/max77693-charger/device/top_off_timer | ||
66 | Date: January 2015 | ||
67 | KernelVersion: 3.19.0 | ||
68 | Contact: Krzysztof Kozlowski <k.kozlowski@samsung.com> | ||
69 | Description: | ||
70 | This entry shows and sets the maximum time the max77693 | ||
71 | charger operates in top-off charge mode. When the timer expires | ||
72 | the device will terminate top-off charge mode (charging current | ||
73 | will drop to 0 A) and will trigger interrupt. | ||
74 | |||
75 | Valid values: | ||
76 | - 0 - 70 (minutes), step by 10 (rounded down) | ||