Searched +full:mt6360 +full:- +full:tcpc (Results 1 – 4 of 4) sorted by relevance
/linux-6.8/Documentation/devicetree/bindings/usb/ |
D | mediatek,mt6360-tcpc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/mediatek,mt6360-tcpc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Mediatek MT6360 Type-C Port Switch and Power Delivery controller 10 - ChiYuan Huang <cy_huang@richtek.com> 13 Mediatek MT6360 is a multi-functional device. It integrates charger, ADC, flash, RGB indicators, 15 This document only describes MT6360 Type-C Port Switch and Power Delivery controller. 20 - mediatek,mt6360-tcpc 25 interrupt-names: [all …]
|
/linux-6.8/Documentation/devicetree/bindings/mfd/ |
D | mediatek,mt6360.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mfd/mediatek,mt6360.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MT6360 PMIC from MediaTek Integrated 10 - Gene Chen <gene_chen@richtek.com> 13 MT6360 is a PMIC device with the following sub modules. 20 const: mediatek,mt6360 25 wakeup-source: true 30 interrupt-names: [all …]
|
/linux-6.8/drivers/usb/typec/tcpm/ |
D | tcpci_mt6360.c | 1 // SPDX-License-Identifier: GPL-2.0-only 54 struct regmap *regmap = tdata->regmap; in mt6360_tcpc_init() 136 return tcpci_irq(mti->tcpci); in mt6360_irq() 144 mti = devm_kzalloc(&pdev->dev, sizeof(*mti), GFP_KERNEL); in mt6360_tcpc_probe() 146 return -ENOMEM; in mt6360_tcpc_probe() 148 mti->dev = &pdev->dev; in mt6360_tcpc_probe() 150 mti->tdata.regmap = dev_get_regmap(pdev->dev.parent, NULL); in mt6360_tcpc_probe() 151 if (!mti->tdata.regmap) { in mt6360_tcpc_probe() 152 dev_err(&pdev->dev, "Failed to get parent regmap\n"); in mt6360_tcpc_probe() 153 return -ENODEV; in mt6360_tcpc_probe() [all …]
|
/linux-6.8/drivers/mfd/ |
D | mt6360-core.c | 1 // SPDX-License-Identifier: GPL-2.0 78 /* reg 0 -> 0 ~ 7 */ 83 /* REG 1 -> 8 ~ 15 */ 90 /* REG 2 -> 16 ~ 23 */ 91 /* REG 3 -> 24 ~ 31 */ 98 /* REG 4 -> 32 ~ 39 */ 106 /* REG 5 -> 40 ~ 47 */ 115 /* REG 6 -> 48 ~ 55 */ 123 /* REG 7 -> 56 ~ 63 */ 132 /* REG 8 -> 64 ~ 71 */ [all …]
|