Re: [PATCH 1/3] iio: humidity: add sht21 relative humidity and temperature sensor driver

2017-02-19 Thread Tomasz Duszynski
On Sun, Feb 19, 2017 at 04:00:41PM +, Jonathan Cameron wrote: > On 19/02/17 15:04, Jonathan Cameron wrote: > > On 19/02/17 14:58, Tomasz Duszynski wrote: > >> Add sht21 relative humidity and temperature sensor driver. There already > >> exists an in-kernel driver under hwmon but with limited

Re: [PATCH 1/3] iio: humidity: add sht21 relative humidity and temperature sensor driver

2017-02-19 Thread Tomasz Duszynski
On Sun, Feb 19, 2017 at 04:00:41PM +, Jonathan Cameron wrote: > On 19/02/17 15:04, Jonathan Cameron wrote: > > On 19/02/17 14:58, Tomasz Duszynski wrote: > >> Add sht21 relative humidity and temperature sensor driver. There already > >> exists an in-kernel driver under hwmon but with limited

Re: [PATCH 1/3] iio: humidity: add sht21 relative humidity and temperature sensor driver

2017-02-19 Thread Tomasz Duszynski
On Sun, Feb 19, 2017 at 05:38:50PM +0100, Peter Meerwald-Stadler wrote: > > > Add sht21 relative humidity and temperature sensor driver. There already > > exists an in-kernel driver under hwmon but with limited functionality > > like humidity and temperature always measured together at predefined

Re: [PATCH 1/3] iio: humidity: add sht21 relative humidity and temperature sensor driver

2017-02-19 Thread Tomasz Duszynski
On Sun, Feb 19, 2017 at 05:38:50PM +0100, Peter Meerwald-Stadler wrote: > > > Add sht21 relative humidity and temperature sensor driver. There already > > exists an in-kernel driver under hwmon but with limited functionality > > like humidity and temperature always measured together at predefined

Re: [PATCH 1/3] iio: humidity: add sht21 relative humidity and temperature sensor driver

2017-02-19 Thread Tomasz Duszynski
On Sun, Feb 19, 2017 at 08:10:54AM -0800, Guenter Roeck wrote: > On 02/19/2017 07:04 AM, Jonathan Cameron wrote: > > On 19/02/17 14:58, Tomasz Duszynski wrote: > > > Add sht21 relative humidity and temperature sensor driver. There already > > > exists an in-kernel driver under hwmon but with

Re: [PATCH 1/3] iio: humidity: add sht21 relative humidity and temperature sensor driver

2017-02-19 Thread Tomasz Duszynski
On Sun, Feb 19, 2017 at 08:10:54AM -0800, Guenter Roeck wrote: > On 02/19/2017 07:04 AM, Jonathan Cameron wrote: > > On 19/02/17 14:58, Tomasz Duszynski wrote: > > > Add sht21 relative humidity and temperature sensor driver. There already > > > exists an in-kernel driver under hwmon but with

Re: [PATCH 1/3] iio: humidity: add sht21 relative humidity and temperature sensor driver

2017-02-19 Thread Peter Meerwald-Stadler
> Add sht21 relative humidity and temperature sensor driver. There already > exists an in-kernel driver under hwmon but with limited functionality > like humidity and temperature always measured together at predefined > resolutions, etc. comments below > New iio driver comes without

Re: [PATCH 1/3] iio: humidity: add sht21 relative humidity and temperature sensor driver

2017-02-19 Thread Peter Meerwald-Stadler
> Add sht21 relative humidity and temperature sensor driver. There already > exists an in-kernel driver under hwmon but with limited functionality > like humidity and temperature always measured together at predefined > resolutions, etc. comments below > New iio driver comes without

Re: [PATCH 1/3] iio: humidity: add sht21 relative humidity and temperature sensor driver

2017-02-19 Thread Guenter Roeck
On 02/19/2017 07:04 AM, Jonathan Cameron wrote: On 19/02/17 14:58, Tomasz Duszynski wrote: Add sht21 relative humidity and temperature sensor driver. There already exists an in-kernel driver under hwmon but with limited functionality like humidity and temperature always measured together at

Re: [PATCH 1/3] iio: humidity: add sht21 relative humidity and temperature sensor driver

2017-02-19 Thread Guenter Roeck
On 02/19/2017 07:04 AM, Jonathan Cameron wrote: On 19/02/17 14:58, Tomasz Duszynski wrote: Add sht21 relative humidity and temperature sensor driver. There already exists an in-kernel driver under hwmon but with limited functionality like humidity and temperature always measured together at

Re: [PATCH 1/3] iio: humidity: add sht21 relative humidity and temperature sensor driver

2017-02-19 Thread Jonathan Cameron
On 19/02/17 15:04, Jonathan Cameron wrote: > On 19/02/17 14:58, Tomasz Duszynski wrote: >> Add sht21 relative humidity and temperature sensor driver. There already >> exists an in-kernel driver under hwmon but with limited functionality >> like humidity and temperature always measured together at

Re: [PATCH 1/3] iio: humidity: add sht21 relative humidity and temperature sensor driver

2017-02-19 Thread Jonathan Cameron
On 19/02/17 15:04, Jonathan Cameron wrote: > On 19/02/17 14:58, Tomasz Duszynski wrote: >> Add sht21 relative humidity and temperature sensor driver. There already >> exists an in-kernel driver under hwmon but with limited functionality >> like humidity and temperature always measured together at

Re: [PATCH 1/3] iio: humidity: add sht21 relative humidity and temperature sensor driver

2017-02-19 Thread Jonathan Cameron
On 19/02/17 14:58, Tomasz Duszynski wrote: > Add sht21 relative humidity and temperature sensor driver. There already > exists an in-kernel driver under hwmon but with limited functionality > like humidity and temperature always measured together at predefined > resolutions, etc. > > New iio

Re: [PATCH 1/3] iio: humidity: add sht21 relative humidity and temperature sensor driver

2017-02-19 Thread Jonathan Cameron
On 19/02/17 14:58, Tomasz Duszynski wrote: > Add sht21 relative humidity and temperature sensor driver. There already > exists an in-kernel driver under hwmon but with limited functionality > like humidity and temperature always measured together at predefined > resolutions, etc. > > New iio

[PATCH 1/3] iio: humidity: add sht21 relative humidity and temperature sensor driver

2017-02-19 Thread Tomasz Duszynski
Add sht21 relative humidity and temperature sensor driver. There already exists an in-kernel driver under hwmon but with limited functionality like humidity and temperature always measured together at predefined resolutions, etc. New iio driver comes without limitations of predecessor, uses

[PATCH 1/3] iio: humidity: add sht21 relative humidity and temperature sensor driver

2017-02-19 Thread Tomasz Duszynski
Add sht21 relative humidity and temperature sensor driver. There already exists an in-kernel driver under hwmon but with limited functionality like humidity and temperature always measured together at predefined resolutions, etc. New iio driver comes without limitations of predecessor, uses