iio: light: add MAX30100 oximeter driver support
authorMatt Ranostay <mranostay@gmail.com>
Thu, 10 Dec 2015 06:04:49 +0000 (22:04 -0800)
committerJonathan Cameron <jic23@kernel.org>
Sat, 12 Dec 2015 12:14:37 +0000 (12:14 +0000)
commit4d33615df58bf308626489cbfb8acbc8bbd45658
tree2d6d54bf0408df7066312b42a8f7d4775a3dd8ba
parentb41fa86b67bd338d4ffa0b69f0fb1c3013a489e0
iio: light: add MAX30100 oximeter driver support

MAX30100 is an heart rate and pulse oximeter sensor that works using
two LEDS of different wavelengths, and detecting the light reflected
back.

This patchset adds support for both IR and RED LED channels which can
be processed in userspace to determine heart rate and blood oxygen
levels.

Signed-off-by: Matt Ranostay <mranostay@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/iio/health/max30100.txt [new file with mode: 0644]
drivers/iio/Kconfig
drivers/iio/Makefile
drivers/iio/health/Kconfig [new file with mode: 0644]
drivers/iio/health/Makefile [new file with mode: 0644]
drivers/iio/health/max30100.c [new file with mode: 0644]
This page took 0.026437 seconds and 5 git commands to generate.