]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iio: gp2ap020a00f: Add a driver for the device
authorJacek Anaszewski <j.anaszewski@samsung.com>
Mon, 9 Sep 2013 15:23:00 +0000 (16:23 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sun, 15 Sep 2013 10:07:49 +0000 (11:07 +0100)
commitbf29fbeaa13d3350ca71df70c705d8b883c45692
tree27eb56321c6cd7f94d04650e6d863dd2742671bb
parent02fa18958ce065ccc23ad59cff736031d62e9950
iio: gp2ap020a00f: Add a driver for the device

Add a new driver for the ambient light/proximity sensor
device. The driver exposes three channels: light_clear
light_ir and proximity. It also supports triggered buffer,
high and low ambient light threshold event and proximity
detection events.

Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/light/Kconfig
drivers/iio/light/Makefile
drivers/iio/light/gp2ap020a00f.c [new file with mode: 0644]