All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean Delvare <khali@linux-fr.org>
To: Steven King <sfking00@yahoo.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org,
	LM Sensors <lm-sensors@lm-sensors.org>
Subject: Re: [lm-sensors] [PATCH v2] hwmon: driver for TI tmp102 temperature
Date: Sat, 03 Apr 2010 07:23:40 +0000	[thread overview]
Message-ID: <20100403092340.52862542@hyperion.delvare> (raw)
In-Reply-To: <20100315135217.550a6aba@hyperion.delvare>

Hi Steven,

On Mon, 15 Mar 2010 13:52:17 +0100, Jean Delvare wrote:
> Hi Steven,
> 
> On Sat, 13 Mar 2010 20:00:35 -0800, Steven King wrote:
> > Driver for the TI TMP102.
> > 
> > Signed-off-by: Steven King <sfking@fdwdc.com>
> > ---
> > 
> > The TI TMP102 is similar to the lm75.  It differs from the lm75 by having a 16
> > bit conf register and the temp registers have a minimum resolution of 12bits;
> > the extended conf register can select 13 bit resolution (which this driver
> > does) and also change the update rate (which this driver currently doesn't
> > use).
> > 
> > V2: removed broken and unneeded detection routine,
> >     made temperature conversion use base 1000 instead of base 100.
> >     (per Jean Delvare's feed back)
> >     incorporated fixes for the loop and made dev_pm_ops const.
> >     (per Andrew Morton's patch)
> > 
> >  Documentation/hwmon/tmp102 |   27 ++++
> >  drivers/hwmon/Kconfig      |   10 ++
> >  drivers/hwmon/Makefile     |    1 +
> >  drivers/hwmon/tmp102.c     |  296 ++++++++++++++++++++++++++++++++++++++++++++
> >  4 files changed, 334 insertions(+), 0 deletions(-)
> 
> Here's my review. Feel free to pick whatever you like in it and ignore
> the rest. Then submit a final version for upstream integration.

Any update? Would be great to not lose all the work that both you and
me put in this driver so far.

-- 
Jean Delvare

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

WARNING: multiple messages have this Message-ID (diff)
From: Jean Delvare <khali@linux-fr.org>
To: Steven King <sfking00@yahoo.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org,
	LM Sensors <lm-sensors@lm-sensors.org>
Subject: Re: [lm-sensors] [PATCH v2] hwmon: driver for TI tmp102 temperature sensor
Date: Sat, 3 Apr 2010 09:23:40 +0200	[thread overview]
Message-ID: <20100403092340.52862542@hyperion.delvare> (raw)
In-Reply-To: <20100315135217.550a6aba@hyperion.delvare>

Hi Steven,

On Mon, 15 Mar 2010 13:52:17 +0100, Jean Delvare wrote:
> Hi Steven,
> 
> On Sat, 13 Mar 2010 20:00:35 -0800, Steven King wrote:
> > Driver for the TI TMP102.
> > 
> > Signed-off-by: Steven King <sfking@fdwdc.com>
> > ---
> > 
> > The TI TMP102 is similar to the lm75.  It differs from the lm75 by having a 16
> > bit conf register and the temp registers have a minimum resolution of 12bits;
> > the extended conf register can select 13 bit resolution (which this driver
> > does) and also change the update rate (which this driver currently doesn't
> > use).
> > 
> > V2: removed broken and unneeded detection routine,
> >     made temperature conversion use base 1000 instead of base 100.
> >     (per Jean Delvare's feed back)
> >     incorporated fixes for the loop and made dev_pm_ops const.
> >     (per Andrew Morton's patch)
> > 
> >  Documentation/hwmon/tmp102 |   27 ++++
> >  drivers/hwmon/Kconfig      |   10 ++
> >  drivers/hwmon/Makefile     |    1 +
> >  drivers/hwmon/tmp102.c     |  296 ++++++++++++++++++++++++++++++++++++++++++++
> >  4 files changed, 334 insertions(+), 0 deletions(-)
> 
> Here's my review. Feel free to pick whatever you like in it and ignore
> the rest. Then submit a final version for upstream integration.

Any update? Would be great to not lose all the work that both you and
me put in this driver so far.

-- 
Jean Delvare

  reply	other threads:[~2010-04-03  7:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-14  4:00 [lm-sensors] [PATCH v2] hwmon: driver for TI tmp102 temperature Steven King
2010-03-14  4:00 ` [PATCH v2] hwmon: driver for TI tmp102 temperature sensor Steven King
2010-03-15 12:52 ` [lm-sensors] [PATCH v2] hwmon: driver for TI tmp102 temperature Jean Delvare
2010-03-15 12:52   ` [PATCH v2] hwmon: driver for TI tmp102 temperature sensor Jean Delvare
2010-04-03  7:23   ` Jean Delvare [this message]
2010-04-03  7:23     ` [lm-sensors] " Jean Delvare
2010-05-04  9:36     ` [lm-sensors] [PATCH v2] hwmon: driver for TI tmp102 temperature Jean Delvare
2010-05-04  9:36       ` [lm-sensors] [PATCH v2] hwmon: driver for TI tmp102 temperature sensor Jean Delvare
2010-05-05 15:31       ` [lm-sensors] [PATCH v2] hwmon: driver for TI tmp102 temperature Steven King
2010-05-05 15:31         ` [lm-sensors] [PATCH v2] hwmon: driver for TI tmp102 temperature sensor Steven King
2010-05-17 12:20         ` [lm-sensors] [PATCH v2] hwmon: driver for TI tmp102 temperature Jean Delvare
2010-05-17 12:20           ` [lm-sensors] [PATCH v2] hwmon: driver for TI tmp102 temperature sensor Jean Delvare

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100403092340.52862542@hyperion.delvare \
    --to=khali@linux-fr.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lm-sensors@lm-sensors.org \
    --cc=sfking00@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.