aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light/tsl2583.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-25staging: iio: tsl2583: fix format string warningsAsaf Vertz1-1/+1
2014-09-28Staging: iio: light: Missing a blank line after declarationsAybuke Ozdemir1-0/+1
2014-04-14Staging: iio: Switch from msleep to usleep range per timers-howto.txtMichael Welling1-1/+1
2014-04-14Staging: iio: Remove quoted string split across lines warningsMichael Welling1-16/+18
2014-04-14Staging: iio: Removes unwanted space before semicolonMichael Welling1-1/+1
2014-03-18Staging: iio/light: Fix return values in tsl2583.cMonam Agarwal1-3/+3
2013-09-08staging: iio: replace strict_strto*() with kstrto*()Jingoo Han1-12/+12
2013-09-07staging: iio: tsl2583: Use devm_iio_device_allocSachin Kamat1-16/+8
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