Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756745AbZCESBz (ORCPT ); Thu, 5 Mar 2009 13:01:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754786AbZCESBq (ORCPT ); Thu, 5 Mar 2009 13:01:46 -0500 Received: from zone0.gcu-squad.org ([212.85.147.21]:22872 "EHLO services.gcu-squad.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754055AbZCESBq (ORCPT ); Thu, 5 Mar 2009 13:01:46 -0500 Date: Thu, 5 Mar 2009 19:01:26 +0100 From: Jean Delvare To: djwong@us.ibm.com Cc: Andrew Morton , linux-kernel , lm-sensors Subject: Re: [PATCH] lm90: Document support for the MAX6648/6692 chips Message-ID: <20090305190126.249bd10f@hyperion.delvare> In-Reply-To: <20090305173732.GM6550@plum> References: <20090302210106.GD6550@plum> <20090305152517.4e0b8983@hyperion.delvare> <20090305154729.GL6550@plum> <20090305174418.02fd9593@hyperion.delvare> <20090305173732.GM6550@plum> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.14.4; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2179 Lines: 54 On Thu, 5 Mar 2009 09:37:33 -0800, Darrick J. Wong wrote: > Update documentation to prevent further confusion/duplication. > > Signed-off-by: Darrick J. Wong > --- > > drivers/hwmon/Kconfig | 4 ++-- > drivers/hwmon/lm90.c | 8 ++++---- > 2 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig > index 8c312c6..7da49d3 100644 > --- a/drivers/hwmon/Kconfig > +++ b/drivers/hwmon/Kconfig > @@ -550,8 +550,8 @@ config SENSORS_LM90 > help > If you say yes here you get support for National Semiconductor LM90, > LM86, LM89 and LM99, Analog Devices ADM1032 and ADT7461, and Maxim > - MAX6646, MAX6647, MAX6649, MAX6657, MAX6658, MAX6659, MAX6680 and > - MAX6681 sensor chips. > + MAX6646, MAX6647, MAX6649, MAX6657, MAX6658, MAX6659, MAX6680, > + MAX6648, MAX6692 and MAX6681 sensor chips. > > This driver can also be built as a module. If so, the module > will be called lm90. > diff --git a/drivers/hwmon/lm90.c b/drivers/hwmon/lm90.c > index 96a7018..58012b7 100644 > --- a/drivers/hwmon/lm90.c > +++ b/drivers/hwmon/lm90.c > @@ -32,10 +32,10 @@ > * supported by this driver. These chips lack the remote temperature > * offset feature. > * > - * This driver also supports the MAX6646, MAX6647 and MAX6649 chips > - * made by Maxim. These are again similar to the LM86, but they use > - * unsigned temperature values and can report temperatures from 0 to > - * 145 degrees. > + * This driver also supports the MAX6646, MAX6647, MAX6648, MAX6649, and > + * MAX6692 chips made by Maxim. These are again similar to the LM86, > + * but they use unsigned temperature values and can report temperatures > + * from 0 to 145 degrees. > * > * This driver also supports the MAX6680 and MAX6681, two other sensor > * chips made by Maxim. These are quite similar to the other Maxim Applied, thanks! -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/