/linux-6.12.1/drivers/pinctrl/ |
D | pinctrl-tps6594.c | 3 * Pinmux and GPIO driver for tps6594 PMIC 15 #include <linux/mfd/tps6594.h> 253 FUNCTION(tps6594, gpio, TPS6594_PINCTRL_GPIO_FUNCTION), 254 FUNCTION(tps6594, nsleep1, TPS6594_PINCTRL_NSLEEP1_FUNCTION), 255 FUNCTION(tps6594, nsleep2, TPS6594_PINCTRL_NSLEEP2_FUNCTION), 256 FUNCTION(tps6594, wkup1, TPS6594_PINCTRL_WKUP1_FUNCTION), 257 FUNCTION(tps6594, wkup2, TPS6594_PINCTRL_WKUP2_FUNCTION), 258 FUNCTION(tps6594, scl_i2c2_cs_spi, TPS6594_PINCTRL_SCL_I2C2_CS_SPI_FUNCTION), 259 FUNCTION(tps6594, nrstout_soc, TPS6594_PINCTRL_NRSTOUT_SOC_FUNCTION), 260 FUNCTION(tps6594, trig_wdog, TPS6594_PINCTRL_TRIG_WDOG_FUNCTION), [all …]
|
D | Kconfig | 539 tristate "Pinctrl and GPIO driver for TI TPS6594 PMIC" 548 Say Y to select the pinmuxing and GPIOs driver for the TPS6594 552 called tps6594-pinctrl.
|
D | Makefile | 56 obj-$(CONFIG_PINCTRL_TPS6594) += pinctrl-tps6594.o
|
/linux-6.12.1/drivers/misc/ |
D | tps6594-esm.c | 3 * ESM (Error Signal Monitor) driver for TI TPS6594/TPS6593/LP8764 PMICs 14 #include <linux/mfd/tps6594.h> 35 struct tps6594 *tps = dev_get_drvdata(pdev->dev.parent); in tps6594_esm_probe() 86 struct tps6594 *tps = dev_get_drvdata(pdev->dev.parent); in tps6594_esm_remove() 109 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_esm_suspend() 122 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_esm_resume() 134 .name = "tps6594-esm", 143 MODULE_ALIAS("platform:tps6594-esm"); 145 MODULE_DESCRIPTION("TPS6594 Error Signal Monitor Driver");
|
D | tps6594-pfsm.c | 3 * PFSM (Pre-configurable Finite State Machine) driver for TI TPS65224/TPS6594/TPS6593/LP8764 PMICs 17 #include <linux/mfd/tps6594.h> 143 /* Disable LP mode on TPS6594 Family PMIC */ in tps6594_pfsm_ioctl() 269 struct tps6594 *tps = dev_get_drvdata(pdev->dev.parent); in tps6594_pfsm_probe() 314 .name = "tps6594-pfsm", 322 MODULE_ALIAS("platform:tps6594-pfsm"); 324 MODULE_DESCRIPTION("TPS6594 Pre-configurable Finite State Machine Driver");
|
D | Kconfig | 564 tristate "TI TPS6594 Error Signal Monitor support" 568 Support ESM (Error Signal Monitor) on TPS6594 PMIC devices. 572 will be called tps6594-esm. 575 tristate "TI TPS6594 Pre-configurable Finite State Machine support" 579 Support PFSM (Pre-configurable Finite State Machine) on TPS6594 PMIC devices. 584 will be called tps6594-pfsm.
|
D | Makefile | 70 obj-$(CONFIG_TPS6594_ESM) += tps6594-esm.o 71 obj-$(CONFIG_TPS6594_PFSM) += tps6594-pfsm.o
|
/linux-6.12.1/drivers/mfd/ |
D | tps6594-spi.c | 3 * SPI access driver for TI TPS65224/TPS6594/TPS6593/LP8764 PMICs 15 #include <linux/mfd/tps6594.h> 29 struct tps6594 *tps = spi_get_drvdata(spi); in tps6594_spi_reg_read() 55 struct tps6594 *tps = spi_get_drvdata(spi); in tps6594_spi_reg_write() 81 { .compatible = "ti,tps6594-q1", .data = (void *)TPS6594, }, 92 struct tps6594 *tps; in tps6594_spi_probe() 124 .name = "tps6594", 132 MODULE_DESCRIPTION("SPI Interface Driver for TPS65224, TPS6594/3, and LP8764");
|
D | tps6594-i2c.c | 3 * I2C access driver for TI TPS65224/TPS6594/TPS6593/LP8764 PMICs 15 #include <linux/mfd/tps6594.h> 107 struct tps6594 *tps = i2c_get_clientdata(client); in tps6594_i2c_read() 145 struct tps6594 *tps = i2c_get_clientdata(client); in tps6594_i2c_write() 196 { .compatible = "ti,tps6594-q1", .data = (void *)TPS6594, }, 207 struct tps6594 *tps; in tps6594_i2c_probe() 239 .name = "tps6594", 247 MODULE_DESCRIPTION("I2C Interface Driver for TPS65224, TPS6594/3, and LP8764");
|
D | tps6594-core.c | 3 * Core functions for TI TPS65224/TPS6594/TPS6593/LP8764 PMICs 15 #include <linux/mfd/tps6594.h> 127 MFD_CELL_RES("tps6594-regulator", tps6594_regulator_resources), 128 MFD_CELL_RES("tps6594-pinctrl", tps6594_pinctrl_resources), 129 MFD_CELL_RES("tps6594-pfsm", tps6594_pfsm_resources), 130 MFD_CELL_RES("tps6594-esm", tps6594_esm_resources), 134 MFD_CELL_RES("tps6594-rtc", tps6594_rtc_resources), 340 MFD_CELL_RES("tps6594-pfsm", tps65224_pfsm_resources), 341 MFD_CELL_RES("tps6594-pinctrl", tps65224_pinctrl_resources), 342 MFD_CELL_RES("tps6594-regulator", tps65224_regulator_resources), [all …]
|
D | Makefile | 107 obj-$(CONFIG_MFD_TPS6594) += tps6594-core.o 108 obj-$(CONFIG_MFD_TPS6594_I2C) += tps6594-i2c.o 109 obj-$(CONFIG_MFD_TPS6594_SPI) += tps6594-spi.o
|
D | Kconfig | 1771 tristate "TI TPS6594 Power Management chip with I2C" 1777 If you say yes here you get support for the TPS6594 series of 1781 will be called tps6594-i2c. 1784 tristate "TI TPS6594 Power Management chip with SPI" 1790 If you say yes here you get support for the TPS6594 series of 1794 will be called tps6594-spi.
|
/linux-6.12.1/drivers/rtc/ |
D | rtc-tps6594.c | 3 * RTC driver for tps6594 PMIC 23 #include <linux/mfd/tps6594.h> 53 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_rtc_alarm_irq_enable() 63 static int tps6594_rtc_shadow_timestamp(struct device *dev, struct tps6594 *tps) in tps6594_rtc_shadow_timestamp() 87 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_rtc_read_time() 122 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_rtc_set_time() 154 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_rtc_read_alarm() 181 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_rtc_set_alarm() 210 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_rtc_set_calibration() 215 * TPS6594 uses two's complement 16 bit value for compensation of RTC in tps6594_rtc_set_calibration() [all …]
|
D | Kconfig | 595 tristate "TI TPS6594 RTC driver" 599 TI Power Management IC TPS6594 supports RTC functionality 601 the TPS6594 RTC module. 604 will be called rtc-tps6594.
|
/linux-6.12.1/Documentation/misc-devices/ |
D | tps6594-pfsm.rst | 4 Texas Instruments TPS6594 PFSM driver 15 The TPS6594 PMIC (Power Management IC) integrates a state machine which 25 - tps6594-q1 32 drivers/misc/tps6594-pfsm.c
|
D | index.rst | 28 tps6594-pfsm
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | ti,tps6594.yaml | 4 $id: http://devicetree.org/schemas/mfd/ti,tps6594.yaml# 7 title: TI TPS6594 Power Management Integrated Circuit 13 TPS6594 is a Power Management IC which provides regulators and others 16 TPS6594 is the super-set device while TPS6593 and LP8764 are derivatives. 23 - ti,tps6594-q1
|
/linux-6.12.1/drivers/regulator/ |
D | tps6594-regulator.c | 3 // Regulator driver for tps6594 PMIC 19 #include <linux/mfd/tps6594.h> 524 struct tps6594 *tps = dev_get_drvdata(pdev->dev.parent); in tps6594_request_reg_irqs() 543 dev_err(tps->dev, "tps6594 failed to request %s IRQ %d: %d\n", in tps6594_request_reg_irqs() 554 struct tps6594 *tps = dev_get_drvdata(pdev->dev.parent); in tps6594_regulator_probe() 795 .name = "tps6594-regulator", 802 MODULE_ALIAS("platform:tps6594-regulator"); 805 MODULE_DESCRIPTION("TPS6594 voltage regulator driver");
|
D | Kconfig | 1588 tristate "TI TPS6594 Power regulators" 1592 This driver supports TPS6594 series and TPS65224 voltage regulator chips. 1593 TPS6594 series of PMICs have 5 BUCKs and 4 LDOs
|
/linux-6.12.1/include/linux/mfd/ |
D | tps6594.h | 3 * Functions to access TPS6594 Power Management IC 18 TPS6594, enumerator 256 /* TPS6594 BUCKX_CONF register field definition */ 263 /* TPS6594 BUCKX_PG_WINDOW register field definition */ 270 /* TPS6594 BUCKX_VOUT register field definition */ 1320 * struct tps6594 - device private data structure 1330 struct tps6594 { struct 1343 int tps6594_device_init(struct tps6594 *tps, bool enable_crc); argument
|
/linux-6.12.1/include/uapi/linux/ |
D | tps6594_pfsm.h | 3 * Userspace ABI for TPS6594 PMIC Pre-configurable Finite State Machine
|
/linux-6.12.1/samples/pfsm/ |
D | pfsm-wakeup.c | 3 * TPS6594 PFSM userspace example
|
/linux-6.12.1/arch/arm64/boot/dts/ti/ |
D | k3-j721s2-som-p0.dtsi | 223 compatible = "ti,tps6594-q1"; 293 compatible = "ti,tps6594-q1";
|
D | k3-j721e-som-p0.dtsi | 211 compatible = "ti,tps6594-q1"; 299 compatible = "ti,tps6594-q1";
|
/linux-6.12.1/samples/ |
D | Kconfig | 255 bool "Build example program working with TPS6594 PFSM driver"
|