summaryrefslogtreecommitdiffstats
path: root/drivers/iio/health/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* iio: health: Add driver for the TI AFE4403 heart monitorAndrew F. Davis2016-02-061-0/+1
| | | | | | | | | | | | Add driver for the TI AFE4403 heart rate monitor and pulse oximeter. This device detects reflected LED light fluctuations and presents an ADC value to the user space for further signal processing. Data sheet located here: http://www.ti.com/product/AFE4403/datasheet Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
* iio: health: Add driver for the TI AFE4404 heart monitorAndrew F. Davis2016-02-061-0/+1
| | | | | | | | | | | Add driver for the TI AFE4404 heart rate monitor and pulse oximeter. This device detects reflected LED light fluctuations and presents an ADC value to the user space for further signal processing. Datasheet: http://www.ti.com/product/AFE4404/datasheet Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
* iio: light: add MAX30100 oximeter driver supportMatt Ranostay2015-12-121-0/+7
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>