cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

max6697.rst (2358B)


      1Kernel driver max6697
      2=====================
      3
      4Supported chips:
      5
      6  * Maxim MAX6581
      7
      8    Prefix: 'max6581'
      9
     10    Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6581.pdf
     11
     12  * Maxim MAX6602
     13
     14    Prefix: 'max6602'
     15
     16    Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6602.pdf
     17
     18  * Maxim MAX6622
     19
     20    Prefix: 'max6622'
     21
     22    Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6622.pdf
     23
     24  * Maxim MAX6636
     25
     26    Prefix: 'max6636'
     27
     28    Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6636.pdf
     29
     30  * Maxim MAX6689
     31
     32    Prefix: 'max6689'
     33
     34    Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6689.pdf
     35
     36  * Maxim MAX6693
     37
     38    Prefix: 'max6693'
     39
     40    Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6693.pdf
     41
     42  * Maxim MAX6694
     43
     44    Prefix: 'max6694'
     45
     46    Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6694.pdf
     47
     48  * Maxim MAX6697
     49
     50    Prefix: 'max6697'
     51
     52    Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6697.pdf
     53
     54  * Maxim MAX6698
     55
     56    Prefix: 'max6698'
     57
     58    Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6698.pdf
     59
     60  * Maxim MAX6699
     61
     62    Prefix: 'max6699'
     63
     64    Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6699.pdf
     65
     66Author:
     67
     68    Guenter Roeck <linux@roeck-us.net>
     69
     70Description
     71-----------
     72
     73This driver implements support for several MAX6697 compatible temperature sensor
     74chips. The chips support one local temperature sensor plus four, six, or seven
     75remote temperature sensors. Remote temperature sensors are diode-connected
     76thermal transitors, except for MAX6698 which supports three diode-connected
     77thermal transistors plus three thermistors in addition to the local temperature
     78sensor.
     79
     80The driver provides the following sysfs attributes. temp1 is the local (chip)
     81temperature, temp[2..n] are remote temperatures. The actually supported
     82per-channel attributes are chip type and channel dependent.
     83
     84================ == ==========================================================
     85tempX_input      RO temperature
     86tempX_max        RW temperature maximum threshold
     87tempX_max_alarm  RO temperature maximum threshold alarm
     88tempX_crit       RW temperature critical threshold
     89tempX_crit_alarm RO temperature critical threshold alarm
     90tempX_fault      RO temperature diode fault (remote sensors only)
     91================ == ==========================================================