Searched full:max77650 (Results 1 – 24 of 24) sorted by relevance
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
D | max77650.yaml | 4 $id: http://devicetree.org/schemas/mfd/max77650.yaml# 7 title: MAX77650 ultra low-power PMIC from Maxim Integrated. 13 MAX77650 is an ultra-low power PMIC providing battery charging and power 25 const: maxim,max77650 56 $ref: ../regulator/max77650-regulator.yaml 59 $ref: ../power/supply/max77650-charger.yaml 62 $ref: ../leds/leds-max77650.yaml 65 $ref: ../input/max77650-onkey.yaml 87 compatible = "maxim,max77650"; 97 gpio-line-names = "max77650-charger"; [all …]
|
/kernel/linux/linux-5.10/drivers/mfd/ |
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 …]
|
D | Makefile | 164 obj-$(CONFIG_MFD_MAX77650) += max77650.o
|
D | Kconfig | 820 tristate "Maxim MAX77650/77651 PMIC Support" 827 Say Y here to add support for Maxim Semiconductor MAX77650 and 830 'max77650'. Additional drivers can be enabled in order to use
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
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
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/ |
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. 21 const: maxim,max77650-onkey
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
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
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/ |
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
|
/kernel/linux/linux-5.10/drivers/leds/ |
D | leds-max77650.c | 10 #include <linux/mfd/max77650.h> 104 init_data.devicename = "max77650"; in max77650_led_probe() 131 { .compatible = "maxim,max77650-led" }, 138 .name = "max77650-led", 148 MODULE_ALIAS("platform:max77650-led");
|
D | Makefile | 62 obj-$(CONFIG_LEDS_MAX77650) += leds-max77650.o
|
D | Kconfig | 698 tristate "LED support for Maxim MAX77650 PMIC" 701 LEDs driver for MAX77650 family of PMICs from Maxim Integrated.
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
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");
|
D | Kconfig | 184 tristate "Maxim MAX77650 ONKEY support" 187 Support the ONKEY of the MAX77650 PMIC as an input device. 190 will be called max77650-onkey.
|
D | Makefile | 47 obj-$(CONFIG_INPUT_MAX77650_ONKEY) += max77650-onkey.o
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
D | max77650-charger.c | 10 #include <linux/mfd/max77650.h> 272 .name = "max77650", 358 { .compatible = "maxim,max77650-charger" }, 365 .name = "max77650-charger", 376 MODULE_ALIAS("platform:max77650-charger");
|
D | Makefile | 75 obj-$(CONFIG_CHARGER_MAX77650) += max77650-charger.o
|
D | Kconfig | 535 tristate "Maxim MAX77650 battery charger driver" 538 Say Y to enable support for the battery charger control of MAX77650
|
/kernel/linux/linux-5.10/drivers/gpio/ |
D | gpio-max77650.c | 10 #include <linux/mfd/max77650.h> 182 .name = "max77650-gpio", 191 MODULE_ALIAS("platform:max77650-gpio");
|
D | Makefile | 90 obj-$(CONFIG_GPIO_MAX77650) += gpio-max77650.o
|
D | Kconfig | 1224 tristate "Maxim MAX77650/77651 GPIO support" 1227 GPIO driver for MAX77650/77651 PMIC from Maxim Semiconductor.
|
/kernel/linux/linux-5.10/drivers/regulator/ |
D | max77650-regulator.c | 9 #include <linux/mfd/max77650.h> 390 { .compatible = "maxim,max77650-regulator" }, 397 .name = "max77650-regulator", 407 MODULE_ALIAS("platform:max77650-regulator");
|
D | Makefile | 68 obj-$(CONFIG_REGULATOR_MAX77650) += max77650-regulator.o
|
D | Kconfig | 521 tristate "Maxim MAX77650/77651 regulator support" 524 Regulator driver for MAX77650/77651 PMIC from Maxim
|
/kernel/linux/linux-5.10/ |
D | MAINTAINERS | 10653 MAXIM MAX77650 PMIC MFD DRIVER 10657 F: Documentation/devicetree/bindings/*/*max77650.yaml 10658 F: Documentation/devicetree/bindings/*/max77650*.yaml 10659 F: drivers/gpio/gpio-max77650.c 10660 F: drivers/input/misc/max77650-onkey.c 10661 F: drivers/leds/leds-max77650.c 10662 F: drivers/mfd/max77650.c 10663 F: drivers/power/supply/max77650-charger.c 10664 F: drivers/regulator/max77650-regulator.c 10665 F: include/linux/mfd/max77650.h
|