Searched full:tps65086 (Results 1 – 21 of 21) sorted by relevance
/Linux-v6.1/drivers/mfd/ |
D | tps65086.c | 14 #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 …]
|
D | bd9571mwv.c | 8 * Based on the TPS65086 driver
|
D | Makefile | 101 obj-$(CONFIG_MFD_TPS65086) += tps65086.o
|
D | Kconfig | 1550 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/ |
D | tps65086-restart.c | 6 #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");
|
D | Kconfig | 208 bool "TPS65086 restart driver" 211 This driver adds support for resetting the TPS65086 PMIC on restart.
|
D | Makefile | 26 obj-$(CONFIG_POWER_RESET_TPS65086) += tps65086-restart.o
|
/Linux-v6.1/include/linux/mfd/ |
D | tps65086.h | 15 /* 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
|
D | bd9571mwv.h | 8 * Based on the TPS65086 driver
|
/Linux-v6.1/drivers/gpio/ |
D | gpio-tps65086.c | 13 #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");
|
D | gpio-bd9571mwv.c | 7 * Based on the TPS65086 driver
|
D | Makefile | 155 obj-$(CONFIG_GPIO_TPS65086) += gpio-tps65086.o
|
D | Kconfig | 1374 tristate "TI TPS65086 GPO"
|
/Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
D | ti,tps65086.yaml | 4 $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/ |
D | tps65086-regulator.c | 15 #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");
|
D | bd9571mwv-regulator.c | 7 * Based on the TPS65086 driver
|
D | Makefile | 163 obj-$(CONFIG_REGULATOR_TPS65086) += tps65086-regulator.o
|
D | mcp16502.c | 9 // Inspired from tps65086-regulator.c
|
D | Kconfig | 1367 tristate "TI TPS65086 Power regulators" 1371 TI TPS65086 PMICs.
|
/Linux-v6.1/arch/riscv/boot/dts/starfive/ |
D | jh7100-beaglev-starlight.dts | 122 compatible = "ti,tps65086";
|
/Linux-v6.1/arch/arm64/boot/dts/xilinx/ |
D | zynqmp-zcu100-revC.dts | 207 compatible = "ti,tps65086";
|