Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242797
b: refs/heads/master
c: 5d7f77b
h: refs/heads/master
i:
  242795: 13bdba6
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Mar 26, 2011
1 parent 708dba0 commit 8940ac8
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f27def07bfb296d5eb441cd5777d351c7afcb4a1
refs/heads/master: 5d7f77bf66bfa986754b3e12073bef0ab8cd61bd
11 changes: 11 additions & 0 deletions trunk/Documentation/hwmon/f71882fg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Kernel driver f71882fg
======================

Supported chips:
* Fintek F71808E
Prefix: 'f71808e'
Addresses scanned: none, address read from Super I/O config space
Datasheet: Not public
* Fintek F71858FG
Prefix: 'f71858fg'
Addresses scanned: none, address read from Super I/O config space
Expand Down Expand Up @@ -30,6 +34,13 @@ Supported chips:
Prefix: 'f8000'
Addresses scanned: none, address read from Super I/O config space
Datasheet: Not public
* Fintek F81801U
Prefix: 'f71889fg'
Addresses scanned: none, address read from Super I/O config space
Datasheet: Not public
Note: This is the 64-pin variant of the F71889FG, they have the
same device ID and are fully compatible as far as hardware
monitoring is concerned.

Author: Hans de Goede <hdegoede@redhat.com>

Expand Down
16 changes: 13 additions & 3 deletions trunk/drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,21 @@ config SENSORS_F71805F
will be called f71805f.

config SENSORS_F71882FG
tristate "Fintek F71858FG, F71862FG, F71882FG, F71889FG and F8000"
tristate "Fintek F71882FG and compatibles"
help
If you say yes here you get support for hardware monitoring
features of the Fintek F71858FG, F71862FG/71863FG, F71882FG/F71883FG,
F71889FG and F8000 Super-I/O chips.
features of many Fintek Super-I/O (LPC) chips. The currently
supported chips are:
F71808E
F71858FG
F71862FG
F71863FG
F71869F/E
F71882FG
F71883FG
F71889FG/ED
F8000
F81801U

This driver can also be built as a module. If so, the module
will be called f71882fg.
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/f71882fg.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ static const char *f71882fg_names[] = {
"f71862fg",
"f71869", /* Both f71869f and f71869e, reg. compatible and same id */
"f71882fg",
"f71889fg",
"f71889fg", /* f81801u too, same id */
"f71889ed",
"f8000",
};
Expand Down

0 comments on commit 8940ac8

Please sign in to comment.