]> Git Repo - linux.git/commit
drivers/misc: driver for APDS990X ALS and proximity sensors
authorSamu Onkalo <[email protected]>
Tue, 26 Oct 2010 21:22:38 +0000 (14:22 -0700)
committerLinus Torvalds <[email protected]>
Tue, 26 Oct 2010 23:52:14 +0000 (16:52 -0700)
commit92b1f84d46b24675493d95a239eea2b07e5f13f8
treed81be3348c30402d623059c86259f83657900a0f
parent190420ab34ab4c077c641893ac19f364cf3606e4
drivers/misc: driver for APDS990X ALS and proximity sensors

This is a driver for Avago APDS990X combined ALS and proximity sensor.

Interface is sysfs based.  The driver uses interrupts to provide new data.
The driver supports pm_runtime and regulator frameworks.

See Documentation/misc-devices/apds990x.txt for details

Signed-off-by: Samu Onkalo <[email protected]>
Acked-by: Jonathan Cameron <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/apds990x.c [new file with mode: 0644]
include/linux/i2c/apds990x.h [new file with mode: 0644]
This page took 0.044766 seconds and 4 git commands to generate.