Searched +full:battery +full:- +full:overcurrent +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 - Krzysztof Kozlowski <krzk@kernel.org>21 const: maxim,max77693-charger23 maxim,constant-microvolt:25 Battery constant voltage in uV. The charger will operate in fast26 charge constant current mode till battery voltage reaches this level.30 Valid values: 3650000 - 4400000, step by 25000 (rounded down)35 maxim,min-system-microvolt:[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 // max77693_charger.c - Battery charger driver for the Maxim 7769313 #include <linux/mfd/max77693-common.h>14 #include <linux/mfd/max77693-private.h>16 #define MAX77693_CHARGER_NAME "max77693-charger"88 * Top-off: trickle or fast? In top-off the current varies between in max77693_get_charge_type()118 * - POWER_SUPPLY_HEALTH_DEAD119 * - POWER_SUPPLY_HEALTH_GOOD120 * - POWER_SUPPLY_HEALTH_OVERVOLTAGE121 * - POWER_SUPPLY_HEALTH_SAFETY_TIMER_EXPIRE[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Driver for the TI bq24190 battery charger.19 #include <linux/extcon-provider.h>32 #define BQ24190_REG_POC 0x01 /* Power-On Configuration */63 #define BQ24190_REG_PCTCC 0x03 /* Pre-charge/Termination Current Cntl */161 * The tables below provide a 2-way mapping for the value that goes in162 * the register field and the real-world value that it represents.164 * number at that index in the array is the real-world value that it225 struct power_supply *battery; member269 * 'val'. The index range returned is 0 to 'tbl_size' - 1. Assumes that[all …]
1 // SPDX-License-Identifier: GPL-2.012 /dts-v1/;14 #include "exynos4412-ppmu-common.dtsi"16 #include <dt-bindings/gpio/gpio.h>17 #include <dt-bindings/input/input.h>18 #include <dt-bindings/interrupt-controller/irq.h>19 #include <dt-bindings/clock/maxim,max77686.h>20 #include "exynos-pinctrl.h"34 stdout-path = &serial_2;38 compatible = "samsung,secure-firmware";[all …]
1 // SPDX-License-Identifier: GPL-2.09 /dts-v1/;11 #include "exynos4412-ppmu-common.dtsi"12 #include "exynos-mfc-reserved-memory.dtsi"13 #include <dt-bindings/clock/samsung,s2mps11.h>14 #include <dt-bindings/gpio/gpio.h>15 #include <dt-bindings/leds/common.h>16 #include <dt-bindings/input/gpio-keys.h>17 #include <dt-bindings/input/input.h>18 #include <dt-bindings/interrupt-controller/irq.h>[all …]