ltc2978 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. Kernel driver ltc2978
  2. =====================
  3. Supported chips:
  4. * Linear Technology LTC2974
  5. Prefix: 'ltc2974'
  6. Addresses scanned: -
  7. Datasheet: http://www.linear.com/product/ltc2974
  8. * Linear Technology LTC2975
  9. Prefix: 'ltc2975'
  10. Addresses scanned: -
  11. Datasheet: http://www.linear.com/product/ltc2975
  12. * Linear Technology LTC2977
  13. Prefix: 'ltc2977'
  14. Addresses scanned: -
  15. Datasheet: http://www.linear.com/product/ltc2977
  16. * Linear Technology LTC2978, LTC2978A
  17. Prefix: 'ltc2978'
  18. Addresses scanned: -
  19. Datasheet: http://www.linear.com/product/ltc2978
  20. http://www.linear.com/product/ltc2978a
  21. * Linear Technology LTC2980
  22. Prefix: 'ltc2980'
  23. Addresses scanned: -
  24. Datasheet: http://www.linear.com/product/ltc2980
  25. * Linear Technology LTC3880
  26. Prefix: 'ltc3880'
  27. Addresses scanned: -
  28. Datasheet: http://www.linear.com/product/ltc3880
  29. * Linear Technology LTC3882
  30. Prefix: 'ltc3882'
  31. Addresses scanned: -
  32. Datasheet: http://www.linear.com/product/ltc3882
  33. * Linear Technology LTC3883
  34. Prefix: 'ltc3883'
  35. Addresses scanned: -
  36. Datasheet: http://www.linear.com/product/ltc3883
  37. * Linear Technology LTC3886
  38. Prefix: 'ltc3886'
  39. Addresses scanned: -
  40. Datasheet: http://www.linear.com/product/ltc3886
  41. * Linear Technology LTC3887
  42. Prefix: 'ltc3887'
  43. Addresses scanned: -
  44. Datasheet: http://www.linear.com/product/ltc3887
  45. * Linear Technology LTM2987
  46. Prefix: 'ltm2987'
  47. Addresses scanned: -
  48. Datasheet: http://www.linear.com/product/ltm2987
  49. * Linear Technology LTM4675
  50. Prefix: 'ltm4675'
  51. Addresses scanned: -
  52. Datasheet: http://www.linear.com/product/ltm4675
  53. * Linear Technology LTM4676
  54. Prefix: 'ltm4676'
  55. Addresses scanned: -
  56. Datasheet: http://www.linear.com/product/ltm4676
  57. Author: Guenter Roeck <linux@roeck-us.net>
  58. Description
  59. -----------
  60. LTC2974 and LTC2975 are quad digital power supply managers.
  61. LTC2978 is an octal power supply monitor.
  62. LTC2977 is a pin compatible replacement for LTC2978.
  63. LTC2980 is a 16-channel Power System Manager, consisting of two LTC2977
  64. in a single die. The chip is instantiated and reported as two separate chips
  65. on two different I2C bus addresses.
  66. LTC3880, LTC3882, LTC3886, and LTC3887 are dual output poly-phase step-down
  67. DC/DC controllers.
  68. LTC3883 is a single phase step-down DC/DC controller.
  69. LTM2987 is a 16-channel Power System Manager with two LTC2977 plus
  70. additional components on a single die. The chip is instantiated and reported
  71. as two separate chips on two different I2C bus addresses.
  72. LTM4675 is a dual 9A or single 18A μModule regulator
  73. LTM4676 is a dual 13A or single 26A uModule regulator.
  74. Usage Notes
  75. -----------
  76. This driver does not probe for PMBus devices. You will have to instantiate
  77. devices explicitly.
  78. Example: the following commands will load the driver for an LTC2978 at address
  79. 0x60 on I2C bus #1:
  80. # modprobe ltc2978
  81. # echo ltc2978 0x60 > /sys/bus/i2c/devices/i2c-1/new_device
  82. Sysfs attributes
  83. ----------------
  84. in1_label "vin"
  85. in1_input Measured input voltage.
  86. in1_min Minimum input voltage.
  87. in1_max Maximum input voltage.
  88. LTC2974, LTC2975, LTC2977, LTC2980, LTC2978, and
  89. LTM2987 only.
  90. in1_lcrit Critical minimum input voltage.
  91. LTC2974, LTC2975, LTC2977, LTC2980, LTC2978, and
  92. LTM2987 only.
  93. in1_crit Critical maximum input voltage.
  94. in1_min_alarm Input voltage low alarm.
  95. in1_max_alarm Input voltage high alarm.
  96. LTC2974, LTC2975, LTC2977, LTC2980, LTC2978, and
  97. LTM2987 only.
  98. in1_lcrit_alarm Input voltage critical low alarm.
  99. LTC2974, LTC2975, LTC2977, LTC2980, LTC2978, and
  100. LTM2987 only.
  101. in1_crit_alarm Input voltage critical high alarm.
  102. in1_lowest Lowest input voltage.
  103. LTC2974, LTC2975, LTC2977, LTC2980, LTC2978, and
  104. LTM2987 only.
  105. in1_highest Highest input voltage.
  106. in1_reset_history Reset input voltage history.
  107. in[N]_label "vout[1-8]".
  108. LTC2974, LTC2975: N=2-5
  109. LTC2977, LTC2980, LTM2987: N=2-9
  110. LTC2978: N=2-9
  111. LTC3880, LTC3882, LTC23886 LTC3887, LTM4675, LTM4676:
  112. N=2-3
  113. LTC3883: N=2
  114. in[N]_input Measured output voltage.
  115. in[N]_min Minimum output voltage.
  116. in[N]_max Maximum output voltage.
  117. in[N]_lcrit Critical minimum output voltage.
  118. in[N]_crit Critical maximum output voltage.
  119. in[N]_min_alarm Output voltage low alarm.
  120. in[N]_max_alarm Output voltage high alarm.
  121. in[N]_lcrit_alarm Output voltage critical low alarm.
  122. in[N]_crit_alarm Output voltage critical high alarm.
  123. in[N]_lowest Lowest output voltage. LTC2974, LTC2975,
  124. and LTC2978 only.
  125. in[N]_highest Highest output voltage.
  126. in[N]_reset_history Reset output voltage history.
  127. temp[N]_input Measured temperature.
  128. On LTC2974 and LTC2975, temp[1-4] report external
  129. temperatures, and temp5 reports the chip temperature.
  130. On LTC2977, LTC2980, LTC2978, and LTM2987, only one
  131. temperature measurement is supported and reports
  132. the chip temperature.
  133. On LTC3880, LTC3882, LTC3887, LTM4675, and LTM4676,
  134. temp1 and temp2 report external temperatures, and temp3
  135. reports the chip temperature.
  136. On LTC3883, temp1 reports an external temperature,
  137. and temp2 reports the chip temperature.
  138. temp[N]_min Mimimum temperature. LTC2974, LCT2977, LTM2980, LTC2978,
  139. and LTM2987 only.
  140. temp[N]_max Maximum temperature.
  141. temp[N]_lcrit Critical low temperature.
  142. temp[N]_crit Critical high temperature.
  143. temp[N]_min_alarm Temperature low alarm.
  144. LTC2974, LTC2975, LTC2977, LTM2980, LTC2978, and
  145. LTM2987 only.
  146. temp[N]_max_alarm Temperature high alarm.
  147. temp[N]_lcrit_alarm Temperature critical low alarm.
  148. temp[N]_crit_alarm Temperature critical high alarm.
  149. temp[N]_lowest Lowest measured temperature.
  150. LTC2974, LTC2975, LTC2977, LTM2980, LTC2978, and
  151. LTM2987 only.
  152. Not supported for chip temperature sensor on LTC2974 and
  153. LTC2975.
  154. temp[N]_highest Highest measured temperature. Not supported for chip
  155. temperature sensor on LTC2974 and LTC2975.
  156. temp[N]_reset_history Reset temperature history. Not supported for chip
  157. temperature sensor on LTC2974 and LTC2975.
  158. power1_label "pin". LTC3883 and LTC3886 only.
  159. power1_input Measured input power.
  160. power[N]_label "pout[1-4]".
  161. LTC2974, LTC2975: N=1-4
  162. LTC2977, LTC2980, LTM2987: Not supported
  163. LTC2978: Not supported
  164. LTC3880, LTC3882, LTC3886, LTC3887, LTM4675, LTM4676:
  165. N=1-2
  166. LTC3883: N=2
  167. power[N]_input Measured output power.
  168. curr1_label "iin". LTC3880, LTC3883, LTC3886, LTC3887, LTM4675,
  169. and LTM4676 only.
  170. curr1_input Measured input current.
  171. curr1_max Maximum input current.
  172. curr1_max_alarm Input current high alarm.
  173. curr1_highest Highest input current. LTC3883 and LTC3886 only.
  174. curr1_reset_history Reset input current history. LTC3883 and LTC3886 only.
  175. curr[N]_label "iout[1-4]".
  176. LTC2974, LTC2975: N=1-4
  177. LTC2977, LTC2980, LTM2987: not supported
  178. LTC2978: not supported
  179. LTC3880, LTC3882, LTC3886, LTC3887, LTM4675, LTM4676:
  180. N=2-3
  181. LTC3883: N=2
  182. curr[N]_input Measured output current.
  183. curr[N]_max Maximum output current.
  184. curr[N]_crit Critical high output current.
  185. curr[N]_lcrit Critical low output current. LTC2974 and LTC2975 only.
  186. curr[N]_max_alarm Output current high alarm.
  187. curr[N]_crit_alarm Output current critical high alarm.
  188. curr[N]_lcrit_alarm Output current critical low alarm.
  189. LTC2974 and LTC2975 only.
  190. curr[N]_lowest Lowest output current. LTC2974 and LTC2975 only.
  191. curr[N]_highest Highest output current.
  192. curr[N]_reset_history Reset output current history.