Searched +full:ltc4162 +full:- +full:s (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/power/supply/ltc4162-l.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Linear Technology (Analog Devices) LTC4162-L Charger11 - Mike Looijmans <mike.looijmans@topic.nl>14 The LTC ® 4162-L is an advanced monolithic synchronous step-down switching17 panels, etc., and a rechargeable Lithium-Ion/Polymer battery.20 https://www.analog.com/en/products/ltc4162-s.html25 - lltc,ltc4162-l[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Driver for Analog Devices (Linear Technology) LTC4162-L charger IC.93 if (info->cell_count) in ltc4162l_get_cell_count()94 return info->cell_count; in ltc4162l_get_cell_count()96 ret = regmap_read(info->regmap, LTC4162L_CHEM_CELLS_REG, &val); in ltc4162l_get_cell_count()106 info->cell_count = val; in ltc4162l_get_cell_count()134 ret = regmap_read(info->regmap, LTC4162L_CHARGER_STATE, ®val); in ltc4162l_get_status()136 dev_err(&info->client->dev, "Failed to read CHARGER_STATE\n"); in ltc4162l_get_status()140 val->intval = ltc4162l_state_decode(regval); in ltc4162l_get_status()154 /* Anything that's not fast we'll return as trickle */ in ltc4162l_charge_status_decode()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only84 This driver is used for testing. It's safe to say M here.104 tristate "Active-semi ACT8945A charger driver"108 Active-semi ActivePath ACT8945A charger.158 tristate "DS2782/DS2786 standalone gas-gauge"162 gas-gauge.199 tristate "Sharp SL-5500 (collie) battery"203 SL-5500 (collie) models.214 called ingenic-battery.233 Say Y to include support for SBS battery driver for SBS-compliant[all …]