Searched full:max77650 (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/mfd/ |
H A D | max77650.c | 13 #include <linux/mfd/max77650.h> 74 .name = "max77650-regulator", 75 .of_compatible = "maxim,max77650-regulator", 77 .name = "max77650-charger", 78 .of_compatible = "maxim,max77650-charger", 82 .name = "max77650-gpio", 83 .of_compatible = "maxim,max77650-gpio", 87 .name = "max77650-led", 88 .of_compatible = "maxim,max77650-led", 90 .name = "max77650-onkey", [all …]
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | max77650-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/max77650-regulator.yaml# 7 title: Regulator driver for MAX77650 PMIC from Maxim Integrated. 13 This module is part of the MAX77650 MFD device. For more details 14 see Documentation/devicetree/bindings/mfd/max77650.yaml. 24 const: maxim,max77650-regulator
|
/linux/Documentation/devicetree/bindings/input/ |
H A D | max77650-onkey.yaml | 4 $id: http://devicetree.org/schemas/input/max77650-onkey.yaml# 7 title: Onkey driver for MAX77650 PMIC from Maxim Integrated. 13 This module is part of the MAX77650 MFD device. For more details 14 see Documentation/devicetree/bindings/mfd/max77650.yaml. 24 const: maxim,max77650-onkey
|
/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | max77650-charger.yaml | 4 $id: http://devicetree.org/schemas/power/supply/max77650-charger.yaml# 7 title: Battery charger driver for MAX77650 PMIC from Maxim Integrated. 13 This module is part of the MAX77650 MFD device. For more details 14 see Documentation/devicetree/bindings/mfd/max77650.yaml. 20 const: maxim,max77650-charger
|
/linux/Documentation/devicetree/bindings/leds/ |
H A D | leds-max77650.yaml | 4 $id: http://devicetree.org/schemas/leds/leds-max77650.yaml# 7 title: LED driver for MAX77650 PMIC from Maxim Integrated. 13 This module is part of the MAX77650 MFD device. For more details 14 see Documentation/devicetree/bindings/mfd/max77650.yaml. 23 const: maxim,max77650-led
|
/linux/drivers/leds/ |
H A D | leds-max77650.c | 10 #include <linux/mfd/max77650.h> 101 init_data.devicename = "max77650"; in max77650_led_probe() 125 { .compatible = "maxim,max77650-led" }, 132 .name = "max77650-led", 142 MODULE_ALIAS("platform:max77650-led");
|
/linux/drivers/input/misc/ |
H A D | max77650-onkey.c | 11 #include <linux/mfd/max77650.h> 112 { .compatible = "maxim,max77650-onkey" }, 119 .name = "max77650-onkey", 129 MODULE_ALIAS("platform:max77650-onkey");
|
/linux/drivers/regulator/ |
H A D | max77650-regulator.c | 9 #include <linux/mfd/max77650.h> 387 { .compatible = "maxim,max77650-regulator" }, 394 .name = "max77650-regulator", 405 MODULE_ALIAS("platform:max77650-regulator");
|
H A D | Makefile | 79 obj-$(CONFIG_REGULATOR_MAX77650) += max77650-regulator.o
|
H A D | Kconfig | 637 tristate "Maxim MAX77650/77651 regulator support" 640 Regulator driver for MAX77650/77651 PMIC from Maxim
|
/linux/drivers/power/supply/ |
H A D | Makefile | 82 obj-$(CONFIG_CHARGER_MAX77650) += max77650-charger.o
|
H A D | Kconfig | 590 tristate "Maxim MAX77650 battery charger driver" 593 Say Y to enable support for the battery charger control of MAX77650
|
H A D | max77705_charger.c | 3 * Based on max77650-charger.c
|
/linux/drivers/gpio/ |
H A D | Makefile | 109 obj-$(CONFIG_GPIO_MAX77650) += gpio-max77650.o
|
H A D | Kconfig | 1484 tristate "Maxim MAX77650/77651 GPIO support" 1487 GPIO driver for MAX77650/77651 PMIC from Maxim Semiconductor.
|
/linux/ |
H A D | MAINTAINERS | 14809 MAXIM MAX77650 PMIC MFD DRIVER 14813 F: Documentation/devicetree/bindings/*/*max77650.yaml 14814 F: Documentation/devicetree/bindings/*/max77650*.yaml 14815 F: drivers/gpio/gpio-max77650.c 14816 F: drivers/input/misc/max77650-onkey.c 14817 F: drivers/leds/leds-max77650.c 14818 F: drivers/mfd/max77650.c 14819 F: drivers/power/supply/max77650-charger.c 14820 F: drivers/regulator/max77650-regulator.c 14821 F: include/linux/mfd/max77650.h
|