Home
last modified time | relevance | path

Searched full:bd99954 (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Drohm,bd99954.yaml4 $id: http://devicetree.org/schemas/power/supply/rohm,bd99954.yaml#
7 title: ROHM BD99954 Battery charger
15 The ROHM BD99954 is a Battery Management LSI for 1-4 cell Lithium-Ion
17 as Low profile Notebook PC, Tablets and other applications. BD99954
24 const: rohm,bd99954
26 # The battery charging profile of BD99954.
31 # The BD99954 data sheet divides charging to three phases.
154 compatible = "rohm,bd99954";
/kernel/linux/linux-5.10/drivers/power/supply/
Dbd99954-charger.c3 * ROHM BD99954 charger driver
14 * The battery charging profile of BD99954.
19 * The BD99954 data sheet divides charging to three phases.
54 * Details of DT properties for different limits can be found from BD99954
71 #include "bd99954-charger.h"
432 val->strval = "bd99954"; in bd9995x_power_supply_get_property()
498 * we are now handling). During the normal operation the BD99954 does in bd9995x_irq_handler_thread()
1089 dev_info(bd->dev, "Found BD99954 chip rev %d\n", bd->chip_rev); in bd9995x_probe()
1126 { .compatible = "rohm,bd99954", },
1141 MODULE_DESCRIPTION("ROHM BD99954 charger driver");
DMakefile98 obj-$(CONFIG_CHARGER_BD99954) += bd99954-charger.o
DKconfig754 tristate "ROHM bd99954 charger driver"
760 BD99954 charger IC.
/kernel/linux/linux-5.10/
DMAINTAINERS15074 ROHM BD99954 CHARGER IC
15078 F: drivers/power/supply/bd99954-charger.c
15079 F: drivers/power/supply/bd99954-charger.h
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch55747 obj-$(CONFIG_CHARGER_BD99954) += bd99954-charger.o