1. 15 8月, 2010 2 次提交
  2. 28 5月, 2010 1 次提交
  3. 10 12月, 2009 1 次提交
  4. 29 10月, 2009 1 次提交
  5. 16 6月, 2009 1 次提交
  6. 01 6月, 2009 1 次提交
  7. 31 3月, 2009 1 次提交
  8. 09 10月, 2008 1 次提交
  9. 19 6月, 2008 1 次提交
  10. 08 11月, 2007 1 次提交
  11. 10 10月, 2007 4 次提交
  12. 20 7月, 2007 2 次提交
    • J
      hwmon: Improve the pwmN_enable documentation · 875f25d5
      Jean Delvare 提交于
      The documentation of the pwmN_enable interface file is not very clear,
      and has been confusing several driver authors already. Make it clearer.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NMark M. Hoffman <mhoffman@lightlink.com>
      875f25d5
    • J
      hwmon: Fault files naming convention · 7817a39e
      Jean Delvare 提交于
      We have the following naming convention documented in
      Documentation/hwmon/sysfs-interface for fault files:
      
      in[0-*]_input_fault
      fan[1-*]_input_fault
      temp[1-*]_input_fault
      
      Some drivers follow this convention (lm63, lm83, lm90, smsc47m192).
      However some drivers omit the "input" part and create files named
      fan1_fault (pc87427) or temp1_fault (dme1737). And the new "generic"
      libsensors follows this second (non-standard) convention, so it fails
      to report fault conditions for drivers which follow the standard.
      
      We want a single naming scheme, and everyone seems to prefer the
      shorter variant, so let's go for it.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      7817a39e
  13. 08 5月, 2007 1 次提交
  14. 15 2月, 2007 1 次提交
  15. 13 12月, 2006 1 次提交
  16. 23 6月, 2006 4 次提交
  17. 07 2月, 2006 1 次提交
    • J
      [PATCH] hwmon: New f71805f driver · e53004e2
      Jean Delvare 提交于
      This is my f71805f hardware monitoring driver ported from lm_sensors
      to Linux 2.6. This new driver differs from the other hardware monitoring
      drivers in that it is implemented as a platform driver. This might not
      be optimal yet (we would probably need a generic infrastructure and bus
      type for Super-I/O logical devices) but it is certainly much better than
      the i2c-isa solution.
      
      Note that this driver requires lm_sensors CVS. I hope to get it
      released as 2.10.0 soon.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e53004e2
  18. 29 10月, 2005 1 次提交
    • J
      [PATCH] hwmon: Add PEC support to the lm90 driver · c3df5806
      Jean Delvare 提交于
      Add PEC support to the lm90 driver. Only the ADM1032 chip supports it,
      and in a rather tricky way, which is why this patch comes with
      documentation reinforcements. At least, this demonstrates that the new
      PEC support logic in i2c-core can properly deal with chips with partial
      PEC support.
      
      As enabling PEC causes a significant performance drop, it can be
      disabled through a sysfs file (unsurprisingly named "pec").
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      c3df5806
  19. 12 7月, 2005 1 次提交
  20. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4