1. 19 3月, 2012 2 次提交
    • G
      hwmon: (ds1621) Fix checkpatch issues · 19f2c059
      Guenter Roeck 提交于
      Fixed:
      ERROR: code indent should use tabs where possible
      ERROR: do not use assignment in if condition
      ERROR: trailing whitespace
      WARNING: labels should not be indented
      WARNING: please, no spaces at the start of a line
      WARNING: simple_strtol is obsolete, use kstrtol instead
      
      Also modified multi-line comments to follow Documentation/CodingStyle.
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      Acked-by: NJean Delvare <khali@linux-fr.org>
      19f2c059
    • 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. 04 11月, 2011 1 次提交
  3. 15 12月, 2009 3 次提交
  4. 10 12月, 2009 1 次提交
  5. 31 3月, 2009 3 次提交
    • J
      hwmon: (ds1621) Avoid unneeded register access · e4879e28
      Jean Delvare 提交于
      Register access over SMBus isn't cheap, so avoid register access where
      possible:
      * Only write back the configuration register if it changed.
      * Don't refresh the register cache when we don't have to.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Aurelien Jarno <aurelien@aurel32.net>
      e4879e28
    • J
      hwmon: (ds1621) Clean up register access · 594592dc
      Jean Delvare 提交于
      Fix a few oddities in how the ds1621 driver accesses the registers:
      * We don't need a wrapper to access the configuration register.
      * Check for error before calling swab16. Error checking isn't
        complete yet, but that's a start.
      * Device-specific read functions should never be called during
        detection, as by definition we don't know what device we are talking
        to at that point.
      * Likewise, don't assume that register reads succeed during detection.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Aurelien Jarno <aurelien@aurel32.net>
      594592dc
    • J
      hwmon: (ds1621) Reorder code statements · 9202add6
      Jean Delvare 提交于
      Reorder the ds1621 driver code so that we can get rid of forward
      function declarations.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Aurelien Jarno <aurelien@aurel32.net>
      9202add6
  6. 17 7月, 2008 1 次提交
  7. 19 2月, 2008 1 次提交
  8. 08 2月, 2008 1 次提交
  9. 10 10月, 2007 2 次提交
  10. 20 7月, 2007 3 次提交
  11. 28 5月, 2007 1 次提交
  12. 29 9月, 2006 1 次提交
  13. 24 3月, 2006 1 次提交
  14. 06 1月, 2006 3 次提交
  15. 29 10月, 2005 3 次提交
  16. 06 9月, 2005 5 次提交
  17. 12 7月, 2005 1 次提交
  18. 22 6月, 2005 1 次提交
  19. 21 6月, 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