Jean Delvare | b0b349a | 2011-05-25 20:43:33 +0200 | [diff] [blame] | 1 | Kernel driver emc6w201 |
| 2 | ====================== |
| 3 | |
| 4 | Supported chips: |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 5 | |
Jean Delvare | b0b349a | 2011-05-25 20:43:33 +0200 | [diff] [blame] | 6 | * SMSC EMC6W201 |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 7 | |
Jean Delvare | b0b349a | 2011-05-25 20:43:33 +0200 | [diff] [blame] | 8 | Prefix: 'emc6w201' |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 9 | |
Jean Delvare | b0b349a | 2011-05-25 20:43:33 +0200 | [diff] [blame] | 10 | Addresses scanned: I2C 0x2c, 0x2d, 0x2e |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 11 | |
Jean Delvare | b0b349a | 2011-05-25 20:43:33 +0200 | [diff] [blame] | 12 | Datasheet: Not public |
| 13 | |
Jean Delvare | 7c81c60f | 2014-01-29 20:40:08 +0100 | [diff] [blame] | 14 | Author: Jean Delvare <jdelvare@suse.de> |
Jean Delvare | b0b349a | 2011-05-25 20:43:33 +0200 | [diff] [blame] | 15 | |
| 16 | |
| 17 | Description |
| 18 | ----------- |
| 19 | |
| 20 | From the datasheet: |
| 21 | |
| 22 | "The EMC6W201 is an environmental monitoring device with automatic fan |
| 23 | control capability and enhanced system acoustics for noise suppression. |
| 24 | This ACPI compliant device provides hardware monitoring for up to six |
| 25 | voltages (including its own VCC) and five external thermal sensors, |
| 26 | measures the speed of up to five fans, and controls the speed of |
| 27 | multiple DC fans using three Pulse Width Modulator (PWM) outputs. Note |
| 28 | that it is possible to control more than three fans by connecting two |
| 29 | fans to one PWM output. The EMC6W201 will be available in a 36-pin |
| 30 | QFN package." |
| 31 | |
| 32 | The device is functionally close to the EMC6D100 series, but is |
| 33 | register-incompatible. |
| 34 | |
| 35 | The driver currently only supports the monitoring of the voltages, |
| 36 | temperatures and fan speeds. Limits can be changed. Alarms are not |
| 37 | supported, and neither is fan speed control. |
| 38 | |
| 39 | |
| 40 | Known Systems With EMC6W201 |
| 41 | --------------------------- |
| 42 | |
| 43 | The EMC6W201 is a rare device, only found on a few systems, made in |
| 44 | 2005 and 2006. Known systems with this device: |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 45 | |
Jean Delvare | b0b349a | 2011-05-25 20:43:33 +0200 | [diff] [blame] | 46 | * Dell Precision 670 workstation |
| 47 | * Gigabyte 2CEWH mainboard |