]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/iio/humidity/Makefile
iio: Add new driver dht11
authorHarald Geyer <harald@ccbib.org>
Sun, 1 Dec 2013 15:04:00 +0000 (15:04 +0000)
committerJonathan Cameron <jic23@kernel.org>
Tue, 3 Dec 2013 20:22:30 +0000 (20:22 +0000)
commit091a121b04547fab2045951aff6219318ede0560
treed6753de7cf21bdc8de3a62952ce79cd0adc060a1
parentac216aa290c48a5e9d7b9f2473abb977a175683a
iio: Add new driver dht11

This driver handles DHT11 and DHT22 sensors.

Signed-off-by: Harald Geyer <harald@ccbib.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/iio/humidity/dht11.txt [new file with mode: 0644]
drivers/iio/Kconfig
drivers/iio/Makefile
drivers/iio/humidity/Kconfig [new file with mode: 0644]
drivers/iio/humidity/Makefile [new file with mode: 0644]
drivers/iio/humidity/dht11.c [new file with mode: 0644]