| 1 | Kernel driver `max1619.o' |
|---|
| 2 | ========================= |
|---|
| 3 | |
|---|
| 4 | Status: New |
|---|
| 5 | |
|---|
| 6 | Supported chips: |
|---|
| 7 | * Maxim MAX1619 |
|---|
| 8 | Prefix: 'max1619' |
|---|
| 9 | Addresses scanned: I2C 0x18-0x1a, 0x29-0x2b, 0x4c-0x4e |
|---|
| 10 | Datasheet: Publicly available at the Maxim website |
|---|
| 11 | http://pdfserv.maxim-ic.com/en/ds/MAX1619.pdf |
|---|
| 12 | |
|---|
| 13 | Author: Alexey Fisher <fishor@mail.ru> |
|---|
| 14 | |
|---|
| 15 | License: GPL |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | Module Parameters |
|---|
| 19 | ----------------- |
|---|
| 20 | |
|---|
| 21 | * force: short array (min = 1, max = 48) |
|---|
| 22 | List of adapter,address pairs to boldly assume to be present |
|---|
| 23 | * force_max1619: short array (min = 1, max = 48) |
|---|
| 24 | List of adapter,address pairs which are unquestionably assumed to contain |
|---|
| 25 | a `max1619' chip |
|---|
| 26 | * probe: short array (min = 1, max = 48) |
|---|
| 27 | List of adapter,address pairs to scan additionally |
|---|
| 28 | * probe_range: short array (min = 1, max = 48) |
|---|
| 29 | List of adapter,start-addr,end-addr triples to scan additionally |
|---|
| 30 | * ignore: short array (min = 1, max = 48) |
|---|
| 31 | List of adapter,address pairs not to scan |
|---|
| 32 | * ignore_range: short array (min = 1, max = 48) |
|---|
| 33 | List of adapter,start-addr,end-addr triples not to scan |
|---|
| 34 | |
|---|
| 35 | |
|---|
| 36 | Description |
|---|
| 37 | ----------- |
|---|
| 38 | |
|---|
| 39 | The MAX1619 is a digital temperature sensor. It senses its own temperature as |
|---|
| 40 | well as the temperature of up to one external diode. |
|---|
| 41 | |
|---|
| 42 | All temperature values are given in degrees Celsius. Resolution |
|---|
| 43 | is 1.0 degree for the local temperature and for the remote temperature. |
|---|
| 44 | |
|---|
| 45 | Only the external sensor has high and low limits. |
|---|
| 46 | |
|---|
| 47 | The max1619 driver will not update its values more frequently than every |
|---|
| 48 | other second; reading them more often will do no harm, but will return |
|---|
| 49 | 'old' values. |
|---|
| 50 | |
|---|
| 51 | |
|---|
| 52 | Chip Features |
|---|
| 53 | ------------- |
|---|
| 54 | |
|---|
| 55 | Chips 'max1619' |
|---|
| 56 | |
|---|
| 57 | LABEL LABEL CLASS COMPUTE CLASS MODE MAGN |
|---|
| 58 | temp1 - - R- 0 |
|---|
| 59 | temp2 - - R- 0 |
|---|
| 60 | temp2_max temp2 temp2 RW 0 |
|---|
| 61 | temp2_min temp2 temp2 RW 0 |
|---|
| 62 | temp2_crit temp2 temp2 RW 0 |
|---|
| 63 | temp2_hyst temp2 temp2 RW 0 |
|---|
| 64 | alarms - - R- 0 |
|---|
| 65 | |
|---|
| 66 | LABEL FEATURE SYMBOL SYSCTL FILE:N |
|---|
| 67 | temp1 SENSORS_MAX1619_LOCAL_TEMP temp1:1 |
|---|
| 68 | temp2 SENSORS_MAX1619_REMOTE_TEMP temp2:3 |
|---|
| 69 | temp2_max SENSORS_MAX1619_REMOTE_HIGH temp2:1 |
|---|
| 70 | temp2_min SENSORS_MAX1619_REMOTE_LOW temp2:2 |
|---|
| 71 | temp2_crit SENSORS_MAX1619_REMOTE_HYST temp2_crit:1 |
|---|
| 72 | temp2_hyst SENSORS_MAX1619_REMOTE_MAX temp2_crit:2 |
|---|
| 73 | alarms SENSORS_MAX1619_ALARMS alarms:1 |
|---|