diff options
author | Jean Delvare <khali@linux-fr.org> | 2005-06-16 13:24:14 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-06-22 00:52:07 -0400 |
commit | 7c7a530463ced6011789937b24dc2bfba43c706b (patch) | |
tree | 56082dfa7b18e6019c2bba32d013c945cfbf46aa /Documentation | |
parent | a45cfe2cd7450e56b4f44802b34faaf2a78a6cdb (diff) |
[PATCH] I2C: w83781d: remove non-i2c sensor chips
This patch removes the support for the W83697HF and W83627THF chips from
the w83781d driver. These chips have no I2C/SMBus interface and are
better supported by the Super-I/O-based w83627hf driver. Documentation
was updated to reflect the support drop.
Signed-off-by: Grant Coady <gcoady@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/i2c/chips/w83781d | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/Documentation/i2c/chips/w83781d b/Documentation/i2c/chips/w83781d index 6d0e16f0a50a..e5459333ba68 100644 --- a/Documentation/i2c/chips/w83781d +++ b/Documentation/i2c/chips/w83781d | |||
@@ -18,14 +18,6 @@ Supported chips: | |||
18 | Prefix: 'w83627hf' | 18 | Prefix: 'w83627hf' |
19 | Addresses scanned: I2C 0x20 - 0x2f, ISA 0x290 (8 I/O ports) | 19 | Addresses scanned: I2C 0x20 - 0x2f, ISA 0x290 (8 I/O ports) |
20 | Datasheet: http://www.winbond.com/PDF/sheet/w83627hf.pdf | 20 | Datasheet: http://www.winbond.com/PDF/sheet/w83627hf.pdf |
21 | * Winbond W83627THF | ||
22 | Prefix: 'w83627thf' | ||
23 | Addresses scanned: ISA address 0x290 (8 I/O ports) | ||
24 | Datasheet: http://www.winbond.com/PDF/sheet/w83627thf.pdf | ||
25 | * Winbond W83697HF | ||
26 | Prefix: 'w83697hf' | ||
27 | Addresses scanned: ISA 0x290 (8 I/O ports) | ||
28 | Datasheet: http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/w83697hf.pdf | ||
29 | * Asus AS99127F | 21 | * Asus AS99127F |
30 | Prefix: 'as99127f' | 22 | Prefix: 'as99127f' |
31 | Addresses scanned: I2C 0x28 - 0x2f | 23 | Addresses scanned: I2C 0x28 - 0x2f |
@@ -53,9 +45,9 @@ force_subclients=bus,caddr,saddr,saddr | |||
53 | Description | 45 | Description |
54 | ----------- | 46 | ----------- |
55 | 47 | ||
56 | This driver implements support for the Winbond W83627HF, W83627THF, W83781D, | 48 | This driver implements support for the Winbond W83781D, W83782D, W83783S, |
57 | W83782D, W83783S, W83697HF chips, and the Asus AS99127F chips. We will refer | 49 | W83627HF chips, and the Asus AS99127F chips. We will refer to them |
58 | to them collectively as W8378* chips. | 50 | collectively as W8378* chips. |
59 | 51 | ||
60 | There is quite some difference between these chips, but they are similar | 52 | There is quite some difference between these chips, but they are similar |
61 | enough that it was sensible to put them together in one driver. | 53 | enough that it was sensible to put them together in one driver. |
@@ -67,10 +59,8 @@ as99127f 7 3 0 3 0x31 0x12c3 yes no | |||
67 | as99127f rev.2 (type_name = as99127f) 0x31 0x5ca3 yes no | 59 | as99127f rev.2 (type_name = as99127f) 0x31 0x5ca3 yes no |
68 | w83781d 7 3 0 3 0x10-1 0x5ca3 yes yes | 60 | w83781d 7 3 0 3 0x10-1 0x5ca3 yes yes |
69 | w83627hf 9 3 2 3 0x21 0x5ca3 yes yes(LPC) | 61 | w83627hf 9 3 2 3 0x21 0x5ca3 yes yes(LPC) |
70 | w83627thf 9 3 2 3 0x90 0x5ca3 no yes(LPC) | ||
71 | w83782d 9 3 2-4 3 0x30 0x5ca3 yes yes | 62 | w83782d 9 3 2-4 3 0x30 0x5ca3 yes yes |
72 | w83783s 5-6 3 2 1-2 0x40 0x5ca3 yes no | 63 | w83783s 5-6 3 2 1-2 0x40 0x5ca3 yes no |
73 | w83697hf 8 2 2 2 0x60 0x5ca3 no yes(LPC) | ||
74 | 64 | ||
75 | Detection of these chips can sometimes be foiled because they can be in | 65 | Detection of these chips can sometimes be foiled because they can be in |
76 | an internal state that allows no clean access. If you know the address | 66 | an internal state that allows no clean access. If you know the address |