diff options
author | Jean Delvare <khali@linux-fr.org> | 2005-09-22 16:09:07 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 17:02:08 -0400 |
commit | aaf7f1477668f34dda65aba17e87c0bc2ebe84d1 (patch) | |
tree | 116946873388e7d90a70823a9211be76a9dd6316 /drivers/i2c | |
parent | c2f559d5df5751780c0bd3ea0bd0aa17d47c0b39 (diff) |
[PATCH] i2c-viapro: Update supported devices list
Make it clearer which chips are supported by the i2c-viapro driver,
and which support I2C block transactions.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/i2c/busses/i2c-viapro | 12 ++++++------
drivers/i2c/busses/i2c-viapro.c | 22 +++++++++++++---------
2 files changed, 19 insertions(+), 15 deletions(-)
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/i2c-viapro.c | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/drivers/i2c/busses/i2c-viapro.c b/drivers/i2c/busses/i2c-viapro.c index 5cf8fe182806..3be476cd4bc5 100644 --- a/drivers/i2c/busses/i2c-viapro.c +++ b/drivers/i2c/busses/i2c-viapro.c | |||
@@ -22,15 +22,19 @@ | |||
22 | */ | 22 | */ |
23 | 23 | ||
24 | /* | 24 | /* |
25 | Supports Via devices: | 25 | Supports the following VIA south bridges: |
26 | 82C596A/B (0x3050) | 26 | |
27 | 82C596B (0x3051) | 27 | Chip name PCI ID REV I2C block |
28 | 82C686A/B | 28 | VT82C596A 0x3050 no |
29 | 8231 | 29 | VT82C596B 0x3051 no |
30 | 8233 | 30 | VT82C686A 0x3057 0x30 no |
31 | 8233A (0x3147 and 0x3177) | 31 | VT82C686B 0x3057 0x40 yes |
32 | 8235 | 32 | VT8231 0x8235 no? |
33 | 8237 | 33 | VT8233 0x3074 yes |
34 | VT8233A 0x3147 yes? | ||
35 | VT8235 0x3177 yes | ||
36 | VT8237R 0x3227 yes | ||
37 | |||
34 | Note: we assume there can only be one device, with one SMBus interface. | 38 | Note: we assume there can only be one device, with one SMBus interface. |
35 | */ | 39 | */ |
36 | 40 | ||