1. 11 Jan, 2010 1 commit
  2. 17 Dec, 2009 1 commit
  3. 16 Dec, 2009 2 commits
  4. 09 Dec, 2009 2 commits
  5. 23 Sep, 2009 1 commit
  6. 17 Sep, 2009 2 commits
  7. 15 Sep, 2009 2 commits
  8. 18 Jul, 2009 1 commit
  9. 15 Jun, 2009 1 commit
  10. 13 Apr, 2009 1 commit
    • Jonathan Cameron's avatar
      hwmon: sht15 humidity sensor driver · 251eb40f
      Jonathan Cameron authored
      Data sheet at:
      http://www.sensirion.ch/en/pdf/product_information/Datasheet-humidity-sensor-SHT1x.pdf
      
      
      
      These sensors communicate over a 2 wire bus running a device specific
      protocol.  The complexity of the driver is mainly due to handling the
      substantial delays between requesting a reading and the device pulling the
      data line low to indicate that the data is available.  This is handled by
      an interrupt that is disabled under all other conditions.
      
      I wasn't terribly clear on the best way to handle this, so comments on
      that aspect would be particularly welcome!
      
      Interpretation of the temperature depends on knowing the supply voltage.
      If configured in a board config as a regulator consumer this is obtained
      from the regulator subsystem.  If not it should be provided in the
      platform data.
      
      I've placed this driver in the hwmon subsystem as it is definitely a
      device that may be used for hardware monitoring and with it's relatively
      slow response times (up to 120 millisecs to get a reading) a caching
      strategy certainly seems to make sense!
      Signed-off-by: default avatarJonathan Cameron <jic23@cam.ac.uk>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      251eb40f
  11. 07 Apr, 2009 2 commits
  12. 01 Apr, 2009 3 commits
  13. 30 Mar, 2009 1 commit
    • Jean Delvare's avatar
      Move the pcf8591 driver to hwmon · fb4504fe
      Jean Delvare authored
      
      Directory drivers/i2c/chips is going away, so drivers there must find
      new homes. For the pcf8591 driver, the best choice seems to be the
      hwmon subsystem. While the Philips PCF8591 device isn't a typical
      hardware monitoring chip, its DAC interface is compatible with the
      hwmon one, so it fits somewhat.
      
      If a better subsystem is ever created for ADC/DAC chips, the driver
      could be moved there.
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Cc: Aurelien Jarno <aurelien@aurel32.net>
      fb4504fe
  14. 15 Jan, 2009 1 commit
  15. 10 Jan, 2009 1 commit
  16. 07 Jan, 2009 1 commit
  17. 13 Nov, 2008 2 commits
  18. 23 Sep, 2008 1 commit
  19. 25 Aug, 2008 1 commit
  20. 15 Aug, 2008 1 commit
    • Marc Pignat's avatar
      hwmon: ADC124S501 generic driver · d42139a3
      Marc Pignat authored
      
      SPI driver for analog to digital converters national semiconductor
      ADC081S101, ADC124S501, ...
      
      Code for 8 channels by Tobias Himmer.
      
      This driver adds support for National Semiconductor ADC<bb><c>S<sss> chip
      family, where:
      
       * bb  is the resolution in number of bits (8, 10, 12)
       * c   is the number of channels (1, 2, 4, 8)
       * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500
         kSPS and 101 for 1 MSPS)
      
      [akpm@linux-foundation.org: coding-style fixes]
      Signed-off-by: default avatarMarc Pignat <marc.pignat@hevs.ch>
      Cc: Tobias Himmer <tobias@himmer-online.de>
      Cc: "Mark M. Hoffman" <mhoffman@lightlink.com>
      Cc: Jean Delvare <khali@linux-fr.org>
      Cc: David Brownell <david-b@pacbell.net>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      d42139a3
  21. 06 Aug, 2008 1 commit
  22. 24 May, 2008 1 commit
  23. 19 Feb, 2008 1 commit
  24. 08 Feb, 2008 2 commits
  25. 08 Nov, 2007 1 commit
  26. 11 Oct, 2007 1 commit
  27. 10 Oct, 2007 4 commits
  28. 31 Jul, 2007 1 commit