Searched full:mp2629 (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/mfd/ |
D | mps,mp2629.yaml | 4 $id: http://devicetree.org/schemas/mfd/mps,mp2629.yaml# 7 title: MP2629 Battery Charger PMIC from Monolithic Power System. 13 MP2629 is a PMIC providing battery charging and power supply for smartphones, 21 const: mps,mp2629 54 compatible = "mps,mp2629";
|
/Linux-v5.10/drivers/mfd/ |
D | mp2629.c | 3 * MP2629 parent driver for ADC and battery charger 13 #include <linux/mfd/mp2629.h> 63 { .compatible = "mps,mp2629"}, 70 .name = "mp2629", 78 MODULE_DESCRIPTION("MP2629 Battery charger parent driver");
|
D | Makefile | 174 obj-$(CONFIG_MFD_MP2629) += mp2629.o
|
D | Kconfig | 465 tristate "Monolithic Power Systems MP2629 ADC and Battery charger"
|
/Linux-v5.10/drivers/iio/adc/ |
D | mp2629_adc.c | 3 * MP2629 Driver for ADC 13 #include <linux/mfd/mp2629.h> 29 #define MP2629_MAP(_mp, _mpc) IIO_MAP(#_mp, "mp2629_charger", "mp2629-"_mpc) 146 indio_dev->name = "mp2629-adc"; in mp2629_adc_probe() 207 MODULE_DESCRIPTION("MP2629 ADC driver");
|
D | Kconfig | 742 tristate "Monolithic MP2629 ADC driver" 745 Say yes to have support for battery charger IC MP2629 ADC device
|
/Linux-v5.10/drivers/power/supply/ |
D | mp2629_charger.c | 3 * MP2629 battery charger driver 14 #include <linux/mfd/mp2629.h> 148 "mp2629-batt-volt", 149 "mp2629-system-volt", 150 "mp2629-input-volt", 151 "mp2629-batt-current", 152 "mp2629-input-current", 640 "mp2629-charger", charger); in mp2629_charger_probe() 668 MODULE_DESCRIPTION("MP2629 Charger driver");
|
D | Kconfig | 561 tristate "Monolithic power system MP2629 Battery charger"
|
/Linux-v5.10/ |
D | MAINTAINERS | 11798 F: Documentation/devicetree/bindings/mfd/mps,mp2629.yaml 11801 F: drivers/mfd/mp2629.c 11806 F: include/linux/mfd/mp2629.h
|