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

w83773g.rst (1147B)


      1Kernel driver w83773g
      2=====================
      3
      4Supported chips:
      5
      6  * Nuvoton W83773G
      7
      8    Prefix: 'w83773g'
      9
     10    Addresses scanned: I2C 0x4c and 0x4d
     11
     12    Datasheet: https://www.nuvoton.com/resource-files/W83773G_SG_DatasheetV1_2.pdf
     13
     14Authors:
     15
     16	Lei YU <mine260309@gmail.com>
     17
     18Description
     19-----------
     20
     21This driver implements support for Nuvoton W83773G temperature sensor
     22chip. This chip implements one local and two remote sensors.
     23The chip also features offsets for the two remote sensors which get added to
     24the input readings. The chip does all the scaling by itself and the driver
     25therefore reports true temperatures that don't need any user-space adjustments.
     26Temperature is measured in degrees Celsius.
     27The chip is wired over I2C/SMBus and specified over a temperature
     28range of -40 to +125 degrees Celsius (for local sensor) and -40 to +127
     29degrees Celsius (for remote sensors).
     30Resolution for both the local and remote channels is 0.125 degree C.
     31
     32The chip supports only temperature measurement. The driver exports
     33the temperature values via the following sysfs files:
     34
     35**temp[1-3]_input, temp[2-3]_fault, temp[2-3]_offset, update_interval**