Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1288473
| From | Andreas Werner <andreas.werner@men.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | LM90 driver and ti tmp461 detection |
| Date | 2015-12-10 13:20 +0100 |
| Message-ID | <qE8mt-63V-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, i have a temperature sensor device named "TI TMP461" which is quite the same than the tmp451 which is already included in the lm90 driver. I just want to add the tmp461 to the driver but currently i have no way to differ between the tmp461 and tmp451. The main different is that the tmp461 address can be configured by to Pins whereas the tmp451 has a fixed address. The register layout is quite the same except that the tmp461 has one register more (0x16 Channel Enable Register). Every zero bit is the same for both bits, so we cannot use these bits for identification. Does anybody of you have a tmp451 to read out the register 0x16 (which is not implement but i expect a value). May be we can use this to identify the tmp461. Regards Andy -- 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/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
LM90 driver and ti tmp461 detection Andreas Werner <andreas.werner@men.de> - 2015-12-10 13:20 +0100
Re: LM90 driver and ti tmp461 detection Guenter Roeck <linux@roeck-us.net> - 2015-12-10 17:50 +0100
Re: LM90 driver and ti tmp461 detection Andreas Werner <andreas.werner@men.de> - 2015-12-10 18:20 +0100
Re: LM90 driver and ti tmp461 detection Guenter Roeck <linux@roeck-us.net> - 2015-12-10 18:50 +0100
Re: LM90 driver and ti tmp461 detection Andreas Werner <andreas.werner@men.de> - 2015-12-10 19:10 +0100
Re: LM90 driver and ti tmp461 detection Guenter Roeck <linux@roeck-us.net> - 2015-12-10 18:50 +0100
Re: LM90 driver and ti tmp461 detection Andreas Werner <andreas.werner@men.de> - 2015-12-10 19:20 +0100
csiph-web