This is the second serie of patches for supporting all SHT15 features. The SHT15 sensor supports several functionalities such as i/o checksumming, an embedded heater for dew point cross-validation, two resolution settings and a device-specific feature known as OTP reload. This set of patches brings the ability to use these features. The first patch is a general clean-up of the code (typo and readability) and adds a documentation file. The second patch includes fixes for the probe function (mainly clean-up of the error path). The third patch adds support to read/change the status register, through several sysfs attributes or the platform data structure. The fourth patch adds support for CRC calculation. Jerome Oufella (1): hwmon: (sht15) add support for CRC validation Vivien Didelot (3): hwmon: (sht15) general code clean-up hwmon: (sht15) clean-up the probe function hwmon: (sht15) add support for the status register Documentation/hwmon/sht15 | 75 +++++ drivers/hwmon/sht15.c | 747 +++++++++++++++++++++++++++++++++++---------- include/linux/sht15.h | 18 +- 3 files changed, 668 insertions(+), 172 deletions(-) create mode 100644 Documentation/hwmon/sht15 _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors