jc42 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. Kernel driver jc42
  2. ==================
  3. Supported chips:
  4. * Analog Devices ADT7408
  5. Prefix: 'adt7408'
  6. Addresses scanned: I2C 0x18 - 0x1f
  7. Datasheets:
  8. http://www.analog.com/static/imported-files/data_sheets/ADT7408.pdf
  9. * Atmel AT30TS00
  10. Prefix: 'at30ts00'
  11. Addresses scanned: I2C 0x18 - 0x1f
  12. Datasheets:
  13. http://www.atmel.com/Images/doc8585.pdf
  14. * IDT TSE2002B3, TSE2002GB2, TS3000B3, TS3000GB2
  15. Prefix: 'tse2002', 'ts3000'
  16. Addresses scanned: I2C 0x18 - 0x1f
  17. Datasheets:
  18. http://www.idt.com/sites/default/files/documents/IDT_TSE2002B3C_DST_20100512_120303152056.pdf
  19. http://www.idt.com/sites/default/files/documents/IDT_TSE2002GB2A1_DST_20111107_120303145914.pdf
  20. http://www.idt.com/sites/default/files/documents/IDT_TS3000B3A_DST_20101129_120303152013.pdf
  21. http://www.idt.com/sites/default/files/documents/IDT_TS3000GB2A1_DST_20111104_120303151012.pdf
  22. * Maxim MAX6604
  23. Prefix: 'max6604'
  24. Addresses scanned: I2C 0x18 - 0x1f
  25. Datasheets:
  26. http://datasheets.maxim-ic.com/en/ds/MAX6604.pdf
  27. * Microchip MCP9804, MCP9805, MCP98242, MCP98243, MCP9843
  28. Prefixes: 'mcp9804', 'mcp9805', 'mcp98242', 'mcp98243', 'mcp9843'
  29. Addresses scanned: I2C 0x18 - 0x1f
  30. Datasheets:
  31. http://ww1.microchip.com/downloads/en/DeviceDoc/22203C.pdf
  32. http://ww1.microchip.com/downloads/en/DeviceDoc/21977b.pdf
  33. http://ww1.microchip.com/downloads/en/DeviceDoc/21996a.pdf
  34. http://ww1.microchip.com/downloads/en/DeviceDoc/22153c.pdf
  35. * NXP Semiconductors SE97, SE97B
  36. Prefix: 'se97'
  37. Addresses scanned: I2C 0x18 - 0x1f
  38. Datasheets:
  39. http://www.nxp.com/documents/data_sheet/SE97.pdf
  40. http://www.nxp.com/documents/data_sheet/SE97B.pdf
  41. * NXP Semiconductors SE98
  42. Prefix: 'se98'
  43. Addresses scanned: I2C 0x18 - 0x1f
  44. Datasheets:
  45. http://www.nxp.com/documents/data_sheet/SE98.pdf
  46. * ON Semiconductor CAT34TS02, CAT6095
  47. Prefix: 'cat34ts02', 'cat6095'
  48. Addresses scanned: I2C 0x18 - 0x1f
  49. Datasheet:
  50. http://www.onsemi.com/pub_link/Collateral/CAT34TS02-D.PDF
  51. http://www.onsemi.com/pub/Collateral/CAT6095-D.PDF
  52. * ST Microelectronics STTS424, STTS424E02
  53. Prefix: 'stts424'
  54. Addresses scanned: I2C 0x18 - 0x1f
  55. Datasheets:
  56. http://www.st.com/stonline/products/literature/ds/13447/stts424.pdf
  57. http://www.st.com/stonline/products/literature/ds/13448/stts424e02.pdf
  58. * ST Microelectronics STTS2002, STTS3000
  59. Prefix: 'stts2002', 'stts3000'
  60. Addresses scanned: I2C 0x18 - 0x1f
  61. Datasheets:
  62. http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/DATASHEET/CD00225278.pdf
  63. http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/DATA_BRIEF/CD00270920.pdf
  64. * JEDEC JC 42.4 compliant temperature sensor chips
  65. Prefix: 'jc42'
  66. Addresses scanned: I2C 0x18 - 0x1f
  67. Datasheet:
  68. http://www.jedec.org/sites/default/files/docs/4_01_04R19.pdf
  69. Author:
  70. Guenter Roeck <guenter.roeck@ericsson.com>
  71. Description
  72. -----------
  73. This driver implements support for JEDEC JC 42.4 compliant temperature sensors,
  74. which are used on many DDR3 memory modules for mobile devices and servers. Some
  75. systems use the sensor to prevent memory overheating by automatically throttling
  76. the memory controller.
  77. The driver auto-detects the chips listed above, but can be manually instantiated
  78. to support other JC 42.4 compliant chips.
  79. Example: the following will load the driver for a generic JC 42.4 compliant
  80. temperature sensor at address 0x18 on I2C bus #1:
  81. # modprobe jc42
  82. # echo jc42 0x18 > /sys/bus/i2c/devices/i2c-1/new_device
  83. A JC 42.4 compliant chip supports a single temperature sensor. Minimum, maximum,
  84. and critical temperature can be configured. There are alarms for high, low,
  85. and critical thresholds.
  86. There is also an hysteresis to control the thresholds for resetting alarms.
  87. Per JC 42.4 specification, the hysteresis threshold can be configured to 0, 1.5,
  88. 3.0, and 6.0 degrees C. Configured hysteresis values will be rounded to those
  89. limits. The chip supports only a single register to configure the hysteresis,
  90. which applies to all limits. This register can be written by writing into
  91. temp1_crit_hyst. Other hysteresis attributes are read-only.
  92. If the BIOS has configured the sensor for automatic temperature management, it
  93. is likely that it has locked the registers, i.e., that the temperature limits
  94. cannot be changed.
  95. Sysfs entries
  96. -------------
  97. temp1_input Temperature (RO)
  98. temp1_min Minimum temperature (RO or RW)
  99. temp1_max Maximum temperature (RO or RW)
  100. temp1_crit Critical high temperature (RO or RW)
  101. temp1_crit_hyst Critical hysteresis temperature (RO or RW)
  102. temp1_max_hyst Maximum hysteresis temperature (RO)
  103. temp1_min_alarm Temperature low alarm
  104. temp1_max_alarm Temperature high alarm
  105. temp1_crit_alarm Temperature critical alarm