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)
commit14ed761b0c88b1c150fd171ac4a03e00b02c4ab5
tree50d62b336e51e66841116ff6328c169b168a1d50
parent67ed210ed74226856b6d282c130f71486494d9ff
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]