dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/hwmon
Jonathan Cameron 251eb40f5c hwmon: sht15 humidity sensor driver
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: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-04-13 15:04:29 -07:00
..
ams
Kconfig hwmon: sht15 humidity sensor driver 2009-04-13 15:04:29 -07:00
Makefile hwmon: sht15 humidity sensor driver 2009-04-13 15:04:29 -07:00
abituguru.c
abituguru3.c hwmon: (abituguru3) Fix I/O error handling 2009-03-12 13:36:38 +01:00
ad7414.c
ad7418.c
adcxx.c
adm1021.c
adm1025.c
adm1026.c
adm1029.c
adm1031.c
adm9240.c
ads7828.c
adt7462.c
adt7470.c
adt7473.c
adt7475.c
applesmc.c
asb100.c
asus_atk0110.c hwmon: Add Asus ATK0110 support 2009-04-07 15:32:59 +02:00
atxp1.c
coretemp.c
dme1737.c
ds1621.c hwmon: (ds1621) Avoid unneeded register access 2009-03-30 21:46:40 +02:00
f71805f.c
f71882fg.c hwmon: Fix ACPI resource check error handling 2009-02-17 19:59:54 +01:00
f75375s.c trivial: Update my email address 2009-03-30 15:22:04 +02:00
fscher.c
fschmd.c hwmon: (fschmd) Add support for the FSC Hades IC 2009-03-30 21:46:45 +02:00
fscpos.c
g760a.c hwmon: add support for GMT G760A fan speed PWM controller 2009-04-07 08:31:03 -07:00
gl518sm.c
gl520sm.c
hdaps.c hwmon: (hdaps) Fix Thinkpad X41 axis inversion 2009-03-30 21:46:42 +02:00
hp_accel.c hp_accel: remove unused #include <version.h> 2009-04-13 15:04:28 -07:00
hwmon-vid.c
hwmon.c
i5k_amb.c
ibmaem.c
ibmpex.c
it87.c hwmon: (it87) Properly decode -128 degrees C temperature 2009-03-12 13:36:39 +01:00
k8temp.c
lis3lv02d.c lis3: solve dependency between core and ACPI 2009-04-01 08:59:22 -07:00
lis3lv02d.h lis3: solve dependency between core and ACPI 2009-04-01 08:59:22 -07:00
lis3lv02d_spi.c lis3: SPI transport layer 2009-04-01 08:59:22 -07:00
lm63.c
lm70.c
lm75.c
lm75.h
lm77.c
lm78.c
lm80.c
lm83.c
lm85.c lm85: add VRM10 support for adt7468 chip 2009-03-10 15:55:10 -07:00
lm87.c
lm90.c hwmon: (lm90) Document support for the MAX6648/6692 chips 2009-03-12 13:36:38 +01:00
lm92.c
lm93.c
lm95241.c hwmon: (lm95241) Convert to new-style i2c driver 2009-04-07 15:32:59 +02:00
ltc4215.c hwmon: Add LTC4215 driver 2009-04-01 08:59:21 -07:00
ltc4245.c
max1111.c
max1619.c
max6650.c
pc87360.c
pc87427.c
pcf8591.c Move the pcf8591 driver to hwmon 2009-03-30 21:46:43 +02:00
sht15.c hwmon: sht15 humidity sensor driver 2009-04-13 15:04:29 -07:00
sis5595.c
smsc47b397.c
smsc47m1.c
smsc47m192.c
thmc50.c
ultra45_env.c
via686a.c
vt1211.c hwmon: Fix ACPI resource check error handling 2009-02-17 19:59:54 +01:00
vt8231.c
w83l785ts.c
w83l786ng.c
w83627ehf.c hwmon: (w83627ehf) Only expose in6 or temp3 on the W83667HG 2009-03-30 21:46:43 +02:00
w83627hf.c
w83781d.c
w83791d.c
w83792d.c
w83793.c