From: Hans de Goede <j.w.r.degoede@hhs.nl>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] Proposal
Date: Sun, 08 Apr 2007 18:56:30 +0000 [thread overview]
Message-ID: <46193ADE.5000303@hhs.nl> (raw)
In-Reply-To: <200704081630.17151.hjk@linutronix.de>
Hans-Jürgen Koch wrote:
> Am Sonntag 08 April 2007 19:36 schrieb Hans de Goede:
>> Hans-Jürgen Koch wrote:
>>> Am Sonntag 08 April 2007 15:51 schrieb Hans de Goede:
>>>> The abituguru3 has a register which contains a motherboard ID. The
>>>> current driver uses this ID, to look up info about the motherboard in a
>>>> somewhat lenght table in the driver.
>>> Can you elaborate your design decision a bit? My first idea would be to
>>> have a sysfs file that delivers that motherboard ID and then do the
>>> lookup in user space.
>> As I don't want the abituguru3 driver to create entries in sysfs for
>> sensors which aren't there, and as without the table in the driver I cannot
>> be sure wether to create an in / temp / fan device for a given sensor
>> address.
>
> Good point. Anyway, most sensor drivers have no way of knowing which of their
> inputs are actually used. The LM93 driver I'm currently working on is a
> monster that creates about 160 (!) sysfs files. I don't find it easy to
> judge what's worse, having a few unused sysfs files or a large table in
> kernel space.
>
Only 160? My abituguru 1/2 driver creates 177 for my motherboard and even more
on some others (it can detect used versus unused inputs). And the abituguru3
driver can create 230 with known motherboards, and if i wouldn't use the table
approach it would create 384 entries. Sorry I'm bragging here I couldn't help
myself, and hopefully this also makes it even clearer why I went with the table
approach.
Also notice that the table (except for the used entry) could be made so that it
is freed after module initialisation (currently it isn't).
>> Last but not least doing things this way allows me to always give
>> a proper reading without userspace needing to "guess" any further
>> nescesarry calculations to get from the reading to an actual measurement.
>
> I agree that this is convenient, especially when reading sysfs values e.g.
> from a script (without a library that could do table lookups). This is
> probably a strong argument in favor of your table solution.
>
Yes its very convinient, in an ideal world all hwmon drivers would do this and
libsensors would not be necessary. This is in no way meant to say that other
drivers are written badly, I know the hardware makes it nearly impossible todo
this for other drivers.
Regards,
Hans
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next prev parent reply other threads:[~2007-04-08 18:56 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-08 14:30 [lm-sensors] Proposal Hans-Jürgen Koch
2007-04-08 17:36 ` Hans de Goede
2007-04-08 18:31 ` Hans-Jürgen Koch
2007-04-08 18:56 ` Hans de Goede [this message]
2007-04-08 19:18 ` Hans-Jürgen Koch
2007-04-09 11:23 ` Jean Delvare
2007-04-09 11:27 ` Jean Delvare
2007-04-09 12:24 ` Jean Delvare
2007-04-09 12:26 ` Hans de Goede
2007-04-09 12:34 ` Hans de Goede
2007-04-09 12:50 ` Hans de Goede
2007-04-11 11:35 ` Jean Delvare
2007-04-11 11:49 ` Jean Delvare
2007-04-11 11:56 ` Jean Delvare
2007-04-11 13:49 ` Hans de Goede
2007-06-16 15:14 ` Mark M. Hoffman
2007-06-16 15:21 ` Mark M. Hoffman
2007-06-16 15:42 ` Mark M. Hoffman
2007-06-16 19:35 ` Hans de Goede
2007-06-16 19:40 ` Hans de Goede
2007-06-16 19:50 ` Hans de Goede
2007-06-16 19:52 ` Mark M. Hoffman
2007-06-18 18:31 ` Jean Delvare
2007-06-18 19:58 ` Hans de Goede
2007-06-19 7:59 ` Jean Delvare
2007-06-19 8:15 ` Jean Delvare
2007-06-19 8:31 ` Hans de Goede
2007-06-19 12:27 ` Mark M. Hoffman
2007-06-24 11:43 ` Jean Delvare
2007-06-24 12:11 ` Jean Delvare
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46193ADE.5000303@hhs.nl \
--to=j.w.r.degoede@hhs.nl \
--cc=lm-sensors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.