1. 10 10月, 2012 1 次提交
  2. 24 9月, 2012 1 次提交
  3. 19 3月, 2012 2 次提交
  4. 15 8月, 2010 1 次提交
    • I
      hwmon: (ltc4245) Expose all GPIO pins as analog voltages · 5950ec8d
      Ira W. Snyder 提交于
      Add support for exposing all GPIO pins as analog voltages. Though this is
      not an ideal use of the chip, some hardware engineers may decide that the
      LTC4245 meets their design requirements when studying the datasheet.
      
      The GPIO pins are sampled in round-robin fashion, meaning that a slow
      reader will see stale data. A userspace application can detect this,
      because it will get -EAGAIN when reading from a sysfs file which contains
      stale data.
      
      Users can choose to use this feature on a per-chip basis by using either
      platform data or the OF device tree (where applicable).
      Signed-off-by: NIra W. Snyder <iws@ovro.caltech.edu>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      5950ec8d
  5. 28 5月, 2010 1 次提交
  6. 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
  7. 24 9月, 2009 1 次提交
  8. 07 1月, 2009 1 次提交