aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/tmp513.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-11hwmon: (tmp513) Use SI constants from units.hGravatar Andy Shevchenko 1-11/+10
2023-12-11hwmon: (tmp513) Simplify with dev_err_probe()Gravatar Andy Shevchenko 1-20/+15
2023-12-11hwmon: (tmp513) Don't use "proxy" headersGravatar Andy Shevchenko 1-2/+6
2023-10-27hwmon: tmp513: Simplify tmp51x_read_properties()Gravatar Biju Das 1-5/+2
2023-10-27hwmon: tmp513: Add max_channels variable to struct tmp51x_dataGravatar Biju Das 1-26/+23
2023-08-25hwmon: (tmp513) Simplify probe()Gravatar Biju Das 1-4/+1
2023-08-25hwmon: (tmp513) Fix the channel number in tmp51x_is_visible()Gravatar Biju Das 1-1/+1
2023-08-21hwmon: (tmp513) fix Wvoid-pointer-to-enum-cast warningGravatar Krzysztof Kozlowski 1-1/+1
2023-06-08hwmon: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2023-04-19hwmon: tmp513: constify pointers to hwmon_channel_infoGravatar Krzysztof Kozlowski 1-1/+1
2023-03-12hwmon: tmp512: drop of_match_ptr for ID tableGravatar Krzysztof Kozlowski 1-1/+1
2020-10-04hwmon: (tmp513) fix spelling typo in commentsGravatar Wang Qing 1-1/+1
2020-09-23hwmon: (tmp513) use simple i2c probeGravatar Stephen Kitt 1-5/+4
2020-07-24hwmon: (tmmp513) Replace HTTP links with HTTPS linksGravatar Alexander A. Klimov 1-2/+2
2019-11-21hwmon: Add driver for Texas Instruments TMP512/513 sensor chips.Gravatar Eric Tremblay 1-0/+772