1. 06 12月, 2014 1 次提交
  2. 01 12月, 2014 1 次提交
  3. 04 8月, 2014 1 次提交
  4. 22 5月, 2014 1 次提交
  5. 04 12月, 2013 1 次提交
    • E
      hwmon: lm75: expose to thermal fw via DT nodes · 22e73183
      Eduardo Valentin 提交于
      This patch adds to lm75 temperature sensor the possibility
      to expose itself as thermal zone device, registered on the
      thermal framework.
      
      The thermal zone is built only if a device tree node
      describing a thermal zone for this sensor is present
      inside the lm75 DT node. Otherwise, the driver behavior
      will be the same.
      
      Note: This patch has also been reviewed by Jean D. He has
      requested to perform a wider inspection of possible
      users of thermal and hwmon interaction API. On the other
      hand, the change on this patch is acceptable on first
      step of overall code change.
      
      Cc: Jean Delvare <khali@linux-fr.org>
      Cc: lm-sensors@lm-sensors.org
      Cc: linux-kernel@vger.kernel.org
      Acked-by: NGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: NEduardo Valentin <eduardo.valentin@ti.com>
      22e73183
  6. 19 11月, 2013 1 次提交
  7. 04 5月, 2013 4 次提交
  8. 22 7月, 2012 1 次提交
  9. 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
  10. 06 1月, 2012 2 次提交
  11. 04 11月, 2011 1 次提交
  12. 25 10月, 2011 2 次提交
  13. 22 3月, 2011 2 次提交
  14. 29 10月, 2010 2 次提交
  15. 15 8月, 2010 1 次提交
  16. 03 6月, 2010 1 次提交
  17. 28 5月, 2010 1 次提交
  18. 15 12月, 2009 3 次提交
  19. 10 12月, 2009 1 次提交
  20. 07 1月, 2009 1 次提交
  21. 11 8月, 2008 1 次提交
  22. 01 8月, 2008 2 次提交
    • D
      hwmon: (lm75) add new-style driver binding · 9ebd3d82
      David Brownell 提交于
      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: NDavid Brownell <dbrownell@users.sourceforge.net>
      Acked-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NMark M. Hoffman <mhoffman@lightlink.com>
      9ebd3d82
    • D
      hwmon: (lm75) cleanup/reorg · 01a52397
      David Brownell 提交于
      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: NDavid Brownell <dbrownell@users.sourceforge.net>
      Acked-by: NJean Delvare <khali@linux-fr.org>
      Acked-by: NLaurent Pinchart <laurentp@cse-semaphore.com>
      Signed-off-by: NMark M. Hoffman <mhoffman@lightlink.com>
      01a52397
  23. 19 6月, 2008 1 次提交
  24. 27 4月, 2008 1 次提交
  25. 19 2月, 2008 1 次提交
  26. 08 2月, 2008 1 次提交
  27. 10 10月, 2007 2 次提交
  28. 08 5月, 2007 1 次提交
  29. 29 9月, 2006 1 次提交