Searched full:tmp401 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/Documentation/hwmon/ |
H A D | tmp401.rst | 1 Kernel driver tmp401 6 * Texas Instruments TMP401 8 Prefix: 'tmp401' 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html 56 This driver implements support for Texas Instruments TMP401, TMP411, 67 The TMP411 and TMP431 chips are compatible with TMP401. TMP411 provides 79 TMP432 is compatible with TMP401 and TMP431. It supports two external
|
H A D | index.rst | 218 tmp401
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | ti,tmp401.yaml | 4 $id: http://devicetree.org/schemas/hwmon/ti,tmp401.yaml# 7 title: TMP401, TPM411 and TMP43x temperature sensor 16 https://www.ti.com/lit/ds/symlink/tmp401.pdf 24 - ti,tmp401 59 - ti,tmp401 69 - ti,tmp401 88 compatible = "ti,tmp401";
|
/openbmc/linux/drivers/hwmon/ |
H A D | tmp401.c | 2 /* tmp401.c 14 * Driver for the Texas Instruments TMP401 SMBUS temperature sensor IC. 35 enum chips { tmp401, tmp411, tmp431, tmp432, tmp435 }; enumerator 38 * The TMP401 registers, note some registers have different addresses for 94 { "tmp401", tmp401 }, 579 if (data->kind == tmp401) { in tmp401_init_client() 580 dev_err(&data->client->dev, "ti,tmp401 does not support n-factor correction\n"); in tmp401_init_client() 594 if (data->kind == tmp401 || data->kind == tmp411) { in tmp401_init_client() 595 dev_err(&data->client->dev, "ti,tmp401 or ti,tmp411 does not support beta compensation\n"); in tmp401_init_client() 631 kind = tmp401; in tmp401_detect() [all …]
|
H A D | Makefile | 210 obj-$(CONFIG_SENSORS_TMP401) += tmp401.o
|
H A D | Kconfig | 2130 tristate "Texas Instruments TMP401 and compatibles" 2134 If you say yes here you get support for Texas Instruments TMP401, 2138 will be called tmp401.
|
/openbmc/linux/ |
H A D | MAINTAINERS | 21757 TMP401 HARDWARE MONITOR DRIVER 21761 F: Documentation/devicetree/bindings/hwmon/ti,tmp401.yaml 21762 F: Documentation/hwmon/tmp401.rst 21763 F: drivers/hwmon/tmp401.c
|
H A D | opengrok2.0.log | [all...] |
H A D | opengrok0.0.log | 72 2024-12-28 20:09:05.966-0600 FINEST t1110 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/Documentation/devicetree/bindings/hwmon/ti,tmp401.yaml.gz' [all...] |