Searched full:max77759 (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | maxim,max77759.yaml | 4 $id: http://devicetree.org/schemas/mfd/maxim,max77759.yaml# 7 title: Maxim Integrated MAX77759 PMIC for USB Type-C applications 13 This is a part of device tree bindings for the MAX77759 companion Power 16 The MAX77759 includes Battery Charger, Fuel Gauge, temperature sensors, USB 21 const: maxim,max77759 35 $ref: /schemas/gpio/maxim,max77759-gpio.yaml 38 $ref: /schemas/nvmem/maxim,max77759-nvmem.yaml 56 compatible = "maxim,max77759"; 64 compatible = "maxim,max77759-gpio"; 74 compatible = "maxim,max77759-nvmem";
|
| /linux/drivers/nvmem/ |
| H A D | max77759-nvmem.c | 6 // NVMEM driver for Maxim MAX77759 12 #include <linux/mfd/max77759.h> 30 struct max77759 *max77759; member 48 ret = max77759_maxq_command(nvmem->max77759, cmd, rsp); in max77759_nvmem_reg_read() 79 ret = max77759_maxq_command(nvmem->max77759, cmd, rsp); in max77759_nvmem_reg_write() 112 nvmem->max77759 = dev_get_drvdata(pdev->dev.parent); in max77759_nvmem_probe() 120 { .compatible = "maxim,max77759-nvmem", }, 126 { "max77759-nvmem", }, 133 .name = "max77759-nvmem", 144 MODULE_DESCRIPTION("NVMEM driver for Maxim MAX77759");
|
| H A D | Makefile | 41 obj-$(CONFIG_NVMEM_MAX77759) += nvmem-max77759.o 42 nvmem-max77759-y := max77759-nvmem.o
|
| /linux/Documentation/devicetree/bindings/nvmem/ |
| H A D | maxim,max77759-nvmem.yaml | 4 $id: http://devicetree.org/schemas/nvmem/maxim,max77759-nvmem.yaml# 7 title: Maxim Integrated MAX77759 Non Volatile Memory 13 This module is part of the MAX77759 PMIC. For additional information, see 14 Documentation/devicetree/bindings/mfd/maxim,max77759.yaml. 16 The MAX77759 is a PMIC integrating, amongst others, Non Volatile Memory 22 const: maxim,max77759-nvmem
|
| /linux/include/linux/mfd/ |
| H A D | max77759.h | 6 * Maxim MAX77759 core driver 105 * struct max77759 - core max77759 internal data structure 113 * The MAX77759 comprises several sub-blocks, namely TOP, MaxQ, Charger, 116 struct max77759 { struct 154 * @max77759: The core max77759 device handle. 161 int max77759_maxq_command(struct max77759 *max77759,
|
| /linux/Documentation/devicetree/bindings/gpio/ |
| H A D | maxim,max77759-gpio.yaml | 4 $id: http://devicetree.org/schemas/gpio/maxim,max77759-gpio.yaml# 7 title: Maxim Integrated MAX77759 GPIO 13 This module is part of the MAX77759 PMIC. For additional information, see 14 Documentation/devicetree/bindings/mfd/maxim,max77759.yaml. 16 The MAX77759 is a PMIC integrating, amongst others, a GPIO controller 21 const: maxim,max77759-gpio
|
| /linux/arch/arm64/boot/dts/exynos/google/ |
| H A D | gs101-pixel-common.dtsi | 146 compatible = "maxim,max77759-tcpci", "maxim,max33359"; 162 * max77759 operating in reverse boost mode (0xA) can 229 compatible = "maxim,max77759"; 240 compatible = "maxim,max77759-gpio"; 256 compatible = "maxim,max77759-nvmem";
|
| /linux/ |
| H A D | MAINTAINERS | 15712 MAXIM MAX77759 PMIC MFD DRIVER 15716 F: Documentation/devicetree/bindings/*/maxim,max77759*.yaml 15717 F: drivers/gpio/gpio-max77759.c 15718 F: drivers/mfd/max77759.c 15719 F: drivers/nvmem/max77759-nvmem.c 15720 F: include/linux/mfd/max77759.h
|