diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-11-30 17:51:24 -0500 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2008-02-07 20:39:43 -0500 |
commit | 05663368d2138c14fa1b9aa8eeca4ca9a33d7c77 (patch) | |
tree | 63d2ec28352f62273dafc812e90e870b8a331143 /Documentation/hwmon/w83781d | |
parent | 5b34dbcd88251508d02e48ad9b0f9b8232a13ee0 (diff) |
hwmon: (w83781d) Drop W83627HF support
The W83627HF hardware monitoring features are supported by the
w83627hf driver for several years now. Support by the w83781d has
been advertised as deprecated 6 months ago, it's about time to see
it go.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'Documentation/hwmon/w83781d')
-rw-r--r-- | Documentation/hwmon/w83781d | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/Documentation/hwmon/w83781d b/Documentation/hwmon/w83781d index dbeadb269a69..6f800a0283e9 100644 --- a/Documentation/hwmon/w83781d +++ b/Documentation/hwmon/w83781d | |||
@@ -14,10 +14,6 @@ Supported chips: | |||
14 | Prefix: 'w83783s' | 14 | Prefix: 'w83783s' |
15 | Addresses scanned: I2C 0x2d | 15 | Addresses scanned: I2C 0x2d |
16 | Datasheet: http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/w83783s.pdf | 16 | Datasheet: http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/w83783s.pdf |
17 | * Winbond W83627HF | ||
18 | Prefix: 'w83627hf' | ||
19 | Addresses scanned: I2C 0x28 - 0x2f, ISA 0x290 (8 I/O ports) | ||
20 | Datasheet: http://www.winbond.com/PDF/sheet/w83627hf.pdf | ||
21 | * Asus AS99127F | 17 | * Asus AS99127F |
22 | Prefix: 'as99127f' | 18 | Prefix: 'as99127f' |
23 | Addresses scanned: I2C 0x28 - 0x2f | 19 | Addresses scanned: I2C 0x28 - 0x2f |
@@ -50,20 +46,18 @@ force_subclients=bus,caddr,saddr,saddr | |||
50 | Description | 46 | Description |
51 | ----------- | 47 | ----------- |
52 | 48 | ||
53 | This driver implements support for the Winbond W83781D, W83782D, W83783S, | 49 | This driver implements support for the Winbond W83781D, W83782D, W83783S |
54 | W83627HF chips, and the Asus AS99127F chips. We will refer to them | 50 | chips, and the Asus AS99127F chips. We will refer to them collectively as |
55 | collectively as W8378* chips. | 51 | W8378* chips. |
56 | 52 | ||
57 | There is quite some difference between these chips, but they are similar | 53 | There is quite some difference between these chips, but they are similar |
58 | enough that it was sensible to put them together in one driver. | 54 | enough that it was sensible to put them together in one driver. |
59 | The W83627HF chip is assumed to be identical to the ISA W83782D. | ||
60 | The Asus chips are similar to an I2C-only W83782D. | 55 | The Asus chips are similar to an I2C-only W83782D. |
61 | 56 | ||
62 | Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA | 57 | Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA |
63 | as99127f 7 3 0 3 0x31 0x12c3 yes no | 58 | as99127f 7 3 0 3 0x31 0x12c3 yes no |
64 | as99127f rev.2 (type_name = as99127f) 0x31 0x5ca3 yes no | 59 | as99127f rev.2 (type_name = as99127f) 0x31 0x5ca3 yes no |
65 | w83781d 7 3 0 3 0x10-1 0x5ca3 yes yes | 60 | w83781d 7 3 0 3 0x10-1 0x5ca3 yes yes |
66 | w83627hf 9 3 2 3 0x21 0x5ca3 yes yes(LPC) | ||
67 | w83782d 9 3 2-4 3 0x30 0x5ca3 yes yes | 61 | w83782d 9 3 2-4 3 0x30 0x5ca3 yes yes |
68 | w83783s 5-6 3 2 1-2 0x40 0x5ca3 yes no | 62 | w83783s 5-6 3 2 1-2 0x40 0x5ca3 yes no |
69 | 63 | ||
@@ -143,9 +137,9 @@ Individual alarm and beep bits: | |||
143 | 0x000400: in6 | 137 | 0x000400: in6 |
144 | 0x000800: fan3 | 138 | 0x000800: fan3 |
145 | 0x001000: chassis | 139 | 0x001000: chassis |
146 | 0x002000: temp3 (W83782D and W83627HF only) | 140 | 0x002000: temp3 (W83782D only) |
147 | 0x010000: in7 (W83782D and W83627HF only) | 141 | 0x010000: in7 (W83782D only) |
148 | 0x020000: in8 (W83782D and W83627HF only) | 142 | 0x020000: in8 (W83782D only) |
149 | 143 | ||
150 | If an alarm triggers, it will remain triggered until the hardware register | 144 | If an alarm triggers, it will remain triggered until the hardware register |
151 | is read at least once. This means that the cause for the alarm may | 145 | is read at least once. This means that the cause for the alarm may |