All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] How values are populated in sysfs enteries in LM73 sensor
@ 2014-03-03 18:58 Romanic Dean
  2014-03-03 21:33 ` Jean Delvare
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Romanic Dean @ 2014-03-03 18:58 UTC (permalink / raw)
  To: lm-sensors

Hi all

I am going through LM73 sensor implementation and wanted to know
how different entries in sysfs is populated .

I can see max and min temp. values are hard coded in code itself

 #define LM73_TEMP_MIN           (-256000 / 250)
#define LM73_TEMP_MAX           (255750 / 250)

But what about the current temp. values ,how it is populated?

Is it read from EEPROM and then populated into sysfs entry temp_input1?

Can anyone let me know these values are populated and what is role of
EEPROM here?

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

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

end of thread, other threads:[~2014-03-04  5:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-03 18:58 [lm-sensors] How values are populated in sysfs enteries in LM73 sensor Romanic Dean
2014-03-03 21:33 ` Jean Delvare
2014-03-04  4:36 ` Romanic Dean
2014-03-04  5:15 ` Guenter Roeck

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.