Searched full:max77541 (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | max77541.c | 4 * Driver for the MAX77540 and MAX77541 10 #include <linux/mfd/max77541.h> 25 .name = "max77541-src", 43 .name = "max77541-topsys", 59 .name = "max77541-buck", 75 .name = "max77541-adc", 88 MFD_CELL_OF("max77541-regulator", NULL, NULL, 0, 0, NULL), 89 MFD_CELL_OF("max77541-adc", NULL, NULL, 0, 0, NULL), 94 struct max77541 *max77541 = dev_get_drvdata(dev); in max77541_pmic_irq_init() local 95 int irq = max77541->i2c->irq; in max77541_pmic_irq_init() [all …]
|
H A D | Makefile | 160 obj-$(CONFIG_MFD_MAX77541) += max77541.o
|
H A D | Kconfig | 812 tristate "Analog Devices MAX77541/77540 PMIC Support" 818 Say yes here to add support for Analog Devices MAX77541 and
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | adi,max77541.yaml | 4 $id: http://devicetree.org/schemas/mfd/adi,max77541.yaml# 7 title: MAX77540/MAX77541 PMIC from ADI 15 MAX77541 is a Power Management IC with 2 buck regulators and 1 ADC. 21 - adi,max77541 30 $ref: /schemas/regulator/adi,max77541-regulator.yaml# 48 compatible = "adi,max77541";
|
/openbmc/linux/drivers/regulator/ |
H A D | max77541-regulator.c | 4 * ADI Regulator driver for the MAX77540 and MAX77541 7 #include <linux/mfd/max77541.h> 109 struct max77541 *max77541 = dev_get_drvdata(dev->parent); in max77541_regulator_probe() local 114 switch (max77541->id) { in max77541_regulator_probe() 118 case MAX77541: in max77541_regulator_probe() 137 { "max77541-regulator" }, 144 .name = "max77541-regulator", 152 MODULE_DESCRIPTION("MAX77540/MAX77541 regulator driver");
|
H A D | Kconfig | 568 tristate "Analog Devices MAX77541/77540 Regulator" 571 This driver controls a Analog Devices MAX77541/77540 regulators 572 via I2C bus. Both MAX77540 and MAX77541 are dual-phase
|
H A D | Makefile | 72 obj-$(CONFIG_REGULATOR_MAX77541) += max77541-regulator.o
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | adi,max77541-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/adi,max77541-regulator.yaml# 7 title: Buck Converter for MAX77540/MAX77541 13 This is a part of device tree bindings for ADI MAX77540/MAX77541 18 See also Documentation/devicetree/bindings/mfd/adi,max77541.yaml for
|
/openbmc/linux/drivers/iio/adc/ |
H A D | max77541-adc.c | 4 * ADI MAX77541 ADC Driver with IIO interface 14 #include <linux/mfd/max77541.h> 169 indio_dev->name = "max77541"; in max77541_adc_probe() 178 { "max77541-adc" }, 185 .name = "max77541-adc", 193 MODULE_DESCRIPTION("MAX77541 ADC driver");
|
H A D | Kconfig | 739 tristate "Analog Devices MAX77541 ADC driver" 742 This driver controls a Analog Devices MAX77541 ADC 744 support for Analog Devices MAX77541 ADC interface. 747 the module will be called max77541-adc.
|
H A D | Makefile | 70 obj-$(CONFIG_MAX77541_ADC) += max77541-adc.o
|
/openbmc/linux/include/linux/mfd/ |
H A D | max77541.h | 73 MAX77541, enumerator 80 struct max77541 { struct
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |