Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-07 Thread Guenter Roeck
On Wed, May 07, 2014 at 09:58:06AM -0700, Tomas Pop wrote: > On Die, 2014-05-06 at 19:47 -0700, Guenter Roeck wrote: > > Great. Unfortunately those chips are so small that they don't fit on > > my test boards, or I would have ordered some myself. I am looking forward > > to see those boards

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-07 Thread Tomas Pop
On Die, 2014-05-06 at 19:47 -0700, Guenter Roeck wrote: > Great. Unfortunately those chips are so small that they don't fit on > my test boards, or I would have ordered some myself. I am looking forward > to see those boards available for order somewhere ... hopefully at a lower > price point than

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-07 Thread Tomas Pop
On Die, 2014-05-06 at 19:47 -0700, Guenter Roeck wrote: Great. Unfortunately those chips are so small that they don't fit on my test boards, or I would have ordered some myself. I am looking forward to see those boards available for order somewhere ... hopefully at a lower price point than

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-07 Thread Guenter Roeck
On Wed, May 07, 2014 at 09:58:06AM -0700, Tomas Pop wrote: On Die, 2014-05-06 at 19:47 -0700, Guenter Roeck wrote: Great. Unfortunately those chips are so small that they don't fit on my test boards, or I would have ordered some myself. I am looking forward to see those boards available for

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-06 Thread Guenter Roeck
On 05/06/2014 09:03 AM, Tomas Pop wrote: Hi Gunter, Yes, that's exactly the idea - we would like to provide basic support for a few low-cost boards as a starting point for anybody who is interested in the sensor. Previously I was testing mostly on some Android devices (kernel 3.4), and it

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-06 Thread Tomas Pop
Hi Gunter, Yes, that's exactly the idea - we would like to provide basic support for a few low-cost boards as a starting point for anybody who is interested in the sensor. Previously I was testing mostly on some Android devices (kernel 3.4), and it seems, that a lot of thinks changed in since

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-06 Thread Guenter Roeck
On 05/06/2014 09:03 AM, Tomas Pop wrote: Hi Gunter, Yes, that's exactly the idea - we would like to provide basic support for a few low-cost boards as a starting point for anybody who is interested in the sensor. Previously I was testing mostly on some Android devices (kernel 3.4), and it

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-06 Thread Tomas Pop
Hi Gunter, Yes, that's exactly the idea - we would like to provide basic support for a few low-cost boards as a starting point for anybody who is interested in the sensor. Previously I was testing mostly on some Android devices (kernel 3.4), and it seems, that a lot of thinks changed in since

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-05 Thread Guenter Roeck
On 05/05/2014 07:01 PM, Tomas Pop wrote: Hi Guenter, Thanks a lot for comments and patience - with the testing you are right, I'm still waiting for board, where I will be able to run latest kernel and have the chip wired in - sorry for this... No problem. Please make sure that the driver has

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-05 Thread Tomas Pop
Hi Guenter, Thanks a lot for comments and patience - with the testing you are right, I'm still waiting for board, where I will be able to run latest kernel and have the chip wired in - sorry for this... Thanks, Tomas On Mon, 2014-05-05 at 18:39 -0700, Guenter Roeck wrote: > Hi Tomas, > > On

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-05 Thread Guenter Roeck
Hi Tomas, On 05/05/2014 06:03 PM, Tomas Pop wrote: Hi Guenter, Here is a corrected version, I tried to address your comments and I'm sending it again with a kind request for comments - we will do some more extensive testing before the final submission, but I would like to make the code as

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-05 Thread Tomas Pop
Hi Guenter, Here is a corrected version, I tried to address your comments and I'm sending it again with a kind request for comments - we will do some more extensive testing before the final submission, but I would like to make the code as complete as as possible before. Here is a list of changes

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-05 Thread Tomas Pop
Hi Guenter, Here is a corrected version, I tried to address your comments and I'm sending it again with a kind request for comments - we will do some more extensive testing before the final submission, but I would like to make the code as complete as as possible before. Here is a list of changes

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-05 Thread Guenter Roeck
Hi Tomas, On 05/05/2014 06:03 PM, Tomas Pop wrote: Hi Guenter, Here is a corrected version, I tried to address your comments and I'm sending it again with a kind request for comments - we will do some more extensive testing before the final submission, but I would like to make the code as

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-05 Thread Tomas Pop
Hi Guenter, Thanks a lot for comments and patience - with the testing you are right, I'm still waiting for board, where I will be able to run latest kernel and have the chip wired in - sorry for this... Thanks, Tomas On Mon, 2014-05-05 at 18:39 -0700, Guenter Roeck wrote: Hi Tomas, On

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-05 Thread Guenter Roeck
On 05/05/2014 07:01 PM, Tomas Pop wrote: Hi Guenter, Thanks a lot for comments and patience - with the testing you are right, I'm still waiting for board, where I will be able to run latest kernel and have the chip wired in - sorry for this... No problem. Please make sure that the driver has

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-02 Thread Guenter Roeck
On Fri, May 02, 2014 at 01:59:29PM -0700, Tomas Pop wrote: > Hi Guenter, thanks for comments! I will include them in third version, > but I have still few questions... > > On Don, 2014-05-01 at 19:06 -0700, Guenter Roeck wrote: > > On 05/01/2014 04:05 PM, Tomas Pop wrote: > > > One more time this

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-02 Thread Tomas Pop
Hi Guenter, thanks for comments! I will include them in third version, but I have still few questions... On Don, 2014-05-01 at 19:06 -0700, Guenter Roeck wrote: > On 05/01/2014 04:05 PM, Tomas Pop wrote: > > One more time this patch sent with correct settings of my email client > > - I'm sorry

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-02 Thread Tomas Pop
Hi Guenter, thanks for comments! I will include them in third version, but I have still few questions... On Don, 2014-05-01 at 19:06 -0700, Guenter Roeck wrote: On 05/01/2014 04:05 PM, Tomas Pop wrote: One more time this patch sent with correct settings of my email client - I'm sorry for

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-02 Thread Guenter Roeck
On Fri, May 02, 2014 at 01:59:29PM -0700, Tomas Pop wrote: Hi Guenter, thanks for comments! I will include them in third version, but I have still few questions... On Don, 2014-05-01 at 19:06 -0700, Guenter Roeck wrote: On 05/01/2014 04:05 PM, Tomas Pop wrote: One more time this patch

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-01 Thread Guenter Roeck
On 05/01/2014 04:05 PM, Tomas Pop wrote: One more time this patch sent with correct settings of my email client - I'm sorry for this. This is a second version of the driver for Sensirion SHTC1 humidity and temperature sensor. Initial version was submitted in July 2012.

[RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-01 Thread Tomas Pop
One more time this patch sent with correct settings of my email client - I'm sorry for this. This is a second version of the driver for Sensirion SHTC1 humidity and temperature sensor. Initial version was submitted in July 2012. http://www.gossamer-threads.com/lists/linux/kernel/1569130#1569130

[RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-01 Thread Tomas Pop
This is a second version of the driver for Sensirion SHTC1 humidity and temperature sensor. Initial version was submitted in July 2012. http://www.gossamer-threads.com/lists/linux/kernel/1569130#1569130 We included suggested corrections formerly discussed in this list after initial submission,

[RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-01 Thread Tomas Pop
This is a second version of the driver for Sensirion SHTC1 humidity and temperature sensor. Initial version was submitted in July 2012. http://www.gossamer-threads.com/lists/linux/kernel/1569130#1569130 We included suggested corrections formerly discussed in this list after initial submission,

[RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-01 Thread Tomas Pop
One more time this patch sent with correct settings of my email client - I'm sorry for this. This is a second version of the driver for Sensirion SHTC1 humidity and temperature sensor. Initial version was submitted in July 2012. http://www.gossamer-threads.com/lists/linux/kernel/1569130#1569130

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-01 Thread Guenter Roeck
On 05/01/2014 04:05 PM, Tomas Pop wrote: One more time this patch sent with correct settings of my email client - I'm sorry for this. This is a second version of the driver for Sensirion SHTC1 humidity and temperature sensor. Initial version was submitted in July 2012.