From: laurent.riffard@free.fr (Laurent Riffard)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] [PATCH 2.6-mm 0/5] i2c: add link to module in
Date: Fri, 30 Sep 2005 16:51:46 +0000 [thread overview]
Message-ID: <433D50A9.2020803@free.fr> (raw)
Here is a series of patch to create symbolic links to the module in
/sys/bus/i2c/drivers. It's useful to see which module provides a given
driver.
~$ tree /sys/bus/i2c/drivers/
/sys/bus/i2c/drivers/
|-- i2c_adapter
| |-- bind
| `-- unbind
|-- via686a
| |-- bind
| |-- module -> ../../../../module/via686a
| `-- unbind
|-- w83781d
| |-- 0-002d -> ../../../../devices/pci0000:00/0000:00:04.4/i2c-0/0-002d
| |-- 0-0048 -> ../../../../devices/pci0000:00/0000:00:04.4/i2c-0/0-0048
| |-- 0-0049 -> ../../../../devices/pci0000:00/0000:00:04.4/i2c-0/0-0049
| |-- bind
| |-- module -> ../../../../module/w83781d
| `-- unbind
`-- w83781d-isa
|-- bind
|-- module -> ../../../../module/w83781d
`-- unbind
These patches mainly updates the .owner field of struct xxx_driver variables.
--
laurent
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20050930/ccace4e4/signature.bin
reply other threads:[~2005-09-30 16:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=433D50A9.2020803@free.fr \
--to=laurent.riffard@free.fr \
--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.