| /linux/drivers/pinctrl/ |
| H A D | pinctrl-tps6594.c | 3 * Pinmux and GPIO driver for tps6594 PMIC 15 #include <linux/mfd/tps6594.h> 257 FUNCTION(tps6594, gpio, TPS6594_PINCTRL_GPIO_FUNCTION), 258 FUNCTION(tps6594, nsleep1, TPS6594_PINCTRL_NSLEEP1_FUNCTION), 259 FUNCTION(tps6594, nsleep2, TPS6594_PINCTRL_NSLEEP2_FUNCTION), 260 FUNCTION(tps6594, wkup1, TPS6594_PINCTRL_WKUP1_FUNCTION), 261 FUNCTION(tps6594, wkup2, TPS6594_PINCTRL_WKUP2_FUNCTION), 262 FUNCTION(tps6594, scl_i2c2_cs_spi, TPS6594_PINCTRL_SCL_I2C2_CS_SPI_FUNCTION), 263 FUNCTION(tps6594, nrstout_soc, TPS6594_PINCTRL_NRSTOUT_SOC_FUNCTION), 264 FUNCTION(tps6594, trig_wdog, TPS6594_PINCTRL_TRIG_WDOG_FUNCTION), [all …]
|
| H A D | Kconfig | 607 tristate "Pinctrl and GPIO driver for TI TPS6594 PMIC" 616 Say Y to select the pinmuxing and GPIOs driver for the TPS6594 620 called tps6594-pinctrl.
|
| H A D | Makefile | 63 obj-$(CONFIG_PINCTRL_TPS6594) += pinctrl-tps6594.o
|
| /linux/drivers/misc/ |
| H A 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");
|
| H A D | tps6594-pfsm.c | 8 * - TPS6594 23 #include <linux/mfd/tps6594.h> 149 /* Disable LP mode on TPS6594 Family PMIC */ in tps6594_pfsm_ioctl() 280 struct tps6594 *tps = dev_get_drvdata(pdev->dev.parent); in tps6594_pfsm_probe() 328 .name = "tps6594-pfsm", 336 MODULE_ALIAS("platform:tps6594-pfsm"); 338 MODULE_DESCRIPTION("TPS6594 Pre-configurable Finite State Machine Driver");
|
| H A D | Kconfig | 574 tristate "TI TPS6594 Error Signal Monitor support" 578 Support ESM (Error Signal Monitor) on TPS6594 PMIC devices. 582 will be called tps6594-esm. 585 tristate "TI TPS6594 Pre-configurable Finite State Machine support" 589 Support PFSM (Pre-configurable Finite State Machine) on TPS6594 PMIC devices. 594 will be called tps6594-pfsm.
|
| /linux/drivers/mfd/ |
| H A D | tps6594-spi.c | 8 * - TPS6594 20 #include <linux/mfd/tps6594.h> 34 struct tps6594 *tps = spi_get_drvdata(spi); in tps6594_spi_reg_read() 60 struct tps6594 *tps = spi_get_drvdata(spi); in tps6594_spi_reg_write() 86 { .compatible = "ti,tps6594-q1", .data = (void *)TPS6594, }, 98 struct tps6594 *tps; in tps6594_spi_probe() 130 .name = "tps6594", 138 MODULE_DESCRIPTION("SPI Interface Driver for TPS65224, TPS6594/3, and LP8764");
|
| H A D | tps6594-i2c.c | 8 * - TPS6594 20 #include <linux/mfd/tps6594.h> 112 struct tps6594 *tps = i2c_get_clientdata(client); in tps6594_i2c_read() 150 struct tps6594 *tps = i2c_get_clientdata(client); in tps6594_i2c_write() 201 { .compatible = "ti,tps6594-q1", .data = (void *)TPS6594, }, 213 struct tps6594 *tps; in tps6594_i2c_probe() 245 .name = "tps6594", 253 MODULE_DESCRIPTION("I2C Interface Driver for TPS65224, TPS6594/3, and LP8764");
|
| /linux/drivers/rtc/ |
| H A 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 …]
|
| H A D | Kconfig | 626 tristate "TI TPS6594 RTC driver" 630 TI Power Management IC TPS6594 supports RTC functionality 632 the TPS6594 RTC module. 635 will be called rtc-tps6594.
|
| H A D | Makefile | 193 obj-$(CONFIG_RTC_DRV_TPS6594) += rtc-tps6594.o
|
| /linux/Documentation/misc-devices/ |
| H A 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
|
| H A D | index.rst | 29 tps6594-pfsm
|
| /linux/include/linux/mfd/ |
| H A D | tps6594.h | 3 * Functions to access TPS6594 Power Management IC 18 TPS6594, enumerator 257 /* TPS6594 BUCKX_CONF register field definition */ 264 /* TPS6594 BUCKX_PG_WINDOW register field definition */ 271 /* TPS6594 BUCKX_VOUT register field definition */ 1321 * struct tps6594 - device private data structure 1331 struct tps6594 { struct 1344 int tps6594_device_init(struct tps6594 *tps, bool enable_crc); argument
|
| /linux/include/uapi/linux/ |
| H A D | tps6594_pfsm.h | 3 * Userspace ABI for TPS6594 PMIC Pre-configurable Finite State Machine
|
| /linux/samples/pfsm/ |
| H A D | pfsm-wakeup.c | 3 * TPS6594 PFSM userspace example
|
| /linux/samples/ |
| H A D | Kconfig | 266 bool "Build example program working with TPS6594 PFSM driver"
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am68-phycore-som.dtsi | 262 compatible = "ti,tps6594-q1";
|
| H A D | k3-j721e-sk.dts | 612 compatible = "ti,tps6594-q1"; 691 compatible = "ti,tps6594-q1";
|
| H A D | k3-am69-sk.dts | 532 compatible = "ti,tps6594-q1";
|
| H A D | k3-j784s4-j742s2-evm-common.dtsi | 541 compatible = "ti,tps6594-q1";
|
| H A D | k3-am69-aquila.dtsi | 1690 compatible = "ti,tps6594-q1";
|