iio: Add AS3935 lightning sensor support
authorMatt Ranostay <mranostay@gmail.com>
Wed, 3 Dec 2014 12:53:00 +0000 (12:53 +0000)
committerJonathan Cameron <jic23@kernel.org>
Sun, 16 Mar 2014 18:00:32 +0000 (18:00 +0000)
commit24ddb0e4bba4e98d3f3a783846789520e796b164
tree71d53df60fe5ebab5455c6526c5bff71414718aa
parent43c7ecb1fa6b45633747773f055b8deb1c3e52be
iio: Add AS3935 lightning sensor support

AS3935 chipset can detect lightning strikes and reports those back as
events and the estimated distance to the storm.

Signed-off-by: Matt Ranostay <mranostay@gmail.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/ABI/testing/sysfs-bus-iio-proximity-as3935 [new file with mode: 0644]
drivers/iio/Kconfig
drivers/iio/Makefile
drivers/iio/proximity/Kconfig [new file with mode: 0644]
drivers/iio/proximity/Makefile [new file with mode: 0644]
drivers/iio/proximity/as3935.c [new file with mode: 0644]
This page took 0.025729 seconds and 5 git commands to generate.