]> git.karo-electronics.de Git - mv-sheeva.git/commit
drivers/misc/apds9802als.c: ALS drivers for the apds9802als
authoranantha <anantha.narayanan@intel.com>
Tue, 26 Oct 2010 21:22:41 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:15 +0000 (16:52 -0700)
commit22d96aa59cf120db3584e4c3365554cae77d2441
treec43dd27c61139ee599bfe34ccaa7b14382d74b8a
parent8a233f01b7d7dd587f85fa581274f168f1e88bb8
drivers/misc/apds9802als.c: ALS drivers for the apds9802als

This adds support for the ADPS9802ALS sensor.

Cleanup by Alan Cox
- move mutexes to cover more things
- report I/O errors back to user space
- report range and values in LUX

Signed-off-by: Anantha Narayanan <anantha.narayanan@intel.com>
[The 4K and 64K in the hw spec actually means 4095 (12bit) and 65535 (16bit).]
Signed-off-by: Hong Liu <hong.liu@intel.com>
[Updated to match the ALS light API interface convention from Samu]
Signed-off-by: Alan Cox <alan@linux.intel.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/apds9802als.c [new file with mode: 0644]