Home
last modified time | relevance | path

Searched +full:fuel +full:- +full:gauges (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-4.19/Documentation/devicetree/bindings/power/supply/
Dbattery.txt4 In smart batteries, these are typically stored in non-volatile memory
5 on a fuel gauge chip. The battery node should be used where there is
6 no appropriate non-volatile memory, or it is unprogrammed/incorrect.
15 - compatible: Must be "simple-battery"
18 - voltage-min-design-microvolt: drained battery voltage
19 - energy-full-design-microwatt-hours: battery design energy
20 - charge-full-design-microamp-hours: battery design capacity
21 - precharge-current-microamp: current for pre-charge phase
22 - charge-term-current-microamp: current for charge termination phase
23 - constant-charge-current-max-microamp: maximum constant input current
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Dsbs,sbs-battery.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/supply/sbs,sbs-battery.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sebastian Reichel <sre@kernel.org>
19 - items:
20 - enum:
21 - ti,bq20z65
22 - ti,bq20z75
23 - enum:
[all …]
Dbattery.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sebastian Reichel <sre@kernel.org>
14 In smart batteries, these are typically stored in non-volatile memory
15 on a fuel gauge chip. The battery node should be used where there is
16 no appropriate non-volatile memory, or it is unprogrammed/incorrect.
27 Batteries must be referenced by chargers and/or fuel-gauges using a phandle.
28 The phandle's property should be named "monitored-battery".
32 const: simple-battery
[all …]
/kernel/linux/linux-4.19/drivers/power/supply/
DKconfig90 tristate "Active-semi ACT8945A charger driver"
94 Active-semi ActivePath ACT8945A charger.
133 tristate "DS2782/DS2786 standalone gas-gauge"
137 gas-gauge.
159 tristate "Sharp SL-6000 (tosa) battery"
163 SL-6000 (tosa) models.
166 tristate "Sharp SL-5500 (collie) battery"
170 SL-5500 (collie) models.
189 Say Y to include support for SBS battery driver for SBS-compliant
190 gas gauges.
[all …]
/kernel/linux/linux-5.10/drivers/power/supply/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
105 tristate "Active-semi ACT8945A charger driver"
109 Active-semi ActivePath ACT8945A charger.
125 battery fuel gauge (used in the Pinebook Pro & others)
159 tristate "DS2782/DS2786 standalone gas-gauge"
163 gas-gauge.
185 tristate "Sharp SL-6000 (tosa) battery"
189 SL-6000 (tosa) models.
192 tristate "Sharp SL-5500 (collie) battery"
196 SL-5500 (collie) models.
[all …]
/kernel/linux/linux-5.10/Documentation/power/
Dcharger-manager.rst7 Charger Manager provides in-kernel battery charger management that
8 requires temperature monitoring during suspend-to-RAM state
12 Charger Manager is a platform_driver with power-supply-class entries.
13 An instance of Charger Manager (a platform-device created with Charger-Manager)
26 own power-supply-class and each power-supply-class can provide
28 aggregates charger-related information from multiple sources and
29 shows combined information as a single power-supply-class.
31 * Support for in suspend-to-RAM polling (with suspend_again callback)
32 While the battery is being charged and the system is in suspend-to-RAM,
50 * Support for premature full-battery event handling
[all …]
/kernel/linux/linux-4.19/Documentation/power/
Dcharger-manager.txt4 Charger Manager provides in-kernel battery charger management that
5 requires temperature monitoring during suspend-to-RAM state
9 Charger Manager is a platform_driver with power-supply-class entries.
10 An instance of Charger Manager (a platform-device created with Charger-Manager)
23 own power-supply-class and each power-supply-class can provide
25 aggregates charger-related information from multiple sources and
26 shows combined information as a single power-supply-class.
28 * Support for in suspend-to-RAM polling (with suspend_again callback)
29 While the battery is being charged and the system is in suspend-to-RAM,
47 * Support for premature full-battery event handling
[all …]