Home
last modified time | relevance | path

Searched full:max77650 (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/mfd/
H A Dmax77650.c13 #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 Dmax77650-regulator.yaml4 $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 Dmax77650-onkey.yaml4 $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 Dmax77650-charger.yaml4 $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 Dleds-max77650.yaml4 $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 Dleds-max77650.c10 #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 Dmax77650-onkey.c11 #include <linux/mfd/max77650.h>
112 { .compatible = "maxim,max77650-onkey" },
119 .name = "max77650-onkey",
129 MODULE_ALIAS("platform:max77650-onkey");
/linux/drivers/gpio/
H A Dgpio-max77650.c10 #include <linux/mfd/max77650.h>
180 .name = "max77650-gpio",
189 MODULE_ALIAS("platform:max77650-gpio");
/linux/drivers/regulator/
H A DKconfig655 tristate "Maxim MAX77650/77651 regulator support"
658 Regulator driver for MAX77650/77651 PMIC from Maxim
/linux/
H A DMAINTAINERS15682 MAXIM MAX77650 PMIC MFD DRIVER
15686 F: Documentation/devicetree/bindings/*/*max77650.yaml
15687 F: Documentation/devicetree/bindings/*/max77650*.yaml
15688 F: drivers/gpio/gpio-max77650.c
15689 F: drivers/input/misc/max77650-onkey.c
15690 F: drivers/leds/leds-max77650.c
15691 F: drivers/mfd/max77650.c
15692 F: drivers/power/supply/max77650-charger.c
15693 F: drivers/regulator/max77650-regulator.c
15694 F: include/linux/mfd/max77650.h