Home
last modified time | relevance | path

Searched full:max77693 (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/linux/drivers/mfd/
H A Dmax77693.c3 // max77693.c - mfd core driver for the MAX 77693
21 #include <linux/mfd/max77693.h>
22 #include <linux/mfd/max77693-common.h>
23 #include <linux/mfd/max77693-private.h>
32 { .name = "max77693-pmic", },
34 .name = "max77693-charger",
35 .of_compatible = "maxim,max77693-charger",
38 .name = "max77693-muic",
39 .of_compatible = "maxim,max77693-muic",
42 .name = "max77693-haptic",
[all …]
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dmaxim,max77693.yaml4 $id: http://devicetree.org/schemas/mfd/maxim,max77693.yaml#
7 title: Maxim MAX77693 MicroUSB and Companion Power Management IC
14 This is a part of device tree bindings for Maxim MAX77693 MicroUSB
17 The Maxim MAX77693 is a MicroUSB and Companion Power Management IC which
23 const: maxim,max77693
32 $ref: /schemas/power/supply/maxim,max77693.yaml
35 $ref: /schemas/leds/maxim,max77693.yaml
37 max77693-muic:
44 const: maxim,max77693-muic
55 const: maxim,max77693-muic
[all …]
/openbmc/linux/include/linux/mfd/
H A Dmax77693-private.h3 * max77693-private.h - Voltage regulator driver for the Maxim 77693
74 /* MAX77693 ITORCH register */
82 /* MAX77693 IFLASH1 and IFLASH2 registers */
88 /* MAX77693 TORCH_TIMER register */
93 /* MAX77693 FLASH_TIMER register */
99 /* MAX77693 FLASH_EN register */
107 /* MAX77693 MAX_FLASH1 register */
113 /* MAX77693 VOUT_CNTL register */
117 /* MAX77693 VOUT_FLASH1 register */
123 /* MAX77693 FLASH_STATUS register */
[all …]
H A Dmax77693.h3 * max77693.h - Driver for the Maxim 77693
12 * MAX77693 has PMIC, Charger, Flash LED, Haptic, MUIC devices.
20 /* MAX77693 regulator IDs */
47 /* MAX77693 led flash */
71 /* MAX77693 */
H A Dmax77693-common.h26 struct i2c_client *i2c_haptic; /* MAX77693: 0x90 , Haptic */
33 struct regmap *regmap_haptic; /* Only MAX77693 */
38 struct regmap_irq_chip_data *irq_data_chg; /* Only MAX77693 */
/openbmc/linux/drivers/regulator/
H A Dmax77693-regulator.c3 // max77693.c - Regulator driver for the Maxim 77693 and 77843
18 #include <linux/mfd/max77693.h>
19 #include <linux/mfd/max77693-common.h>
20 #include <linux/mfd/max77693-private.h>
27 * There is no need for such for MAX77693.
37 /* Register differences between chargers: MAX77693 and MAX77843 */
46 * MAX77693 CHARGER regulator - Min : 20mA, Max : 2580mA, step : 20mA
49 * Actually for MAX77693 the driver manipulates the maximum input current,
105 struct max77693_dev *max77693, in max77693_get_regmap() argument
109 return max77693->regmap; in max77693_get_regmap()
[all …]
/openbmc/linux/drivers/extcon/
H A Dextcon-max77693.c3 // extcon-max77693.c - MAX77693 extcon driver to support MAX77693 MUIC
17 #include <linux/mfd/max77693.h>
18 #include <linux/mfd/max77693-common.h>
19 #include <linux/mfd/max77693-private.h>
24 #define DEV_NAME "max77693-muic"
28 * Default value of MAX77693 register to bring up MUIC device.
30 * extcon-max77693 driver use 'default_init_data' to bring up base operation
31 * of MAX77693 MUIC device.
68 struct max77693_dev *max77693; member
195 * MAX77693 MUIC device support below list of accessories(external connector)
[all …]
H A DKconfig98 tristate "Maxim MAX77693 EXTCON Support"
104 Maxim MAX77693 PMIC. The MAX77693 MUIC is a USB port accessory
H A DMakefile17 obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o
/openbmc/linux/drivers/power/supply/
H A Dmax77693_charger.c12 #include <linux/mfd/max77693.h>
13 #include <linux/mfd/max77693-common.h>
14 #include <linux/mfd/max77693-private.h>
16 #define MAX77693_CHARGER_NAME "max77693-charger"
17 static const char *max77693_charger_model = "MAX77693";
22 struct max77693_dev *max77693; member
215 struct regmap *regmap = chg->max77693->regmap; in max77693_charger_get_property()
281 ret = regmap_read(chg->max77693->regmap, MAX77693_CHG_REG_CHG_CNFG_01, in fast_charge_timer_show()
328 return regmap_update_bits(chg->max77693->regmap, in max77693_set_fast_charge_timer()
347 ret = regmap_read(chg->max77693->regmap, MAX77693_CHG_REG_CHG_CNFG_03, in top_off_threshold_current_show()
[all …]
H A DKconfig401 max17055, max77693, max77849.
550 tristate "Maxim MAX77693 battery charger driver"
553 Say Y to enable support for the Maxim MAX77693 battery charger.
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dmaxim,max77693.yaml4 $id: http://devicetree.org/schemas/power/supply/maxim,max77693.yaml#
7 title: Maxim MAX77693 MicroUSB and Companion Power Management IC Charger
13 This is a part of device tree bindings for Maxim MAX77693 MicroUSB Integrated
16 See also Documentation/devicetree/bindings/mfd/maxim,max77693.yaml for
21 const: maxim,max77693-charger
/openbmc/linux/drivers/input/misc/
H A Dmax77693-haptic.c3 * MAXIM MAX77693/MAX77843 Haptic device driver
23 #include <linux/mfd/max77693.h>
24 #include <linux/mfd/max77693-common.h>
25 #include <linux/mfd/max77693-private.h>
295 struct max77693_dev *max77693 = dev_get_drvdata(pdev->dev.parent); in max77693_haptic_probe() local
303 haptic->regmap_pmic = max77693->regmap; in max77693_haptic_probe()
313 haptic->regmap_haptic = max77693->regmap_haptic; in max77693_haptic_probe()
316 haptic->regmap_haptic = max77693->regmap; in max77693_haptic_probe()
352 haptic->input_dev->name = "max77693-haptic"; in max77693_haptic_probe()
409 { "max77693-haptic", TYPE_MAX77693 },
[all …]
H A DKconfig226 tristate "MAXIM MAX77693/MAX77843 haptic controller support"
231 MAXIM MAX77693 and MAX77843 chips.
234 module will be called max77693-haptic.
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dmaxim,max77693.yaml4 $id: http://devicetree.org/schemas/regulator/maxim,max77693.yaml#
7 title: Maxim MAX77693 MicroUSB and Companion Power Management IC regulators
14 This is a part of device tree bindings for Maxim MAX77693 MicroUSB Integrated
17 See also Documentation/devicetree/bindings/mfd/maxim,max77693.yaml for
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dmaxim,max77693.yaml4 $id: http://devicetree.org/schemas/leds/maxim,max77693.yaml#
7 title: Maxim MAX77693 MicroUSB and Companion Power Management IC LEDs
13 This is a part of device tree bindings for Maxim MAX77693 MicroUSB Integrated
21 See also Documentation/devicetree/bindings/mfd/maxim,max77693.yaml for
26 const: maxim,max77693-led
/openbmc/linux/drivers/leds/flash/
H A DKconfig42 tristate "LED support for MAX77693 Flash"
47 This option enables support for the flash part of the MAX77693
H A Dleds-max77693.c3 * LED Flash class driver for the flash cell of max77693 mfd.
12 #include <linux/mfd/max77693.h>
13 #include <linux/mfd/max77693-common.h>
14 #include <linux/mfd/max77693-private.h>
1040 { .compatible = "maxim,max77693-led" },
1049 .name = "max77693-led",
1058 MODULE_DESCRIPTION("Maxim MAX77693 led flash driver");
H A DMakefile9 obj-$(CONFIG_LEDS_MAX77693) += leds-max77693.o
/openbmc/u-boot/drivers/power/mfd/
H A Dfg_max77693.c53 puts("Can't find max77693 fuel gauge\n"); in power_update_battery()
73 puts("Can't find max77693 fuel gauge\n"); in power_check_battery()
/openbmc/u-boot/include/power/
H A Dmax77693_pmic.h15 #define MAX77693_CHG_PREFIX "max77693-chg:"
H A Dmax77693_muic.h16 #define MAX77693_MUIC_PREFIX "max77693-muic:"
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-power639 What: /sys/class/power_supply/max77693-charger/device/fast_charge_timer
644 This entry shows and sets the maximum time the max77693
654 What: /sys/class/power_supply/max77693-charger/device/top_off_threshold_current
670 What: /sys/class/power_supply/max77693-charger/device/top_off_timer
675 This entry shows and sets the maximum time the max77693
/openbmc/linux/Documentation/leds/
H A Dleds-class-flash.rst81 Please refer to drivers/leds/leds-max77693.c for an exemplary usage of the
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos4412-midas.dtsi178 compatible = "maxim,max77693";
186 compatible = "maxim,max77693-muic";
232 compatible = "maxim,max77693-haptic";
238 compatible = "maxim,max77693-charger";
1188 max77693_irq: max77693-irq-pins {
1193 max77693_fuel_irq: max77693-fuel-irq-pins {

12