diff options
Diffstat (limited to 'Documentation/hwmon/f71882fg')
-rw-r--r-- | Documentation/hwmon/f71882fg | 43 |
1 files changed, 39 insertions, 4 deletions
diff --git a/Documentation/hwmon/f71882fg b/Documentation/hwmon/f71882fg index a7952c2bd959..de91c0db5846 100644 --- a/Documentation/hwmon/f71882fg +++ b/Documentation/hwmon/f71882fg | |||
@@ -2,6 +2,14 @@ Kernel driver f71882fg | |||
2 | ====================== | 2 | ====================== |
3 | 3 | ||
4 | Supported chips: | 4 | Supported chips: |
5 | * Fintek F71808E | ||
6 | Prefix: 'f71808e' | ||
7 | Addresses scanned: none, address read from Super I/O config space | ||
8 | Datasheet: Not public | ||
9 | * Fintek F71808A | ||
10 | Prefix: 'f71808a' | ||
11 | Addresses scanned: none, address read from Super I/O config space | ||
12 | Datasheet: Not public | ||
5 | * Fintek F71858FG | 13 | * Fintek F71858FG |
6 | Prefix: 'f71858fg' | 14 | Prefix: 'f71858fg' |
7 | Addresses scanned: none, address read from Super I/O config space | 15 | Addresses scanned: none, address read from Super I/O config space |
@@ -10,6 +18,14 @@ Supported chips: | |||
10 | Prefix: 'f71862fg' | 18 | Prefix: 'f71862fg' |
11 | Addresses scanned: none, address read from Super I/O config space | 19 | Addresses scanned: none, address read from Super I/O config space |
12 | Datasheet: Available from the Fintek website | 20 | Datasheet: Available from the Fintek website |
21 | * Fintek F71869F and F71869E | ||
22 | Prefix: 'f71869' | ||
23 | Addresses scanned: none, address read from Super I/O config space | ||
24 | Datasheet: Available from the Fintek website | ||
25 | * Fintek F71869A | ||
26 | Prefix: 'f71869a' | ||
27 | Addresses scanned: none, address read from Super I/O config space | ||
28 | Datasheet: Not public | ||
13 | * Fintek F71882FG and F71883FG | 29 | * Fintek F71882FG and F71883FG |
14 | Prefix: 'f71882fg' | 30 | Prefix: 'f71882fg' |
15 | Addresses scanned: none, address read from Super I/O config space | 31 | Addresses scanned: none, address read from Super I/O config space |
@@ -17,11 +33,30 @@ Supported chips: | |||
17 | * Fintek F71889FG | 33 | * Fintek F71889FG |
18 | Prefix: 'f71889fg' | 34 | Prefix: 'f71889fg' |
19 | Addresses scanned: none, address read from Super I/O config space | 35 | Addresses scanned: none, address read from Super I/O config space |
36 | Datasheet: Available from the Fintek website | ||
37 | * Fintek F71889ED | ||
38 | Prefix: 'f71889ed' | ||
39 | Addresses scanned: none, address read from Super I/O config space | ||
40 | Datasheet: Should become available on the Fintek website soon | ||
41 | * Fintek F71889A | ||
42 | Prefix: 'f71889a' | ||
43 | Addresses scanned: none, address read from Super I/O config space | ||
20 | Datasheet: Should become available on the Fintek website soon | 44 | Datasheet: Should become available on the Fintek website soon |
21 | * Fintek F8000 | 45 | * Fintek F8000 |
22 | Prefix: 'f8000' | 46 | Prefix: 'f8000' |
23 | Addresses scanned: none, address read from Super I/O config space | 47 | Addresses scanned: none, address read from Super I/O config space |
24 | Datasheet: Not public | 48 | Datasheet: Not public |
49 | * Fintek F81801U | ||
50 | Prefix: 'f71889fg' | ||
51 | Addresses scanned: none, address read from Super I/O config space | ||
52 | Datasheet: Not public | ||
53 | Note: This is the 64-pin variant of the F71889FG, they have the | ||
54 | same device ID and are fully compatible as far as hardware | ||
55 | monitoring is concerned. | ||
56 | * Fintek F81865F | ||
57 | Prefix: 'f81865f' | ||
58 | Addresses scanned: none, address read from Super I/O config space | ||
59 | Datasheet: Available from the Fintek website | ||
25 | 60 | ||
26 | Author: Hans de Goede <hdegoede@redhat.com> | 61 | Author: Hans de Goede <hdegoede@redhat.com> |
27 | 62 | ||
@@ -29,9 +64,9 @@ Author: Hans de Goede <hdegoede@redhat.com> | |||
29 | Description | 64 | Description |
30 | ----------- | 65 | ----------- |
31 | 66 | ||
32 | Fintek F718xxFG/F8000 Super I/O chips include complete hardware monitoring | 67 | Fintek F718xx/F8000 Super I/O chips include complete hardware monitoring |
33 | capabilities. They can monitor up to 9 voltages (3 for the F8000), 4 fans and | 68 | capabilities. They can monitor up to 9 voltages, 4 fans and 3 temperature |
34 | 3 temperature sensors. | 69 | sensors. |
35 | 70 | ||
36 | These chips also have fan controlling features, using either DC or PWM, in | 71 | These chips also have fan controlling features, using either DC or PWM, in |
37 | three different modes (one manual, two automatic). | 72 | three different modes (one manual, two automatic). |
@@ -99,5 +134,5 @@ Writing an unsupported mode will result in an invalid parameter error. | |||
99 | The fan speed is regulated to keep the temp the fan is mapped to between | 134 | The fan speed is regulated to keep the temp the fan is mapped to between |
100 | temp#_auto_point2_temp and temp#_auto_point3_temp. | 135 | temp#_auto_point2_temp and temp#_auto_point3_temp. |
101 | 136 | ||
102 | Both of the automatic modes require that pwm1 corresponds to fan1, pwm2 to | 137 | All of the automatic modes require that pwm1 corresponds to fan1, pwm2 to |
103 | fan2 and pwm3 to fan3. | 138 | fan2 and pwm3 to fan3. |