aboutsummaryrefslogtreecommitdiff
path: root/Documentation/hwmon/tmp421
AgeCommit message (Collapse)AuthorFilesLines
2019-04-17docs: hwmon: Add an index file and rename docs to *.rstMauro Carvalho Chehab1-66/+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: convert remaining files to ReST formatMauro Carvalho Chehab1-2/+24
Convert all other hwmon files 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]>
2014-08-04hwmon: (tmp421) Add support for TMP441 and TMP442Guenter Roeck1-7/+15
TMP441 and TMP442 are compatible to TMP421 and TMP422. Signed-off-by: Guenter Roeck <[email protected]> Reviewed-by: Jean Delvare <[email protected]>
2014-08-04hwmon: (tmp421) Strengthen detect functionGuenter Roeck1-2/+2
Not all supported chips support the entire I2C address range. Only accept specific chips at the addresses supported by that chip. Check for invalid values in conversion rate and status registers. Signed-off-by: Guenter Roeck <[email protected]> Reviewed-by: Jean Delvare <[email protected]>
2009-09-15hwmon: (tmp421) Add documentationAndre Prendel1-0/+36
Add documentation for the tmp421 driver. Signed-off-by: Andre Prendel <[email protected]> Acked-by: Hans de Goede <[email protected]> Signed-off-by: Jean Delvare <[email protected]>