]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/misc: driver for bh1770glc / sfh7770 ALS and proximity sensor
authorSamu Onkalo <samu.p.onkalo@nokia.com>
Tue, 26 Oct 2010 21:22:37 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:14 +0000 (16:52 -0700)
commit977198adf197028bb67776b6238963ad35b456d3
tree202b84214c818dff63eb4a0fe37d87679604d443
parent94ca9439463a5647516bd2fff634f14150fc5c78
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]