drivers/misc: driver for bh1770glc / sfh7770 ALS and proximity sensor
commit190420ab34ab4c077c641893ac19f364cf3606e4
authorSamu Onkalo <samu.p.onkalo@nokia.com>
Tue, 26 Oct 2010 21:22:37 +0000 (26 14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:14 +0000 (26 16:52 -0700)
tree202b84214c818dff63eb4a0fe37d87679604d443
parent4b068de9ab1c404734fde90ce5d3f4f5b4f0b9d5
drivers/misc: driver for bh1770glc / sfh7770 ALS and proximity sensor

This is a driver for ROHM BH1770GLC and OSRAM SFH7770 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/bh1770glc.txt for details

Signed-off-by: Samu Onkalo <samu.p.onkalo@nokia.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/bh1770glc.c [new file with mode: 0644]
include/linux/i2c/bh1770glc.h [new file with mode: 0644]