All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH] sensors-detect: Update Texas Instruments
@ 2009-07-06 20:28 Andre Prendel
  2009-07-06 21:19 ` Jean Delvare
  2009-07-07  6:00 ` Andre Prendel
  0 siblings, 2 replies; 3+ messages in thread
From: Andre Prendel @ 2009-07-06 20:28 UTC (permalink / raw)
  To: lm-sensors

Support for TI's TMP411 sensor chip is in mainline since
2.6.31-rc1. So now we can refer to the tmp401 driver.
---

Index: sensors/prog/detect/sensors-detect
=================================--- sensors.orig/prog/detect/sensors-detect	2009-07-06 22:12:13.000000000 +0200
+++ sensors/prog/detect/sensors-detect	2009-07-06 22:12:23.000000000 +0200
@@ -904,7 +904,7 @@
 		i2c_detect => sub { lm90_detect(@_, 9); },
 	}, {
 		name => "Texas Instruments TMP411",
-		driver => "to-be-written",
+		driver => "tmp401",
 		i2c_addrs => [0x4c..0x4e],
 		i2c_detect => sub { lm90_detect(@_, 10); },
 	}, {

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

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

* Re: [lm-sensors] [PATCH] sensors-detect: Update Texas Instruments
  2009-07-06 20:28 [lm-sensors] [PATCH] sensors-detect: Update Texas Instruments Andre Prendel
@ 2009-07-06 21:19 ` Jean Delvare
  2009-07-07  6:00 ` Andre Prendel
  1 sibling, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2009-07-06 21:19 UTC (permalink / raw)
  To: lm-sensors

On Mon, 6 Jul 2009 22:28:46 +0200, Andre Prendel wrote:
> Support for TI's TMP411 sensor chip is in mainline since
> 2.6.31-rc1. So now we can refer to the tmp401 driver.
> ---
> 
> Index: sensors/prog/detect/sensors-detect
> =================================> --- sensors.orig/prog/detect/sensors-detect	2009-07-06 22:12:13.000000000 +0200
> +++ sensors/prog/detect/sensors-detect	2009-07-06 22:12:23.000000000 +0200
> @@ -904,7 +904,7 @@
>  		i2c_detect => sub { lm90_detect(@_, 9); },
>  	}, {
>  		name => "Texas Instruments TMP411",
> -		driver => "to-be-written",
> +		driver => "tmp401",
>  		i2c_addrs => [0x4c..0x4e],
>  		i2c_detect => sub { lm90_detect(@_, 10); },
>  	}, {

Yup, please commit.

-- 
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] 3+ messages in thread

* Re: [lm-sensors] [PATCH] sensors-detect: Update Texas Instruments
  2009-07-06 20:28 [lm-sensors] [PATCH] sensors-detect: Update Texas Instruments Andre Prendel
  2009-07-06 21:19 ` Jean Delvare
@ 2009-07-07  6:00 ` Andre Prendel
  1 sibling, 0 replies; 3+ messages in thread
From: Andre Prendel @ 2009-07-07  6:00 UTC (permalink / raw)
  To: lm-sensors

On Mon, Jul 06, 2009 at 11:19:56PM +0200, Jean Delvare wrote:
> On Mon, 6 Jul 2009 22:28:46 +0200, Andre Prendel wrote:
> > Support for TI's TMP411 sensor chip is in mainline since
> > 2.6.31-rc1. So now we can refer to the tmp401 driver.
> > ---
> > 
> > Index: sensors/prog/detect/sensors-detect
> > =================================> > --- sensors.orig/prog/detect/sensors-detect	2009-07-06 22:12:13.000000000 +0200
> > +++ sensors/prog/detect/sensors-detect	2009-07-06 22:12:23.000000000 +0200
> > @@ -904,7 +904,7 @@
> >  		i2c_detect => sub { lm90_detect(@_, 9); },
> >  	}, {
> >  		name => "Texas Instruments TMP411",
> > -		driver => "to-be-written",
> > +		driver => "tmp401",
> >  		i2c_addrs => [0x4c..0x4e],
> >  		i2c_detect => sub { lm90_detect(@_, 10); },
> >  	}, {
> 
> Yup, please commit.

Done.

> -- 
> 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] 3+ messages in thread

end of thread, other threads:[~2009-07-07  6:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-06 20:28 [lm-sensors] [PATCH] sensors-detect: Update Texas Instruments Andre Prendel
2009-07-06 21:19 ` Jean Delvare
2009-07-07  6:00 ` Andre Prendel

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.