aboutsummaryrefslogtreecommitdiff
path: root/Documentation/hwmon/tmp103
AgeCommit message (Collapse)AuthorFilesLines
2019-04-17docs: hwmon: Add an index file and rename docs to *.rstMauro Carvalho Chehab1-33/+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-0/+5
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: Driver for TI TMP103 temperature sensorHeiko Schocher1-0/+28
Driver for the TI TMP103. The TI TMP103 is similar to the TMP102. It differs from the TMP102 by having only 8 bit registers. Signed-off-by: Heiko Schocher <[email protected]> [[email protected]: Select REGMAP_I2C in Kconfig] Signed-off-by: Guenter Roeck <[email protected]>