OSDN Git Service

iio: light: add support for TI's opt3001 light sensor
authorAndreas Dannenberg <dannenberg@ti.com>
Thu, 2 Jul 2015 22:27:58 +0000 (17:27 -0500)
committerJonathan Cameron <jic23@kernel.org>
Mon, 20 Jul 2015 17:41:21 +0000 (18:41 +0100)
commit94a9b7b1809f56cfaa080e70ec49b6979563a237
treed64591e2c1ebca2e5c4e49a46a1d036dad9bb3f4
parent081d974031bafb204d64de3e82f398daf1d0b899
iio: light: add support for TI's opt3001 light sensor

TI's opt3001 light sensor is a simple and yet powerful
little device. The device provides 99% IR rejection,
automatic full-scale, very low power consumption and
measurements from 0.01 to 83k lux.

This patch adds support for that device using the IIO
framework.

See http://www.ti.com/product/opt3001 for more information.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/light/Kconfig
drivers/iio/light/Makefile
drivers/iio/light/opt3001.c [new file with mode: 0644]