* [lm-sensors] [PATCH 1/3] hwmon: (lm85) Fix ADT7468 frequency table
@ 2010-10-14 7:57 Jean Delvare
2010-10-14 13:29 ` [lm-sensors] [PATCH 1/3] hwmon: (lm85) Fix ADT7468 frequency Guenter Roeck
0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2010-10-14 7:57 UTC (permalink / raw)
To: lm-sensors
The ADT7468 uses the same frequency table as the ADT7463.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: stable@kernel.org
Cc: Darrick J. Wong <djwong@us.ibm.com>
---
drivers/hwmon/lm85.c | 1 +
1 file changed, 1 insertion(+)
--- linux-2.6.36-rc7.orig/drivers/hwmon/lm85.c 2010-10-14 09:25:50.000000000 +0200
+++ linux-2.6.36-rc7/drivers/hwmon/lm85.c 2010-10-14 09:30:12.000000000 +0200
@@ -1259,6 +1259,7 @@ static int lm85_probe(struct i2c_client
switch (data->type) {
case adm1027:
case adt7463:
+ case adt7468:
case emc6d100:
case emc6d102:
data->freq_map = adm1027_freq_map;
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [lm-sensors] [PATCH 1/3] hwmon: (lm85) Fix ADT7468 frequency
2010-10-14 7:57 [lm-sensors] [PATCH 1/3] hwmon: (lm85) Fix ADT7468 frequency table Jean Delvare
@ 2010-10-14 13:29 ` Guenter Roeck
0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2010-10-14 13:29 UTC (permalink / raw)
To: lm-sensors
On Thu, Oct 14, 2010 at 03:57:53AM -0400, Jean Delvare wrote:
> The ADT7468 uses the same frequency table as the ADT7463.
>
> Signed-off-by: Jean Delvare <khali@linux-fr.org>
> Cc: stable@kernel.org
> Cc: Darrick J. Wong <djwong@us.ibm.com>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-14 13:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14 7:57 [lm-sensors] [PATCH 1/3] hwmon: (lm85) Fix ADT7468 frequency table Jean Delvare
2010-10-14 13:29 ` [lm-sensors] [PATCH 1/3] hwmon: (lm85) Fix ADT7468 frequency Guenter Roeck
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.