aboutsummaryrefslogtreecommitdiff
path: root/Documentation/hwmon/tmp401
AgeCommit message (Collapse)AuthorFilesLines
2019-04-17docs: hwmon: Add an index file and rename docs to *.rstMauro Carvalho Chehab1-93/+0
Now that all files were converted to ReST format, rename them and add an index. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Guenter Roeck <[email protected]>
2019-04-17docs: hwmon: misc files: convert to ReST formatMauro Carvalho Chehab1-2/+28
Convert other files maintained by Guenter to ReST format, in order to allow them to be parsed by Sphinx. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Guenter Roeck <[email protected]>
2016-06-27hwmon: (tmp401) Add support for TI TMP461Andrew F. Davis1-2/+12
Signed-off-by: Andrew F. Davis <[email protected]> Signed-off-by: Guenter Roeck <[email protected]>
2015-05-29hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37Guenter Roeck1-1/+1
I2C address 0x37 may be used by EEPROMs, which can result in false positives. Do not attempt to detect a chip at this address. Reviewed-by: Jean Delvare <[email protected]> Cc: [email protected] # v4.0+ Signed-off-by: Guenter Roeck <[email protected]>
2014-12-08hwmon: (tmp401) Detect TMP435 on all addresses it supportsGuenter Roeck1-1/+1
TMP435 supports a range of I2C addresses, not just 0x4c. Cc: Patrick Titiano <[email protected]> Cc: Bartosz Golaszewski <[email protected]> Reviewed-by: Jean Delvare <[email protected]> Signed-off-by: Guenter Roeck <[email protected]>
2014-12-04hwmon: (tmp401) Add support for TI TMP435Patrick Titiano1-2/+6
Signed-off-by: Patrick Titiano <[email protected]> [Bartosz Golaszewski: prepared for submission, code review fixes] Signed-off-by: Bartosz Golaszewski <[email protected]> [Guenter Roeck: Merged two patches into one] Signed-off-by: Guenter Roeck <[email protected]>
2013-04-21hwmon: (tmp401) Add support for TMP432Guenter Roeck1-2/+9
TMP432 is similar to TMP431 with a second external temperature sensor. Signed-off-by: Guenter Roeck <[email protected]> Acked-by: Jean Delvare <[email protected]>
2013-04-07hwmon: (tmp401) Add support for TMP431Guenter Roeck1-6/+10
TMP431 is compatible to TMP401. Also add support for additional I2C addresses supported by TMP411B and TMP411C. Signed-off-by: Guenter Roeck <[email protected]> Acked-by: Jean Delvare <[email protected]>
2009-06-15hwmon: (tmp401) Add documentationAndre Prendel1-0/+42
Documentation for the tmp401 driver. The documentation describes the tmp401 driver and the supported Texas Instruments TMP401 and TMP411 temperature sensor chips. Further documentation for new sysfs attributes supported by this driver is added to Documentation/hwmon/sysfs-interface. Signed-off-by: Andre Prendel <[email protected]> Acked-by: Hans de Goede <[email protected]> Signed-off-by: Jean Delvare <[email protected]>