| 1 | Kernel driver `w83l785ts.o' |
|---|
| 2 | =========================== |
|---|
| 3 | |
|---|
| 4 | Status: Beta, slightly tested |
|---|
| 5 | |
|---|
| 6 | Supported chips: |
|---|
| 7 | * Winbond W83L785TS-S |
|---|
| 8 | Prefix: 'w83l785ts' |
|---|
| 9 | Addresses scanned: I2C 0x2e |
|---|
| 10 | Datasheet: Publicly available at the Winbond USA website |
|---|
| 11 | http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/W83L785TS-S.pdf |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | Author: Jean Delvare <khali@linux-fr.org> |
|---|
| 15 | |
|---|
| 16 | License: GPL |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | Module Parameters |
|---|
| 20 | ----------------- |
|---|
| 21 | |
|---|
| 22 | * force: short array (min = 1, max = 48) |
|---|
| 23 | List of adapter,address pairs to boldly assume to be present |
|---|
| 24 | * force_w83l785ts: short array (min = 1, max = 48) |
|---|
| 25 | List of adapter,address pairs which are unquestionably assumed to contain |
|---|
| 26 | a `w83l785ts' chip |
|---|
| 27 | * probe: short array (min = 1, max = 48) |
|---|
| 28 | List of adapter,address pairs to scan additionally |
|---|
| 29 | * probe_range: short array (min = 1, max = 48) |
|---|
| 30 | List of adapter,start-addr,end-addr triples to scan additionally |
|---|
| 31 | * ignore: short array (min = 1, max = 48) |
|---|
| 32 | List of adapter,address pairs not to scan |
|---|
| 33 | * ignore_range: short array (min = 1, max = 48) |
|---|
| 34 | List of adapter,start-addr,end-addr triples not to scan |
|---|
| 35 | |
|---|
| 36 | |
|---|
| 37 | Description |
|---|
| 38 | ----------- |
|---|
| 39 | |
|---|
| 40 | The W83L785TS-S is a digital temperature sensor. It senses the |
|---|
| 41 | temperature of a single external diode. The high limit is |
|---|
| 42 | theoretically defined as 85 or 100 degrees C through a combination |
|---|
| 43 | of external resistors, so the user cannot change it. Values seen so |
|---|
| 44 | far suggest that the two possible limits are actually 95 and 110 |
|---|
| 45 | degrees C. The datasheet is rather poor and obviously inaccurate |
|---|
| 46 | on several points including this one. |
|---|
| 47 | |
|---|
| 48 | All temperature values are given in degrees Celsius. Resolution |
|---|
| 49 | is 1.0 degree. See the datasheet for details. |
|---|
| 50 | |
|---|
| 51 | The w83l785ts driver will not update its values more frequently than |
|---|
| 52 | every other second; reading them more often will do no harm, but will |
|---|
| 53 | return 'old' values. |
|---|
| 54 | |
|---|
| 55 | |
|---|
| 56 | Known Issues |
|---|
| 57 | ------------ |
|---|
| 58 | |
|---|
| 59 | On some systems (Asus), the BIOS is known to interfere with the driver |
|---|
| 60 | and cause read errors. The driver will retry a given number of times |
|---|
| 61 | (5 by default) and then give up, returning the old value (or 0 if |
|---|
| 62 | there is no old value). It seems to work well enough so that you should |
|---|
| 63 | not notice anything. Thanks to James Bolt for helping test this feature. |
|---|
| 64 | |
|---|
| 65 | |
|---|
| 66 | Chip Features |
|---|
| 67 | ------------- |
|---|
| 68 | |
|---|
| 69 | Chip 'w83l785ts' |
|---|
| 70 | |
|---|
| 71 | LABEL LABEL CLASS COMPUTE CLASS MODE MAGN |
|---|
| 72 | temp - - R- 0 |
|---|
| 73 | temp_high temp temp R- 0 |
|---|
| 74 | |
|---|
| 75 | LABEL FEATURE SYMBOL SYSCTL FILE:N |
|---|
| 76 | temp SENSORS_W83L785TS_TEMP temp:2 |
|---|
| 77 | temp_high SENSORS_W83L785TS_TEMP_OVER temp:1 |
|---|