On 12/16/23 14:07, Abdel Alkuor wrote:
On Sat, Dec 16, 2023 at 10:46:53AM -0800, Guenter Roeck wrote:
On 12/16/23 08:39, Abdel Alkuor wrote:
Please explain why the lm75 driver would not work for this chip.
I don't immediately see the problem, especially with TMP112 using almost
the same configuration register layout.
Hi Guenter,
That's a good point, tmp112 is very similar to as6200 except R0/R1 and
EM bits don't exist in as6200. That being said, the current config for
tmp112 in lm75 driver can be used for as6200 as the default R0/R1 is
set to 12bits which is the only resolution supported in as6200.
Should I use tmp112 params for as6200?
Sure, or just add a separate entry for as6200.
Also, can we add support for hwmon_temp_alarm and alert interrupt?
Yes, of course. Just make it conditional on chip types supporting it
(not necessarily all of them, just the ones you know about).
Thanks,
Guenter