1. 22 7月, 2012 1 次提交
  2. 19 3月, 2012 1 次提交
    • G
      hwmon: (lm78) Fix checkpatch issues · 9b03079f
      Guenter Roeck 提交于
      Fixed:
      ERROR: code indent should use tabs where possible
      ERROR: do not use assignment in if condition
      ERROR: space prohibited before that close parenthesis ')'
      ERROR: space required after that ',' (ctx:VxV)
      ERROR: spaces required around that '<' (ctx:VxV)
      ERROR: spaces required around that '==' (ctx:VxV)
      ERROR: trailing statements should be on next line
      ERROR: trailing whitespace
      WARNING: simple_strtol is obsolete, use kstrtol instead
      WARNING: simple_strtoul is obsolete, use kstrtoul instead
      
      Modify multi-line comments to follow Documentation/CodingStyle.
      
      Not fixed (false positive):
      ERROR: Macros with multiple statements should be enclosed in a do - while loop
      
      Cc: Jean Delvare <khali@linux-fr.org>
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      Acked-by: NJean Delvare <khali@linux-fr.org>
      9b03079f
  3. 26 7月, 2011 3 次提交
  4. 13 1月, 2011 1 次提交
  5. 06 2月, 2010 1 次提交
    • J
      hwmon: (lm78) Request I/O ports individually for probing · 197027e6
      Jean Delvare 提交于
      Different motherboards have different PNP declarations for LM78/LM79
      chips. Some declare the whole range of I/O ports (8 ports), some
      declare only the useful ports (2 ports at offset 5) and some declare
      fancy ranges, for example 4 ports at offset 4. To properly handle all
      cases, request all ports individually for probing. After we have
      determined that we really have an LM78 or LM79 chip, the useful port
      range will be requested again, as a single block.
      
      This fixes the driver on the Olivetti M3000 DT 540, at least.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: stable@kernel.org
      197027e6
  6. 15 12月, 2009 3 次提交
  7. 10 12月, 2009 1 次提交
  8. 15 9月, 2009 1 次提交
  9. 01 6月, 2009 1 次提交
  10. 17 10月, 2008 5 次提交
  11. 19 2月, 2008 1 次提交
  12. 08 2月, 2008 2 次提交
  13. 10 10月, 2007 2 次提交
  14. 09 9月, 2007 1 次提交
  15. 31 7月, 2007 1 次提交
  16. 08 5月, 2007 3 次提交
  17. 15 2月, 2007 1 次提交
  18. 19 10月, 2006 1 次提交
  19. 29 9月, 2006 1 次提交
  20. 27 9月, 2006 1 次提交
  21. 27 6月, 2006 1 次提交
  22. 24 3月, 2006 2 次提交
  23. 06 1月, 2006 3 次提交
  24. 24 11月, 2005 1 次提交
  25. 29 10月, 2005 1 次提交