summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light
Commit message (Expand)AuthorAgeFilesLines
* staging: iio: isl29028: deprecate use of isl in compatible string for isilArnaud Ebalard2015-02-171-2/+2
* staging: iio: tsl2x7x_core: fix format string warningsAsaf Vertz2015-01-251-1/+1
* staging: iio: tsl2583: fix format string warningsAsaf Vertz2015-01-251-1/+1
* Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-161-10/+7Star
|\
| * Staging: iio: light: Removed unnecessary parenthesesTina Johnson2014-10-281-4/+4
| * staging: iio: light: Remove unnecessary line continuationsRoberta Dobrescu2014-10-201-6/+3Star
* | Staging: iio: light: Added correct vendor-prefix for device isl29028Darshana Padmadas2014-11-201-1/+2
|/
* staging: iio: light: Add a blank line after declarationsRoberta Dobrescu2014-09-291-0/+2
* staging: iio: light: Remove space before function pointer argumentsRoberta Dobrescu2014-09-291-2/+2
* staging: iio: light: Fix quoted string split across linesRoberta Dobrescu2014-09-291-4/+4
* Staging: iio: light: Missing a blank line after declarationsAybuke Ozdemir2014-09-291-0/+1
* Staging: iio: light: Use usleep_range instead of msleepVaishali Thakkar2014-09-231-1/+1
* staging: iio: light: isl29018: add ACPI supportLaurentiu Palcu2014-09-131-6/+40
* staging: iio: light: isl29018: add support for isl29023 and isl29035Laurentiu Palcu2014-08-301-22/+141
* staging: iio: light: isl29018: fix typoLaurentiu Palcu2014-08-301-4/+4
* staging: iio: isl29018: fix sparse warning regarding incorrect type (differen...Teodora Baluta2014-08-021-1/+1
* Merge tag 'iio-fixes-for-3.16a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-06-181-2/+6
|\
| * staging: iio: tsl2x7x_core: fix proximity tresholdMario Schuknecht2014-06-021-2/+6
* | Staging: iio: Switch from msleep to usleep range per timers-howto.txtMichael Welling2014-04-141-1/+1
* | Staging: iio: Remove quoted string split across lines warningsMichael Welling2014-04-141-16/+18
* | Staging: iio: Removes unwanted space before semicolonMichael Welling2014-04-141-1/+1
|/
* staging: iio: light: Checkpatch fixes tsl2x7x_core.cAybuke Ozdemir2014-03-181-4/+4
* Staging: iio/light: Fix return values in tsl2583.cMonam Agarwal2014-03-181-3/+3
* iio: Remove support for the legacy event config interfaceLars-Peter Clausen2013-12-081-20/+20
* staging: iio: isl29018: Use devm_iio_device_registerSachin Kamat2013-11-241-12/+1Star
* staging:iio:tsl2x7x: Switch to new event config interfaceLars-Peter Clausen2013-10-121-47/+73
* Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman2013-09-251-0/+1
|\
| * iio: isl29018: Fix uninitialized valueDerek Basehore2013-09-181-0/+1
* | staging: iio: tsl2x7x_core: Remove redundant breakSachin Kamat2013-09-141-8/+0Star
* | staging: iio: replace strict_strto*() with kstrto*()Jingoo Han2013-09-082-21/+21
* | staging: iio: tsl2x7x_core: Fix sparse warningSachin Kamat2013-09-071-1/+1
* | staging: iio: tsl2x7x_core: Use devm_* APIsSachin Kamat2013-09-071-25/+13Star
* | staging: iio: tsl2583: Use devm_iio_device_allocSachin Kamat2013-09-071-16/+8Star
|/
* staging: iio: light: isl29028: Use devm_iio_device_allocSachin Kamat2013-08-031-9/+4Star
* staging: iio: light: isl29018: Use devm_iio_device_allocSachin Kamat2013-08-031-11/+5Star
* staging:iio:light:tsl2x7x: fix the error handling in tsl2x7x_probe()Wei Yongjun2013-05-221-4/+5
* staging:iio:light:tsl2x7x move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-20/+20
* staging:iio:light:isl29028 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-5/+5
* staging:iio:light:isl29018 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-4/+4
* iio:light:tsl2563 move out of stagingJonathan Cameron2013-01-274-907/+0Star
* staging:iio:tsl2563 drop pointless forward declarationJonathan Cameron2013-01-261-2/+0Star
* staging:iio:tsl2563 Simplify exit path on error in read_interrupt_config.Jonathan Cameron2013-01-261-4/+2Star
* staging:iio:light:tsl2563 clean comments up.Jonathan Cameron2013-01-261-13/+5Star
* staging:iio:light:tsl2563 drop unnecessary brackets around constants.Jonathan Cameron2013-01-261-33/+33
* staging:iio:tsl2x7x: Use iio_str_to_fixedpoint instead of open-coding itLars-Peter Clausen2013-01-261-66/+12Star
* staging: iio: remove use of __devexit_pBill Pemberton2012-11-225-5/+5
* staging: iio: remove use of __devexitBill Pemberton2012-11-215-5/+5
* staging: iio: remove use of __devinitBill Pemberton2012-11-215-5/+5
* iio: isl29018: fix to return error or 0 in isl29018_write_raw()Wei Yongjun2012-11-191-1/+1
* tsl2563: fixed bug with disabling interruptsDerek Basehore2012-11-171-2/+2