All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] Super-IO locking
@ 2006-01-16  1:18 Jim Cromie
  2006-01-20 19:48 ` Jean Delvare
  2006-01-21  0:59 ` Jim Cromie
  0 siblings, 2 replies; 3+ messages in thread
From: Jim Cromie @ 2006-01-16  1:18 UTC (permalink / raw)
  To: lm-sensors


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 ?



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

end of thread, other threads:[~2006-01-21  0:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-16  1:18 [lm-sensors] Super-IO locking Jim Cromie
2006-01-20 19:48 ` Jean Delvare
2006-01-21  0:59 ` Jim Cromie

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.