diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /Documentation/i2c/busses/i2c-amd756 |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'Documentation/i2c/busses/i2c-amd756')
-rw-r--r-- | Documentation/i2c/busses/i2c-amd756 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/i2c/busses/i2c-amd756 b/Documentation/i2c/busses/i2c-amd756 new file mode 100644 index 000000000000..67f30874d0bf --- /dev/null +++ b/Documentation/i2c/busses/i2c-amd756 | |||
@@ -0,0 +1,25 @@ | |||
1 | Kernel driver i2c-amd756 | ||
2 | |||
3 | Supported adapters: | ||
4 | * AMD 756 | ||
5 | * AMD 766 | ||
6 | * AMD 768 | ||
7 | * AMD 8111 | ||
8 | Datasheets: Publicly available on AMD website | ||
9 | |||
10 | * nVidia nForce | ||
11 | Datasheet: Unavailable | ||
12 | |||
13 | Authors: | ||
14 | Frodo Looijaard <frodol@dds.nl>, | ||
15 | Philip Edelbrock <phil@netroedge.com> | ||
16 | |||
17 | Description | ||
18 | ----------- | ||
19 | |||
20 | This driver supports the AMD 756, 766, 768 and 8111 Peripheral Bus | ||
21 | Controllers, and the nVidia nForce. | ||
22 | |||
23 | Note that for the 8111, there are two SMBus adapters. The SMBus 1.0 adapter | ||
24 | is supported by this driver, and the SMBus 2.0 adapter is supported by the | ||
25 | i2c-amd8111 driver. | ||