An error occurred fetching the project authors.
  1. 06 Aug, 2008 2 commits
  2. 01 Aug, 2008 2 commits
    • David Brownell's avatar
      hwmon: (lm75) add new-style driver binding · 9ebd3d82
      David Brownell authored
      More LM75 updates:
      
       - Teach the LM75 driver to use new-style driver binding:
      
           * Create a second driver struct, using new-style driver binding
             methods cribbed from the legacy code.
      
           * Add a MODULE_DEVICE_TABLE (for "newER-style binding")
      
           * The legacy probe logic delegates its work to this new code.
      
           * The legacy driver now uses the name "lm75_legacy".
      
       - More careful initialization.  Chips are put into 9-bit mode so
         the current interconversion routines will never fail.
      
       - Save the original chip configuration, and restore it on exit.
         (Among other things, this normally turns off the mode where
         the chip is constantly sampling ... and thus saves power.)
      
      So the new-style code should catch all chips that boards declare,
      while the legacy code catches others.  This particular coexistence
      strategy may need some work yet ... legacy modes might best be set
      up explicitly by some tool not unlike "sensors-detect".  (Or else
      completely eradicated...)
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      Acked-by: default avatarJean Delvare <khali@linux-fr.org>
      Signed-off-by: default avatarMark M. Hoffman <mhoffman@lightlink.com>
      9ebd3d82
    • David Brownell's avatar
      hwmon: (lm75) cleanup/reorg · 01a52397
      David Brownell authored
      Minor cleanup and reorg of the lm75 code.
      
       - Kconfig provides a larger list of lm75-compatible chips
      
       - A top comment now says what the driver does (!) ... as in, just
         what sort of sensor is this??
      
       - Section comments now delineate the various sections of the driver:
         hwmon attributes, driver binding, register access, module glue.
         One driver binding function moved out of the attribute section,
         as did the driver struct itself.
      
       - Minor tweaks to legacy probe logic:  correct a comment, and
         remove a pointless variable.
      
       - Whitespace, linelength, and comment fixes.
      
      This patch should include no functional changes.  It's preparation
      for adding new-style (driver model) I2C driver binding.
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      Acked-by: default avatarJean Delvare <khali@linux-fr.org>
      Acked-by: default avatarLaurent Pinchart <laurentp@cse-semaphore.com>
      Signed-off-by: default avatarMark M. Hoffman <mhoffman@lightlink.com>
      01a52397
  3. 24 May, 2008 1 commit
  4. 20 Mar, 2008 1 commit
  5. 19 Feb, 2008 1 commit
  6. 08 Feb, 2008 4 commits
  7. 08 Nov, 2007 1 commit
  8. 13 Oct, 2007 1 commit
  9. 11 Oct, 2007 2 commits
  10. 10 Oct, 2007 6 commits
  11. 26 Sep, 2007 2 commits
  12. 31 Jul, 2007 1 commit
  13. 19 Jul, 2007 13 commits
  14. 27 May, 2007 1 commit
  15. 10 May, 2007 1 commit
  16. 08 May, 2007 1 commit