1. 10 10月, 2012 1 次提交
  2. 24 9月, 2012 1 次提交
  3. 19 3月, 2012 2 次提交
  4. 14 12月, 2010 1 次提交
  5. 05 10月, 2009 1 次提交
    • J
      ltc4215/ltc4245: Discard obsolete detect methods · 2d2a7cff
      Jean Delvare 提交于
      There is no point in implementing a detect callback for the LTC4215
      and LTC4245, as these devices can't be detected. It was there solely
      to handle "force" module parameters to instantiate devices, but now
      we have a better sysfs interface that can do the same.
      
      So we can get rid of the ugly module parameters and the detect
      callbacks. This shrinks the binary module sizes by 36% and 46%,
      respectively.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Ira W. Snyder <iws@ovro.caltech.edu>
      2d2a7cff
  6. 24 9月, 2009 1 次提交
  7. 01 4月, 2009 1 次提交
    • I
      hwmon: Add LTC4215 driver · 72f5de92
      Ira Snyder 提交于
      Add Linux support for the Linear Technology LTC4215 Hot Swap controller
      I2C monitoring interface.
      
      I have tested the driver with my board, and it appears to work fine.  With
      the power supplies disabled, it reads 11.93V input, 1.93V output, no
      current and no power.  With the supplies enabled, it reads 11.93V input,
      11.98V output, no current, no power.  I'm not drawing any current at the
      moment, so this is reasonable.  The value in the sense register never
      reads anything except 0, so I expect to get zero from the current and
      power calculations.
      
      I didn't attempt to support changing any of the chip's settings or
      enabling the FET.  I'm not sure even how to do that and still fit within
      the hwmon framework.  :)
      Signed-off-by: NIra W. Snyder <iws@ovro.caltech.edu>
      Cc: Jean Delvare <khali@linux-fr.org>
      Cc: "Mark M. Hoffman" <mhoffman@lightlink.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      72f5de92