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

ad7314.rst (676B)


      1Kernel driver ad7314
      2====================
      3
      4Supported chips:
      5
      6   * Analog Devices AD7314
      7
      8     Prefix: 'ad7314'
      9
     10     Datasheet: Publicly available at Analog Devices website.
     11
     12   * Analog Devices ADT7301
     13
     14     Prefix: 'adt7301'
     15
     16     Datasheet: Publicly available at Analog Devices website.
     17
     18   * Analog Devices ADT7302
     19
     20     Prefix: 'adt7302'
     21
     22     Datasheet: Publicly available at Analog Devices website.
     23
     24Description
     25-----------
     26
     27Driver supports the above parts.  The ad7314 has a 10 bit
     28sensor with 1lsb = 0.25 degrees centigrade. The adt7301 and
     29adt7302 have 14 bit sensors with 1lsb = 0.03125 degrees centigrade.
     30
     31Notes
     32-----
     33
     34Currently power down mode is not supported.