All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6] probe fewer addresses for asb100 (sensors) driver
@ 2005-05-19  6:25 Mark M. Hoffman
  2005-05-19  6:25 ` Jean Delvare
  2005-05-19  6:25 ` Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Mark M. Hoffman @ 2005-05-19  6:25 UTC (permalink / raw)
  To: lm-sensors

Hi Greg:

This patch limits SMBus scanning for the asb100 sensor chip
to just one address - the only one we've ever seen in practice.

Signed-off-by Mark M. Hoffman <mhoffman@lightlink.com>

Index: linux-2.6.10-mmh/drivers/i2c/chips/asb100.c
=================================--- linux-2.6.10-mmh.orig/drivers/i2c/chips/asb100.c	2005-01-02 16:17:07.127720911 -0500
+++ linux-2.6.10-mmh/drivers/i2c/chips/asb100.c	2005-01-02 16:17:16.098274578 -0500
@@ -56,8 +56,7 @@
 #define ASB100_VERSION "1.0.0"
 
 /* I2C addresses to scan */
-static unsigned short normal_i2c[] = { 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d,
-					0x2e, 0x2f, I2C_CLIENT_END };
+static unsigned short normal_i2c[] = { 0x2d, I2C_CLIENT_END };
 
 /* ISA addresses to scan (none) */
 static unsigned int normal_isa[] = { I2C_CLIENT_ISA_END };

-- 
Mark M. Hoffman
mhoffman@lightlink.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 2.6] probe fewer addresses for asb100 (sensors) driver
  2005-05-19  6:25 [PATCH 2.6] probe fewer addresses for asb100 (sensors) driver Mark M. Hoffman
@ 2005-05-19  6:25 ` Jean Delvare
  2005-05-19  6:25 ` Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2005-05-19  6:25 UTC (permalink / raw)
  To: lm-sensors

Hi Mark,

> This patch limits SMBus scanning for the asb100 sensor chip
> to just one address - the only one we've ever seen in practice.

Nice!

Could you please update lm_sensors2/doc/chips/asb100 accordingly?

Thanks,
-- 
Jean Delvare
http://khali.linux-fr.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 2.6] probe fewer addresses for asb100 (sensors) driver
  2005-05-19  6:25 [PATCH 2.6] probe fewer addresses for asb100 (sensors) driver Mark M. Hoffman
  2005-05-19  6:25 ` Jean Delvare
@ 2005-05-19  6:25 ` Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2005-05-19  6:25 UTC (permalink / raw)
  To: lm-sensors

On Sun, Jan 02, 2005 at 04:25:01PM -0500, Mark M. Hoffman wrote:
> Hi Greg:
> 
> This patch limits SMBus scanning for the asb100 sensor chip
> to just one address - the only one we've ever seen in practice.

Applied, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-19  6:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-19  6:25 [PATCH 2.6] probe fewer addresses for asb100 (sensors) driver Mark M. Hoffman
2005-05-19  6:25 ` Jean Delvare
2005-05-19  6:25 ` Greg KH

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.