Searched +full:trickle +full:- +full:charge +full:- +full:current +full:- +full:microamp (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Matti Vaittinen <mazziesaccount@gmail.com>11 - Markus Laine <markus.laine@fi.rohmeurope.com>12 - Mikko Mutanen <mikko.mutanen@fi.rohmeurope.com>15 The ROHM BD99954 is a Battery Management LSI for 1-4 cell Lithium-Ion16 secondary battery intended to be used in space-constraint equipment such18 provides a Dual-source Battery Charger, two port BC1.2 detection and a21 $ref: power-supply.yaml#[all …]
1 # 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 memory16 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-battery34 device-chemistry:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only10 * Copyright (C) 2009-2010 Motorola, Inc.31 #include <linux/mfd/motorola-cpcap.h>38 * similar. Also see the Motorola Linux kernel cpcap-regbits.h. CPCAP_REG_CHRGR_145 #define CPCAP_REG_CRM_ICHRG_TR1 BIT(11) /* Trickle charge current */49 #define CPCAP_REG_CRM_VCHRG3 BIT(7) /* Charge voltage bits */53 #define CPCAP_REG_CRM_ICHRG3 BIT(3) /* Charge current bits */58 /* CPCAP_REG_CRM trickle charge voltages */66 * CPCAP_REG_CRM charge voltages based on the ADC channel 1 values.89 * CPCAP_REG_CRM charge currents. These seem to match MC13783UG.pdf[all …]
1 // SPDX-License-Identifier: GPL-2.0-only24 #include <linux/fixp-arith.h>26 #include "samsung-sdi-battery.h"47 if (!supply->supplied_from && !supplier->supplied_to) in __power_supply_is_supplied_by()51 if (supply->supplied_from) { in __power_supply_is_supplied_by()52 if (!supplier->desc->name) in __power_supply_is_supplied_by()54 for (i = 0; i < supply->num_supplies; i++) in __power_supply_is_supplied_by()55 if (!strcmp(supplier->desc->name, supply->supplied_from[i])) in __power_supply_is_supplied_by()58 if (!supply->desc->name) in __power_supply_is_supplied_by()60 for (i = 0; i < supplier->num_supplicants; i++) in __power_supply_is_supplied_by()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only19 #include <linux/extcon-provider.h>32 #define BQ24190_REG_POC 0x01 /* Power-On Configuration */56 #define BQ24190_REG_CCC 0x02 /* Charge Current Control */63 #define BQ24190_REG_PCTCC 0x03 /* Pre-charge/Termination Current Cntl */75 #define BQ24190_REG_CVC 0x04 /* Charge Voltage Control */84 #define BQ24190_REG_CTTC 0x05 /* Charge Term/Timer Control */162 * The tables below provide a 2-way mapping for the value that goes in163 * the register field and the real-world value that it represents.165 * number at that index in the array is the real-world value that it[all …]