Skip to content
Snippets Groups Projects
  1. Mar 29, 2010
  2. Mar 05, 2010
  3. Jan 11, 2010
  4. Jan 10, 2010
  5. Dec 17, 2009
  6. Dec 16, 2009
  7. Dec 15, 2009
  8. Dec 09, 2009
  9. Oct 09, 2009
  10. Sep 23, 2009
  11. Sep 17, 2009
  12. Sep 15, 2009
  13. Jul 18, 2009
  14. Jun 17, 2009
  15. Jun 15, 2009
  16. Apr 13, 2009
    • 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
  17. Apr 07, 2009
  18. Apr 01, 2009
  19. Mar 30, 2009
Loading