Searched full:max77843 (Results 1 – 17 of 17) sorted by relevance
/linux/drivers/mfd/ |
H A D | max77843.c | 3 // MFD core driver for the Maxim MAX77843 15 #include <linux/mfd/max77843-private.h> 21 .name = "max77843-muic", 22 .of_compatible = "maxim,max77843-muic", 24 .name = "max77843-regulator", 25 .of_compatible = "maxim,max77843-regulator", 27 .name = "max77843-charger", 28 .of_compatible = "maxim,max77843-charger" 30 .name = "max77843-fuelgauge", 31 .of_compatible = "maxim,max77843-fuelgauge", [all …]
|
H A D | Makefile | 171 obj-$(CONFIG_MFD_MAX77843) += max77843.o
|
H A D | Kconfig | 922 bool "Maxim Semiconductor MAX77843 PMIC Support" 928 Say yes here to add support for Maxim Semiconductor MAX77843.
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | maxim,max77843.yaml | 4 $id: http://devicetree.org/schemas/mfd/maxim,max77843.yaml# 7 title: Maxim MAX77843 MicroUSB and Companion Power Management IC 13 This is a part of device tree bindings for Maxim MAX77843 MicroUSB 16 The Maxim MAX77843 is a MicroUSB and Companion Power Management IC which 22 const: maxim,max77843 31 $ref: /schemas/extcon/maxim,max77843.yaml 38 const: maxim,max77843-haptic 52 $ref: /schemas/regulator/maxim,max77843.yaml 70 compatible = "maxim,max77843"; 76 compatible = "maxim,max77843-muic"; [all …]
|
/linux/include/linux/mfd/ |
H A D | max77843-private.h | 3 * Common variables for the Maxim MAX77843 driver 182 /* MAX77843 interrupts */ 188 /* MAX77843 MAINCTRL1 register */ 192 /* MAX77843 MCONFIG register */ 201 /* Max77843 charger interrupts */ 210 /* MAX77843 CHG_INT_OK register */ 219 /* MAX77843 CHG_DETAILS_00 register */ 222 /* MAX77843 CHG_DETAILS_01 register */ 243 /* MAX77843 CHG_CNFG_00 register */ 252 /* MAX77843 CHG_CNFG_01 register */ [all …]
|
H A D | max77693-common.h | 20 * Shared also with max77843. 27 struct i2c_client *i2c_chg; /* MAX77843: 0xD2, Charger */ 34 struct regmap *regmap_chg; /* Only MAX77843 */
|
/linux/Documentation/devicetree/bindings/extcon/ |
H A D | maxim,max77843.yaml | 4 $id: http://devicetree.org/schemas/extcon/maxim,max77843.yaml# 7 title: Maxim MAX77843 MicroUSB and Companion Power Management IC Extcon 14 This is a part of device tree bindings for Maxim MAX77843 MicroUSB 17 See also Documentation/devicetree/bindings/mfd/maxim,max77843.yaml for 22 const: maxim,max77843-muic
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | maxim,max77843.yaml | 4 $id: http://devicetree.org/schemas/regulator/maxim,max77843.yaml# 7 title: Maxim MAX77843 MicroUSB and Companion Power Management IC regulators 13 This is a part of device tree bindings for Maxim MAX77843 MicroUSB Integrated 16 See also Documentation/devicetree/bindings/mfd/maxim,max77843.yaml for 21 const: maxim,max77843-regulator
|
/linux/drivers/regulator/ |
H A D | max77693-regulator.c | 21 #include <linux/mfd/max77843-private.h> 26 * ID for MAX77843 regulators. 37 /* Register differences between chargers: MAX77693 and MAX77843 */ 52 * On MAX77843 the calculation formula is the same (except values). 275 { "max77843-regulator", TYPE_MAX77843 },
|
H A D | Kconfig | 748 Exynos-4x12 (MAX77693) or Exynos5433 (MAX77843) SoC chips.
|
/linux/drivers/extcon/ |
H A D | Kconfig | 119 tristate "Maxim MAX77843 EXTCON Support" 125 Maxim MAX77843. The MAX77843 MUIC is a USB port accessory
|
H A D | Makefile | 19 obj-$(CONFIG_EXTCON_MAX77843) += extcon-max77843.o
|
/linux/drivers/input/misc/ |
H A D | max77693-haptic.c | 3 * MAXIM MAX77693/MAX77843 Haptic device driver 26 #include <linux/mfd/max77843-private.h> 410 { "max77843-haptic", }, 417 { .compatible = "maxim,max77843-haptic", },
|
H A D | Kconfig | 243 tristate "MAXIM MAX77693/MAX77843 haptic controller support" 248 MAXIM MAX77693 and MAX77843 chips.
|
/linux/Documentation/devicetree/bindings/connector/ |
H A D | usb-connector.yaml | 332 muic-max77843 { 456 muic-max77843 {
|
/linux/arch/arm64/boot/dts/exynos/ |
H A D | exynos5433-tm2-common.dtsi | 861 compatible = "maxim,max77843"; 867 compatible = "maxim,max77843-muic"; 909 compatible = "maxim,max77843-regulator"; 930 compatible = "maxim,max77843-haptic";
|
/linux/ |
H A D | MAINTAINERS | 14032 F: Documentation/devicetree/bindings/*/maxim,max77843.yaml 14034 F: drivers/*/*max77843.c
|