Home
last modified time | relevance | path

Searched full:tps65086 (Results 1 – 21 of 21) sorted by relevance

/Linux-v6.1/drivers/mfd/
Dtps65086.c14 #include <linux/mfd/tps65086.h>
17 { .name = "tps65086-regulator", },
18 { .name = "tps65086-gpio", },
19 { .name = "tps65086-reset", },
48 .name = "tps65086",
59 { .compatible = "ti,tps65086", },
67 struct tps65086 *tps; in tps65086_probe()
91 dev_info(tps->dev, "Device: TPS65086%01lX, OTP: %c, Rev: %ld\n", in tps65086_probe()
116 struct tps65086 *tps = i2c_get_clientdata(client); in tps65086_remove()
123 { "tps65086", 0 },
[all …]
Dbd9571mwv.c8 * Based on the TPS65086 driver
DMakefile101 obj-$(CONFIG_MFD_TPS65086) += tps65086.o
DKconfig1550 tristate "TI TPS65086 Power Management Integrated Chips (PMICs)"
1557 If you say yes here you get support for the TPS65086 series of
/Linux-v6.1/drivers/power/reset/
Dtps65086-restart.c6 #include <linux/mfd/tps65086.h>
22 struct tps65086 *tps65086 = dev_get_drvdata(tps65086_restart->dev->parent); in tps65086_restart_notify() local
25 ret = regmap_write(tps65086->regmap, TPS65086_FORCESHUTDN, 1); in tps65086_restart_notify()
27 dev_err(tps65086_restart->dev, "%s: error writing to tps65086 pmic: %d\n", in tps65086_restart_notify()
81 { "tps65086-reset", },
88 .name = "tps65086-restart",
97 MODULE_DESCRIPTION("TPS65086 restart driver");
DKconfig208 bool "TPS65086 restart driver"
211 This driver adds support for resetting the TPS65086 PMIC on restart.
DMakefile26 obj-$(CONFIG_POWER_RESET_TPS65086) += tps65086-restart.o
/Linux-v6.1/include/linux/mfd/
Dtps65086.h15 /* List of registers for TPS65086 */
88 /* Define the TPS65086 IRQ numbers */
96 * struct tps65086 - state holder for the tps65086 driver
98 * Device data may be used to access the TPS65086 chip
100 struct tps65086 { struct
Dbd9571mwv.h8 * Based on the TPS65086 driver
/Linux-v6.1/drivers/gpio/
Dgpio-tps65086.c13 #include <linux/mfd/tps65086.h>
17 struct tps65086 *tps;
68 .label = "tps65086-gpio",
114 { "tps65086-gpio", },
121 .name = "tps65086-gpio",
130 MODULE_DESCRIPTION("TPS65086 GPIO driver");
Dgpio-bd9571mwv.c7 * Based on the TPS65086 driver
DMakefile155 obj-$(CONFIG_GPIO_TPS65086) += gpio-tps65086.o
DKconfig1374 tristate "TI TPS65086 GPO"
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Dti,tps65086.yaml4 $id: http://devicetree.org/schemas/mfd/ti,tps65086.yaml#
7 title: TPS65086 Power Management Integrated Circuit (PMIC)
14 const: ti,tps65086
103 compatible = "ti,tps65086";
/Linux-v6.1/drivers/regulator/
Dtps65086-regulator.c15 #include <linux/mfd/tps65086.h>
204 struct tps65086 *tps = dev_get_drvdata(pdev->dev.parent); in tps65086_regulator_probe()
230 { "tps65086-regulator", },
237 .name = "tps65086-regulator",
245 MODULE_DESCRIPTION("TPS65086 Regulator driver");
Dbd9571mwv-regulator.c7 * Based on the TPS65086 driver
DMakefile163 obj-$(CONFIG_REGULATOR_TPS65086) += tps65086-regulator.o
Dmcp16502.c9 // Inspired from tps65086-regulator.c
DKconfig1367 tristate "TI TPS65086 Power regulators"
1371 TI TPS65086 PMICs.
/Linux-v6.1/arch/riscv/boot/dts/starfive/
Djh7100-beaglev-starlight.dts122 compatible = "ti,tps65086";
/Linux-v6.1/arch/arm64/boot/dts/xilinx/
Dzynqmp-zcu100-revC.dts207 compatible = "ti,tps65086";