Re: [PATCH: 2.6.11-rc5] i2c chips: add adt7461 support to lm90 driver

2005-03-03 Thread Jean Delvare
Hi James, > A revised adt7461 patch addressing all of Jean's comments is > attached. > > This driver will detect the adt7461 chip only if boot firmware > has left the chip in its default lm90-compatible mode. I'm fine with the idea but not quite with your implementation: > @@ -221,6 +229,8 @@ >

Re: [PATCH: 2.6.11-rc5] i2c chips: add adt7461 support to lm90 driver

2005-03-03 Thread James Chapman
A revised adt7461 patch addressing all of Jean's comments is attached. This driver will detect the adt7461 chip only if boot firmware has left the chip in its default lm90-compatible mode. i2c: add adt7461 chip support Signed-off-by: James Chapman <[EMAIL PROTECTED]> The Analog Devices ADT7461 t

Re: [PATCH: 2.6.11-rc5] i2c chips: add adt7461 support to lm90 driver

2005-03-02 Thread Jean Delvare
Hi James, > > Add ADT7461 (temperature sensor) support to LM90 driver. > > > > Signed-off-by: James Chapman <[EMAIL PROTECTED]> > > Applied, thanks. I had Greg drop this patch because it doesn't seem to be correct to me. The patch assumes that the ADT7461 is 100% compatible with the ADM1032. Th

Re: [PATCH: 2.6.11-rc5] i2c chips: add adt7461 support to lm90 driver

2005-03-02 Thread Greg KH
On Mon, Feb 28, 2005 at 05:13:35PM +, James Chapman wrote: > Add ADT7461 (temperature sensor) support to LM90 driver. > > Signed-off-by: James Chapman <[EMAIL PROTECTED]> Applied, thanks. greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mess

[PATCH: 2.6.11-rc5] i2c chips: add adt7461 support to lm90 driver

2005-02-28 Thread James Chapman
Add ADT7461 (temperature sensor) support to LM90 driver. Signed-off-by: James Chapman <[EMAIL PROTECTED]> diff -Nru a/drivers/i2c/chips/lm90.c b/drivers/i2c/chips/lm90.c --- a/drivers/i2c/chips/lm90.c 2005-02-27 13:24:11 +00:00 +++ b/drivers/i2c/chips/lm90.c 2005-02-27 13:24:11 +00:00 @@ -85,7