linux/drivers/iio/humidity
Harald Geyer 22acc120a1 iio: dht11: Improve reliability - be more tolerant about missing start bits
Instead of guessing where the data starts, we now just try to decode from
every possible start position. This causes no additional overhead if we
properly received the full preamble and only costs a few extra CPU cycles
in the case where the preamble is corrupted. This is much more efficient
than to return an error to userspace and start over again.

Signed-off-by: Harald Geyer <harald@ccbib.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2016-01-30 16:27:13 +00:00
..
dht11.c iio: dht11: Improve reliability - be more tolerant about missing start bits 2016-01-30 16:27:13 +00:00
hdc100x.c
htu21.c
Kconfig
Makefile
si7005.c
si7020.c First set of IIO fixes for the 4.4 cycle. 2015-11-18 13:15:50 -08:00