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

adm1031.rst (1177B)


      1Kernel driver adm1031
      2=====================
      3
      4Supported chips:
      5  * Analog Devices ADM1030
      6
      7    Prefix: 'adm1030'
      8
      9    Addresses scanned: I2C 0x2c to 0x2e
     10
     11    Datasheet: Publicly available at the Analog Devices website
     12
     13	       https://www.analog.com/en/prod/0%2C2877%2CADM1030%2C00.html
     14
     15  * Analog Devices ADM1031
     16
     17    Prefix: 'adm1031'
     18
     19    Addresses scanned: I2C 0x2c to 0x2e
     20
     21    Datasheet: Publicly available at the Analog Devices website
     22
     23	       https://www.analog.com/en/prod/0%2C2877%2CADM1031%2C00.html
     24
     25Authors:
     26	- Alexandre d'Alton <alex@alexdalton.org>
     27	- Jean Delvare <jdelvare@suse.de>
     28
     29Description
     30-----------
     31
     32The ADM1030 and ADM1031 are digital temperature sensors and fan controllers.
     33They sense their own temperature as well as the temperature of up to one
     34(ADM1030) or two (ADM1031) external diodes.
     35
     36All temperature values are given in degrees Celsius. Resolution is 0.5
     37degree for the local temperature, 0.125 degree for the remote temperatures.
     38
     39Each temperature channel has its own high and low limits, plus a critical
     40limit.
     41
     42The ADM1030 monitors a single fan speed, while the ADM1031 monitors up to
     43two. Each fan channel has its own low speed limit.