aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon/f71882fg
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-03-04 19:47:13 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2012-03-04 19:47:13 -0500
commitc71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch)
treeecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /Documentation/hwmon/f71882fg
parentea53c912f8a86a8567697115b6a0d8152beee5c8 (diff)
parent6a00f206debf8a5c8899055726ad127dbeeed098 (diff)
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts: litmus/sched_cedf.c
Diffstat (limited to 'Documentation/hwmon/f71882fg')
-rw-r--r--Documentation/hwmon/f71882fg43
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
4Supported chips: 4Supported 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
26Author: Hans de Goede <hdegoede@redhat.com> 61Author: Hans de Goede <hdegoede@redhat.com>
27 62
@@ -29,9 +64,9 @@ Author: Hans de Goede <hdegoede@redhat.com>
29Description 64Description
30----------- 65-----------
31 66
32Fintek F718xxFG/F8000 Super I/O chips include complete hardware monitoring 67Fintek F718xx/F8000 Super I/O chips include complete hardware monitoring
33capabilities. They can monitor up to 9 voltages (3 for the F8000), 4 fans and 68capabilities. They can monitor up to 9 voltages, 4 fans and 3 temperature
343 temperature sensors. 69sensors.
35 70
36These chips also have fan controlling features, using either DC or PWM, in 71These chips also have fan controlling features, using either DC or PWM, in
37three different modes (one manual, two automatic). 72three 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
102Both of the automatic modes require that pwm1 corresponds to fan1, pwm2 to 137All of the automatic modes require that pwm1 corresponds to fan1, pwm2 to
103fan2 and pwm3 to fan3. 138fan2 and pwm3 to fan3.