[PATCH 1/1 v6] hwmon: add support for Sensirion SHT3x sensors

2016-06-02 Thread Pascal Sachs
celsius is 31500. Signed-off-by: Pascal Sachs --- Patch was generated against kernel v4.7-rc1 Changelog = v2 * Change humidity type to u32 since it can't be negative * Use sensor_device_attr instead of device_attr * mutex protect sht3x_read_from_command v3 * Wording in document

[PATCH 1/1 v5] hwmon: add support for Sensirion SHT3x sensors

2016-05-31 Thread Pascal Sachs
celsius is 31500. Signed-off-by: Pascal Sachs --- Patch was generated against kernel v4.7-rc1 Changelog = v2 * Change humidity type to u32 since it can't be negative * Use sensor_device_attr instead of device_attr * mutex protect sht3x_read_from_command v3 * Wording in document

Re: [PATCH 1/1 v4] hwmon: add support for Sensirion SHT3x sensors

2016-05-31 Thread Pascal Sachs
Hi Guenter I want to thank you again for the fast and detailed code review. I really appreciate it. Am 30.05.2016 um 17:45 schrieb Guenter Roeck: Hi Pascal, On 05/30/2016 07:46 AM, Pascal Sachs wrote: From: David Frey This driver implements support for the Sensirion SHT3x-DIS chip, a

[PATCH 1/1 v4] hwmon: add support for Sensirion SHT3x sensors

2016-05-30 Thread Pascal Sachs
celsius is 31500. Signed-off-by: Pascal Sachs --- Patch was generated against kernel v4.7-rc1 Documentation/hwmon/sht3x | 72 drivers/hwmon/Kconfig | 11 + drivers/hwmon/Makefile | 1 + drivers/hwmon/sht3x.c | 724

[PATCH 1/1 v3] hwmon: add support for Sensirion SHT3x sensors

2016-05-26 Thread Pascal Sachs
celsius is 31500. Signed-off-by: Pascal Sachs --- Patch was generated against kernel v4.6-rc7 Documentation/hwmon/sht3x | 72 drivers/hwmon/Kconfig | 11 + drivers/hwmon/Makefile | 1 + drivers/hwmon/sht3x.c | 701

Re: [PATCH 1/1 v2] hwmon: add support for Sensirion SHT3x sensors

2016-05-17 Thread Pascal Sachs
Am 15.05.2016 um 03:34 schrieb Guenter Roeck: > On 04/25/2016 01:42 AM, Pascal Sachs wrote: >> From: David Frey >> >> This driver implements support for the Sensirion SHT3x-DIS chip, >> a humidity and temperature sensor. Temperature is measured >> in degr

[PATCH 1/1 v2] hwmon: add support for Sensirion SHT3x sensors

2016-04-25 Thread Pascal Sachs
celsius is 31500. Signed-off-by: Pascal Sachs --- Patch was generated against kernel v4.6-rc5 Documentation/hwmon/sht3x | 66 drivers/hwmon/Kconfig | 10 + drivers/hwmon/Makefile | 1 + drivers/hwmon/sht3x.c | 675

AW: [PATCH 1/1] hwmon: add support for Sensirion SHT3x sensors

2016-03-14 Thread Pascal Sachs
whitespaces and adds this confidentiality message to the end. I am very sorry about that, but I did not knew that. Regards, Pascal Von: Guenter Roeck [li...@roeck-us.net] Gesendet: Donnerstag, 10. März 2016 20:14 An: Pascal Sachs Cc: Jean Delvare; Jonathan Corbet; lm-sens...@lm-sensors.org; linux

[PATCH 1/1] hwmon: add support for Sensirion SHT3x sensors

2016-03-10 Thread Pascal Sachs
Celsius is 31500. Signed-off-by: Pascal Sachs --- Patch was generated against kernel v4.5-rc7 Documentation/hwmon/sht3x | 42 drivers/hwmon/Kconfig | 10 + drivers/hwmon/Makefile | 1 + drivers/hwmon/sht3x.c | 389