summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp513.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (tmp513) Use SI constants from units.hAndy Shevchenko2023-12-111-11/+10
* hwmon: (tmp513) Simplify with dev_err_probe()Andy Shevchenko2023-12-111-20/+15
* hwmon: (tmp513) Don't use "proxy" headersAndy Shevchenko2023-12-111-2/+6
* hwmon: tmp513: Simplify tmp51x_read_properties()Biju Das2023-10-271-5/+2
* hwmon: tmp513: Add max_channels variable to struct tmp51x_dataBiju Das2023-10-271-26/+23
* hwmon: (tmp513) Simplify probe()Biju Das2023-08-251-4/+1
* hwmon: (tmp513) Fix the channel number in tmp51x_is_visible()Biju Das2023-08-251-1/+1
* hwmon: (tmp513) fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-211-1/+1
* hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-081-1/+1
* hwmon: tmp513: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-04-191-1/+1
* hwmon: tmp512: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-121-1/+1
* hwmon: (tmp513) fix spelling typo in commentsWang Qing2020-10-041-1/+1
* hwmon: (tmp513) use simple i2c probeStephen Kitt2020-09-231-5/+4
* hwmon: (tmmp513) Replace HTTP links with HTTPS linksAlexander A. Klimov2020-07-241-2/+2
* hwmon: Add driver for Texas Instruments TMP512/513 sensor chips.Eric Tremblay2019-11-211-0/+772