]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iio: health: Add driver for the TI AFE4403 heart monitor
authorAndrew F. Davis <afd@ti.com>
Sat, 6 Feb 2016 19:35:21 +0000 (13:35 -0600)
committerJonathan Cameron <jic23@kernel.org>
Sat, 6 Feb 2016 21:55:32 +0000 (21:55 +0000)
commiteec96d1e2d318bc734728111cfe3b203b58943b9
treec30c22f239860aeddce84bbdc49aa0e33778c26a
parent535e58f17a765ecbd651913233f210b383676504
iio: health: Add driver for the TI AFE4403 heart monitor

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>
drivers/iio/health/Kconfig
drivers/iio/health/Makefile
drivers/iio/health/afe4403.c [new file with mode: 0644]