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-via |
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-via')
-rw-r--r-- | Documentation/i2c/busses/i2c-via | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Documentation/i2c/busses/i2c-via b/Documentation/i2c/busses/i2c-via new file mode 100644 index 000000000000..55edfe1a640b --- /dev/null +++ b/Documentation/i2c/busses/i2c-via | |||
@@ -0,0 +1,34 @@ | |||
1 | Kernel driver i2c-via | ||
2 | |||
3 | Supported adapters: | ||
4 | * VIA Technologies, InC. VT82C586B | ||
5 | Datasheet: Publicly available at the VIA website | ||
6 | |||
7 | Author: Kyösti Mälkki <kmalkki@cc.hut.fi> | ||
8 | |||
9 | Description | ||
10 | ----------- | ||
11 | |||
12 | i2c-via is an i2c bus driver for motherboards with VIA chipset. | ||
13 | |||
14 | The following VIA pci chipsets are supported: | ||
15 | - MVP3, VP3, VP2/97, VPX/97 | ||
16 | - others with South bridge VT82C586B | ||
17 | |||
18 | Your lspci listing must show this : | ||
19 | |||
20 | Bridge: VIA Technologies, Inc. VT82C586B ACPI (rev 10) | ||
21 | |||
22 | Problems? | ||
23 | |||
24 | Q: You have VT82C586B on the motherboard, but not in the listing. | ||
25 | |||
26 | A: Go to your BIOS setup, section PCI devices or similar. | ||
27 | Turn USB support on, and try again. | ||
28 | |||
29 | Q: No error messages, but still i2c doesn't seem to work. | ||
30 | |||
31 | A: This can happen. This driver uses the pins VIA recommends in their | ||
32 | datasheets, but there are several ways the motherboard manufacturer | ||
33 | can actually wire the lines. | ||
34 | |||