All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mark M. Hoffman" <mhoffman@lightlink.com>
To: "Darrick J. Wong" <djwong@us.ibm.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	lm-sensors <lm-sensors@lm-sensors.org>
Subject: Re: [lm-sensors] [PATCH v2] adt7473: New driver for Analog
Date: Tue, 19 Feb 2008 03:06:02 +0000	[thread overview]
Message-ID: <20080219030602.GA2859@jupiter.solarsys.private> (raw)
In-Reply-To: <20080218213322.GD5784@tree.beaverton.ibm.com>

Hi Darrick:

* Darrick J. Wong <djwong@us.ibm.com> [2008-02-18 13:33:23 -0800]:
> adt7473: New driver for Analog Devices ADT7473 sensor chip
> 
> This driver reports voltage, temperature and fan sensor readings
> on an ADT7473 chip.
> 
> Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
> ---
> 
>  Documentation/hwmon/adt7473 |   79 +++
>  drivers/hwmon/Kconfig       |   10 
>  drivers/hwmon/Makefile      |    1 
>  drivers/hwmon/adt7473.c     | 1157 +++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 1247 insertions(+), 0 deletions(-)
> 

Applied to hwmon-2.6.git/testing, thanks.

-- 
Mark M. Hoffman
mhoffman@lightlink.com


_______________________________________________
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: "Mark M. Hoffman" <mhoffman@lightlink.com>
To: "Darrick J. Wong" <djwong@us.ibm.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	lm-sensors <lm-sensors@lm-sensors.org>
Subject: Re: [lm-sensors] [PATCH v2] adt7473: New driver for Analog Devices ADT7473 sensor chip
Date: Mon, 18 Feb 2008 22:06:02 -0500	[thread overview]
Message-ID: <20080219030602.GA2859@jupiter.solarsys.private> (raw)
In-Reply-To: <20080218213322.GD5784@tree.beaverton.ibm.com>

Hi Darrick:

* Darrick J. Wong <djwong@us.ibm.com> [2008-02-18 13:33:23 -0800]:
> adt7473: New driver for Analog Devices ADT7473 sensor chip
> 
> This driver reports voltage, temperature and fan sensor readings
> on an ADT7473 chip.
> 
> Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
> ---
> 
>  Documentation/hwmon/adt7473 |   79 +++
>  drivers/hwmon/Kconfig       |   10 
>  drivers/hwmon/Makefile      |    1 
>  drivers/hwmon/adt7473.c     | 1157 +++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 1247 insertions(+), 0 deletions(-)
> 

Applied to hwmon-2.6.git/testing, thanks.

-- 
Mark M. Hoffman
mhoffman@lightlink.com


  reply	other threads:[~2008-02-19  3:06 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-19  3:41 [lm-sensors] [PATCH] adt7473: New driver for Analog Devices ADT7473 Darrick J. Wong
2007-12-19  3:41 ` [PATCH] adt7473: New driver for Analog Devices ADT7473 sensor chip Darrick J. Wong
2007-12-19 14:47 ` [lm-sensors] [PATCH] adt7473: New driver for Analog Devices Jean Delvare
2007-12-19 23:14   ` Darrick J. Wong
2007-12-19 23:14     ` [PATCH] adt7473: New driver for Analog Devices ADT7473 sensor chip Darrick J. Wong
2008-02-17 20:02     ` [lm-sensors] [PATCH] adt7473: New driver for Analog Mark M. Hoffman
2008-02-17 20:02       ` [lm-sensors] [PATCH] adt7473: New driver for Analog Devices ADT7473 sensor chip Mark M. Hoffman
2008-02-18 21:32       ` [lm-sensors] [PATCH] adt7473: New driver for Analog Darrick J. Wong
2008-02-18 21:32         ` [lm-sensors] [PATCH] adt7473: New driver for Analog Devices ADT7473 sensor chip Darrick J. Wong
2008-02-19  9:52         ` [lm-sensors] [PATCH] adt7473: New driver for Analog Devices Jean Delvare
2008-02-19  9:52           ` [PATCH] adt7473: New driver for Analog Devices ADT7473 sensor chip Jean Delvare
2008-02-18 21:33       ` [lm-sensors] [PATCH v2] adt7473: New driver for Analog Devices Darrick J. Wong
2008-02-18 21:33         ` [PATCH v2] adt7473: New driver for Analog Devices ADT7473 sensor chip Darrick J. Wong
2008-02-19  3:06         ` Mark M. Hoffman [this message]
2008-02-19  3:06           ` [lm-sensors] " Mark M. Hoffman
2008-02-19  9:57         ` [lm-sensors] [PATCH v2] adt7473: New driver for Analog Devices Jean Delvare
2008-02-19  9:53       ` [lm-sensors] [PATCH] " Jean Delvare
2008-02-19  9:53         ` [PATCH] adt7473: New driver for Analog Devices ADT7473 sensor chip 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=20080219030602.GA2859@jupiter.solarsys.private \
    --to=mhoffman@lightlink.com \
    --cc=djwong@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lm-sensors@lm-sensors.org \
    /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.