]> asedeno.scripts.mit.edu Git - linux.git/commit
iio: health: Add driver for the TI AFE4404 heart monitor
authorAndrew F. Davis <afd@ti.com>
Tue, 2 Feb 2016 17:50:44 +0000 (11:50 -0600)
committerJonathan Cameron <jic23@kernel.org>
Sat, 6 Feb 2016 18:57:09 +0000 (18:57 +0000)
commit87aec56e27efac98b7a0abe93258687716bf0b1e
treeeb73a4e2e2912212fa5321f0cea850b4790d72a9
parent380f6ff5495e8008775078e62e748c7e8f099270
iio: health: Add driver for the TI AFE4404 heart monitor

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>
Documentation/ABI/testing/sysfs-bus-iio-health-afe440x [new file with mode: 0644]
drivers/iio/health/Kconfig
drivers/iio/health/Makefile
drivers/iio/health/afe4404.c [new file with mode: 0644]
drivers/iio/health/afe440x.h [new file with mode: 0644]