aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light/tsl2583.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devinitBill Pemberton1-1/+1
2012-06-18iio staging: fix typos in tsl*: registerPeter Meerwald1-1/+1
2012-05-14staging:iio:light: Use dev_to_iio_dev()Lars-Peter Clausen1-13/+13
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-1/+1
2012-03-02drivers:staging:iio Fix typos and comments in staging iio.Justin P. Mattock1-1/+1
2012-02-24staging:iio: Use dev_pm_opsLars-Peter Clausen1-6/+11
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-3/+14
2011-12-08iio: light sensor: Improve granularity of tsl2583 lux values.Bryan Freed1-3/+14
2011-11-17staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen1-13/+1
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-0/+1
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-08-23staging:iio:light:tsl2583 allocate chip state with iio_devJonathan Cameron1-115/+101
2011-08-23staging:iio:trivial sparse related cleanups.Jonathan Cameron1-2/+2
2011-05-19staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.Jonathan Cameron1-2/+6
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron1-1/+1
2011-04-25staging: iio: TAOS tsl258x: Device driverJon Brenner1-0/+960