aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hwmon/sht4x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-11hwmon: Fix some kernel-doc commentsYang Li1-1/+2
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-19hwmon: sht4x: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2022-12-04hwmon: use simple i2c probeStephen Kitt1-3/+2
2022-09-25hwmon: (sht4x) do not overflow clamping operation on 32-bit platformsJason A. Donenfeld1-1/+1
2021-12-26hwmon: (sht4x) Add device tree match tableDavid Mosberger-Tang1-0/+7
2021-11-20hwmon: (sht4x) Fix EREMOTEIO errorsDavid Mosberger-Tang1-2/+2
2021-06-17hwmon: (sht4x) Fix sht4x_read_values return valueJoe Perches1-50/+45
2021-06-17hwmon: Add sht4x Temperature and Humidity Sensor DriverNavin Sankar Velliangiri1-0/+301