aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/humidity/dht11.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-18/+10
2019-07-01Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-18/+10
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld1-4/+4
2019-06-17iio: humidity: Replace older GPIO APIs with GPIO Consumer APIs for the dht11 sensorShobhit Kukreti1-18/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2018-02-17iio: dht11: Improve detection of sensor typeHarald Geyer1-1/+1
2017-08-22iio:humidity: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-01-22iio: dht11: Use usleep_range instead of msleep for start signalJohn Brooks1-2/+4
2016-04-10iio: dht11: Improve loggingHarald Geyer1-6/+34
2016-02-07Merge 4.5-rc3 into staging-nextGreg Kroah-Hartman1-4/+4
2016-02-01iio: dht11: Use boottimeAbhilash Jindal1-4/+4
2016-01-30iio: dht11: Simplify decoding algorithmHarald Geyer1-22/+42
2016-01-30iio: dht11: Improve reliability - be more tolerant about missing start bitsHarald Geyer1-6/+9
2015-07-20iio: dht11: Use new function ktime_get_resolution_ns()Harald Geyer1-20/+22
2015-07-20iio: dht11: avoid multiple assignments to make checkpatch.pl --strict happyHarald Geyer1-1/+2
2015-07-20iio: dht11: add comment to make checkpatch.pl --strict happyHarald Geyer1-0/+1
2015-07-20iio: dht11: whitespace changes to make checkpatch.pl --strict happyHarald Geyer1-12/+13
2015-01-10iio: dht11: IRQ fixesRichard Weinberger1-27/+35
2015-01-10iio: dht11: Add lockingRichard Weinberger1-0/+5
2015-01-10iio: dht11: Fix out-of-bounds readRichard Weinberger1-1/+1
2014-08-26iio: remove .owner field for driver using module_platform_driverSanjeev Sharma1-1/+0
2013-12-03iio: Add new driver dht11Harald Geyer1-0/+294