/openbmc/linux/drivers/extcon/ |
H A D | extcon-max14577.c | 3 // extcon-max14577.c - MAX14577/77836 extcon driver to support MUIC 36 * @irq: the index of irq list of MUIC device. 47 { MAX14577_IRQ_INT1_ADC, "muic-ADC" }, 48 { MAX14577_IRQ_INT1_ADCLOW, "muic-ADCLOW" }, 49 { MAX14577_IRQ_INT1_ADCERR, "muic-ADCError" }, 50 { MAX14577_IRQ_INT2_CHGTYP, "muic-CHGTYP" }, 51 { MAX14577_IRQ_INT2_CHGDETRUN, "muic-CHGDETRUN" }, 52 { MAX14577_IRQ_INT2_DCDTMR, "muic-DCDTMR" }, 53 { MAX14577_IRQ_INT2_DBCHG, "muic-DBCHG" }, 54 { MAX14577_IRQ_INT2_VBVOLT, "muic-VBVOLT" }, [all …]
|
H A D | extcon-max8997.c | 3 // extcon-max8997.c - MAX8997 extcon driver to support MAX8997 MUIC 22 #define DEV_NAME "max8997-muic" 39 { MAX8997_MUICIRQ_ADCError, "muic-ADCERROR" }, 40 { MAX8997_MUICIRQ_ADCLow, "muic-ADCLOW" }, 41 { MAX8997_MUICIRQ_ADC, "muic-ADC" }, 42 { MAX8997_MUICIRQ_VBVolt, "muic-VBVOLT" }, 43 { MAX8997_MUICIRQ_DBChg, "muic-DBCHG" }, 44 { MAX8997_MUICIRQ_DCDTmr, "muic-DCDTMR" }, 45 { MAX8997_MUICIRQ_ChgDetRun, "muic-CHGDETRUN" }, 46 { MAX8997_MUICIRQ_ChgTyp, "muic-CHGTYP" }, [all …]
|
H A D | extcon-sm5502.c | 73 /* Default value of SM5502 register to bring up MUIC device. */ 101 /* Default value of SM5504 register to bring up MUIC device. */ 189 { SM5502_IRQ_INT1_ATTACH, "muic-attach" }, 190 { SM5502_IRQ_INT1_DETACH, "muic-detach" }, 191 { SM5502_IRQ_INT1_KP, "muic-kp" }, 192 { SM5502_IRQ_INT1_LKP, "muic-lkp" }, 193 { SM5502_IRQ_INT1_LKR, "muic-lkr" }, 194 { SM5502_IRQ_INT1_OVP_EVENT, "muic-ovp-event" }, 195 { SM5502_IRQ_INT1_OCP_EVENT, "muic-ocp-event" }, 196 { SM5502_IRQ_INT1_OVP_OCP_DIS, "muic-ovp-ocp-dis" }, [all …]
|
H A D | extcon-max77693.c | 3 // extcon-max77693.c - MAX77693 extcon driver to support MAX77693 MUIC 24 #define DEV_NAME "max77693-muic" 28 * Default value of MAX77693 register to bring up MUIC device. 29 * If user don't set some initial value for MUIC device through platform data, 31 * of MAX77693 MUIC device. 118 * @irq: the index of irq list of MUIC device. 129 { MAX77693_MUIC_IRQ_INT1_ADC, "muic-ADC" }, 130 { MAX77693_MUIC_IRQ_INT1_ADC_LOW, "muic-ADCLOW" }, 131 { MAX77693_MUIC_IRQ_INT1_ADC_ERR, "muic-ADCError" }, 132 { MAX77693_MUIC_IRQ_INT1_ADC1K, "muic-ADC1K" }, [all …]
|
H A D | Kconfig | 84 If you say yes here you get support for the MUIC device of 85 Maxim MAX14577/77836. The MAX14577/77836 MUIC is a USB port accessory 103 If you say yes here you get support for the MUIC device of 104 Maxim MAX77693 PMIC. The MAX77693 MUIC is a USB port accessory 113 If you say yes here you get support for the MUIC device of 114 Maxim MAX77843. The MAX77843 MUIC is a USB port accessory 122 If you say yes here you get support for the MUIC device of 123 Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory 156 If you say yes here you get support for the MUIC device of 168 If you say yes here you get support for the MUIC device of
|
H A D | extcon-max77843.c | 4 // MUIC(Micro USB Interface Controller) 141 { MAX77843_MUIC_IRQ_INT1_ADC, "MUIC-ADC" }, 142 { MAX77843_MUIC_IRQ_INT1_ADCERROR, "MUIC-ADC_ERROR" }, 143 { MAX77843_MUIC_IRQ_INT1_ADC1K, "MUIC-ADC1K" }, 144 { MAX77843_MUIC_IRQ_INT2_CHGTYP, "MUIC-CHGTYP" }, 145 { MAX77843_MUIC_IRQ_INT2_CHGDETRUN, "MUIC-CHGDETRUN" }, 146 { MAX77843_MUIC_IRQ_INT2_DCDTMR, "MUIC-DCDTMR" }, 147 { MAX77843_MUIC_IRQ_INT2_DXOVP, "MUIC-DXOVP" }, 148 { MAX77843_MUIC_IRQ_INT2_VBVOLT, "MUIC-VBVOLT" }, 149 { MAX77843_MUIC_IRQ_INT3_VBADC, "MUIC-VBADC" }, [all …]
|
H A D | extcon-rt8973a.c | 70 /* Default value of RT8973A register to bring up MUIC device. */ 152 { RT8973A_INT1_ATTACH, "muic-attach" }, 153 { RT8973A_INT1_DETACH, "muic-detach" }, 154 { RT8973A_INT1_CHGDET, "muic-chgdet" }, 155 { RT8973A_INT1_DCD_T, "muic-dcd-t" }, 156 { RT8973A_INT1_OVP, "muic-ovp" }, 157 { RT8973A_INT1_CONNECT, "muic-connect" }, 158 { RT8973A_INT1_ADC_CHG, "muic-adc-chg" }, 159 { RT8973A_INT1_OTP, "muic-otp" }, 160 { RT8973A_INT2_UVLO, "muic-uvlo" }, [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/extcon/ |
H A D | siliconmitus,sm5502-muic.yaml | 4 $id: http://devicetree.org/schemas/extcon/siliconmitus,sm5502-muic.yaml# 7 title: SM5502/SM5504 MUIC (Micro-USB Interface Controller) device 13 The Silicon Mitus SM5502 is a MUIC (Micro-USB Interface Controller) device 21 - siliconmitus,sm5502-muic 22 - siliconmitus,sm5504-muic 23 - siliconmitus,sm5703-muic 52 compatible = "siliconmitus,sm5502-muic";
|
H A D | extcon-rt8973a.txt | 12 - compatible: Should be "richtek,rt8973a-muic" 13 - reg: Specifies the I2C slave address of the MUIC block. It should be 0x14 19 compatible = "richtek,rt8973a-muic";
|
H A D | maxim,max77843.yaml | 15 Integrated Circuit (MUIC). 22 const: maxim,max77843-muic
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8916-samsung-j5-common.dtsi | 65 i2c_muic: i2c-muic { 76 muic: extcon@25 { label 77 compatible = "siliconmitus,sm5703-muic"; 133 extcon = <&muic>, <&muic>; 138 extcon = <&muic>; 166 muic_i2c_default: muic-i2c-default-state { 174 muic_int_default: muic-int-default-state {
|
H A D | msm8916-samsung-e2015-common.dtsi | 13 i2c-muic { 14 /* SM5504 MUIC instead of SM5502 */ 17 muic: extcon@14 { label 18 compatible = "siliconmitus,sm5504-muic";
|
H A D | msm8916-samsung-a2015-common.dtsi | 108 i2c-muic { 119 muic: extcon@25 { label 120 compatible = "siliconmitus,sm5502-muic"; 280 extcon = <&muic>, <&muic>; 284 extcon = <&muic>; 348 muic_i2c_default: muic-i2c-default-state { 356 muic_int_default: muic-int-default-state {
|
H A D | msm8916-samsung-serranove.dts | 125 i2c-muic { 136 muic: extcon@14 { label 137 compatible = "siliconmitus,sm5504-muic"; 355 extcon = <&muic>, <&muic>; 359 extcon = <&muic>; 403 muic_i2c_default: muic-i2c-default-state { 411 muic_irq_default: muic-irq-default-state {
|
H A D | msm8939-samsung-a7.dts | 278 muic: extcon@25 { label 279 compatible = "siliconmitus,sm5502-muic"; 339 extcon = <&muic>, <&muic>; 344 extcon = <&muic>; 403 muic_int_default: muic-int-default-state {
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | maxim,max77693.yaml | 15 Integrated Circuit (MUIC). 37 max77693-muic: 44 const: maxim,max77693-muic 49 muic: 55 const: maxim,max77693-muic 126 muic { 127 compatible = "maxim,max77693-muic";
|
H A D | maxim,max14577.yaml | 14 Integrated Circuit (MUIC). 46 - maxim,max14577-muic 47 - maxim,max77836-muic 76 const: maxim,max14577-muic 90 const: maxim,max77836-muic 113 compatible = "maxim,max14577-muic"; 157 compatible = "maxim,max77836-muic";
|
/openbmc/u-boot/doc/ |
H A D | README.power-framework | 21 gauges (FG), micro USB interface controllers (MUIC), batteries, multi-function 27 One package can integrate PMIC and MUIC with different addresses on the I2C bus. 39 the master and uses methods exported by other devices. We need to control MUIC 76 |FG | |MUIC | |CHRG | 87 The PG, MUIC and CHRG above are regarded to be in the same level in the 115 relies on the PMIC/MUIC HW completely (MAX77693). 120 -- *chrg_type -> MUIC device (muic_max8997.c)
|
/openbmc/linux/drivers/mfd/ |
H A D | max77693.c | 38 .name = "max77693-muic", 39 .of_compatible = "maxim,max77693-muic", 134 .name = "max77693-muic", 184 dev_err(max77693->dev, "Failed to allocate I2C device for MUIC\n"); in max77693_i2c_probe() 207 * Initialize register map for MUIC device because use regmap-muic in max77693_i2c_probe() 208 * instance of MUIC device when irq of max77693 is initialized in max77693_i2c_probe() 209 * before call max77693-muic probe() function. in max77693_i2c_probe()
|
H A D | max8997.c | 34 { .name = "max8997-muic", }, 201 max8997->muic = i2c_new_dummy_device(i2c->adapter, I2C_ADDR_MUIC); in max8997_i2c_probe() 202 if (IS_ERR(max8997->muic)) { in max8997_i2c_probe() 203 dev_err(max8997->dev, "Failed to allocate I2C device for MUIC\n"); in max8997_i2c_probe() 204 ret = PTR_ERR(max8997->muic); in max8997_i2c_probe() 207 i2c_set_clientdata(max8997->muic, max8997); in max8997_i2c_probe() 222 * TODO: enable others (flash, muic, rtc, battery, ...) and in max8997_i2c_probe() 233 i2c_unregister_device(max8997->muic); in max8997_i2c_probe()
|
/openbmc/u-boot/include/power/ |
H A D | max77693_muic.h | 13 * MUIC REGISTER 16 #define MAX77693_MUIC_PREFIX "max77693-muic:" 50 /* MAX 777693 MUIC registers */
|
/openbmc/linux/include/linux/mfd/ |
H A D | max77693-private.h | 255 /* Slave addr = 0x4A: MUIC */ 299 /* MAX77693 MUIC - STATUS1~3 Register */ 346 /* MAX77693 MUIC - CONTROL1~3 register */ 494 /* MUIC INT1 */ 500 /* MUIC INT2 */ 508 /* MUIC INT3 */
|
H A D | max8997-private.h | 184 /* MAX8997-MUIC STATUS1 register */ 192 /* MAX8997-MUIC STATUS2 register */ 204 /* MAX8997-MUIC STATUS3 register */ 208 /* MAX8997-MUIC CONTROL1 register */ 374 struct i2c_client *muic; /* slave addr 0x4a */ member
|
H A D | max77693.h | 12 * MAX77693 has PMIC, Charger, Flash LED, Haptic, MUIC devices. 74 /* muic data */
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-apq8026-samsung-matisse-wifi.dts | 249 muic: usb-switch@25 { label 250 compatible = "siliconmitus,sm5502-muic"; 481 muic_int_default_state: muic-int-default-state { 511 extcon = <&muic>, <&muic>; 516 extcon = <&muic>;
|