From: jim.cromie@gmail.com (Jim Cromie)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] Super-IO locking
Date: Mon, 16 Jan 2006 01:18:16 +0000 [thread overview]
Message-ID: <43CAF458.8080707@gmail.com> (raw)
Jean and friends,
SuperIO devices typically hide many functional units behind 2 io-bus
addresses.
These various units/devices will obviously have separate drivers to
control them,
leading to the potential that 2 drivers will clash over the 'port'.
As I see it, we need a place to put a lock for the sio port, ideally without
creating a dependency of one driver on another. That said, its seems a
bit like
overkill to create a 3rd module which merely holds the lock that both
drivers use,
and therefore depend upon. IOW, this replaces one dependency for another.
OTOH, an sio-lock manager which provides a lock for any sio port user
(that uses the helper) could be justified. There are a bunch of SuperIO
units in the hwmon/* world, so this seems like the right place to find
potential module clients.
Any comments ?
next reply other threads:[~2006-01-16 1:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-16 1:18 Jim Cromie [this message]
2006-01-20 19:48 ` [lm-sensors] Super-IO locking Jean Delvare
2006-01-21 0:59 ` Jim Cromie
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=43CAF458.8080707@gmail.com \
--to=jim.cromie@gmail.com \
--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.