1. 19 3月, 2012 1 次提交
    • A
      hwmon: convert drivers/hwmon/* to use module_i2c_driver() · f0967eea
      Axel Lin 提交于
      This patch converts the drivers in drivers/hwmon/* to use the
      module_i2c_driver() macro which makes the code smaller and a bit simpler.
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Cc: Corentin Labbe <corentin.labbe@geomatys.fr>
      Cc: Dirk Eibach <eibach@gdsys.de>
      Cc: "Mark M. Hoffman" <mhoffman@lightlink.com>
      Cc: Steve Glendinning <steve.glendinning@smsc.com>
      Cc: Riku Voipio <riku.voipio@iki.fi>
      Cc: Guillaume Ligneul <guillaume.ligneul@gmail.com>
      Cc: David George <david.george@ska.ac.za>
      Cc: "Hans J. Koch" <hjk@hansjkoch.de>
      Cc: Marc Hulsman <m.hulsman@tudelft.nl>
      Cc: Rudolf Marek <r.marek@assembler.cz>
      Signed-off-by: NGuenter Roeck <guenter.roeck@ericsson.com>
      f0967eea
  2. 15 12月, 2009 3 次提交
  3. 10 12月, 2009 1 次提交
  4. 17 7月, 2008 1 次提交
  5. 19 2月, 2008 1 次提交
  6. 08 2月, 2008 1 次提交
  7. 10 10月, 2007 2 次提交
  8. 20 7月, 2007 2 次提交
    • 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
    • J
      hwmon/smsc47m192: Semaphore to mutex conversion · e4a7167f
      Jean Delvare 提交于
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      e4a7167f
  9. 08 5月, 2007 1 次提交
  10. 29 9月, 2006 1 次提交
  11. 23 6月, 2006 1 次提交