Staging: IIO: tsl2561 digital light sensor core support
authorJonathan Cameron <jic23@cam.ac.uk>
Tue, 18 Aug 2009 17:06:21 +0000 (18:06 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:24 +0000 (12:02 -0700)
commit78632b609a71ff2f598b114026fca03747f3a8c8
tree50d62b336e51e66841116ff6328c169b168a1d50
parentd1325cf45077bd27db3271dfc320c40bf65a8a07
Staging: IIO: tsl2561 digital light sensor core support

This is a pretty minimalist example of an IIO driver.

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/iio/Kconfig
drivers/staging/iio/Makefile
drivers/staging/iio/light/Kconfig [new file with mode: 0644]
drivers/staging/iio/light/Makefile [new file with mode: 0644]
drivers/staging/iio/light/light.h [new file with mode: 0644]
drivers/staging/iio/light/tsl2561.c [new file with mode: 0644]