aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/sht3x.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25hwmon: (sht3x) read out sensor serial numberStefan Gloor1-1/+65
2023-08-21hwmon: (sht3x) convert some of sysfs interface to hwmonJuenKit Yip1-136/+251
2023-06-17hwmon: (sht3x) complement sysfs interface for sts3xJuenKit Yip1-0/+8
2023-06-17hwmon: (sht3x) Add new non-stardard sysfs attributeJuenKit Yip1-0/+33
2023-06-17hwmon: (sht3x) add medium repeatability supportJuenKit Yip1-0/+24
2023-06-17hwmon: (sht3x)replace "high-precision" property to "repeatability"JuenKit Yip1-8/+13
2023-06-17hwmon: (sht3x) remove blocking_io propertyJuenKit Yip1-22/+11
2023-06-17hwmon: (sht3x) remove sht3x_platform_dataJuenKit Yip1-12/+8
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-12-04hwmon: use sysfs_emit() to instead of scnprintf()ye xingchen1-6/+6
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-4/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-11/+1
2019-02-18hwmon: (sht3x) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-34/+16
2018-01-12hwmon: (sht3x) wait predefined limits loading complete before accessEmiliano Ingrassia1-0/+7
2016-07-31hwmon: (sht3x) set initial jiffies to last_updateMatt Ranostay1-1/+1
2016-07-16hwmon: (sht3x) add humidity heater element controlMatt Ranostay1-0/+50
2016-06-27hwmon: add support for Sensirion SHT3x sensorsDavid Frey1-0/+725