summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light
AgeCommit message (Expand)AuthorLines
2015-02-16staging: iio: isl29028: deprecate use of isl in compatible string for isilArnaud Ebalard-2/+2
2015-01-25staging: iio: tsl2x7x_core: fix format string warningsAsaf Vertz-1/+1
2015-01-25staging: iio: tsl2583: fix format string warningsAsaf Vertz-1/+1
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-10/+7
2014-11-20Staging: iio: light: Added correct vendor-prefix for device isl29028Darshana Padmadas-1/+2
2014-10-28Staging: iio: light: Removed unnecessary parenthesesTina Johnson-4/+4
2014-10-20staging: iio: light: Remove unnecessary line continuationsRoberta Dobrescu-6/+3
2014-09-28staging: iio: light: Add a blank line after declarationsRoberta Dobrescu-0/+2
2014-09-28staging: iio: light: Remove space before function pointer argumentsRoberta Dobrescu-2/+2
2014-09-28staging: iio: light: Fix quoted string split across linesRoberta Dobrescu-4/+4
2014-09-28Staging: iio: light: Missing a blank line after declarationsAybuke Ozdemir-0/+1
2014-09-23Staging: iio: light: Use usleep_range instead of msleepVaishali Thakkar-1/+1
2014-09-13staging: iio: light: isl29018: add ACPI supportLaurentiu Palcu-6/+40
2014-08-30staging: iio: light: isl29018: add support for isl29023 and isl29035Laurentiu Palcu-22/+141
2014-08-30staging: iio: light: isl29018: fix typoLaurentiu Palcu-4/+4
2014-08-02staging: iio: isl29018: fix sparse warning regarding incorrect type (differen...Teodora Baluta-1/+1
2014-06-18Merge tag 'iio-fixes-for-3.16a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman-2/+6
2014-06-02staging: iio: tsl2x7x_core: fix proximity tresholdMario Schuknecht-2/+6
2014-04-14Staging: iio: Switch from msleep to usleep range per timers-howto.txtMichael Welling-1/+1
2014-04-14Staging: iio: Remove quoted string split across lines warningsMichael Welling-16/+18
2014-04-14Staging: iio: Removes unwanted space before semicolonMichael Welling-1/+1
2014-03-18staging: iio: light: Checkpatch fixes tsl2x7x_core.cAybuke Ozdemir-4/+4
2014-03-18Staging: iio/light: Fix return values in tsl2583.cMonam Agarwal-3/+3
2013-12-08iio: Remove support for the legacy event config interfaceLars-Peter Clausen-20/+20
2013-11-24staging: iio: isl29018: Use devm_iio_device_registerSachin Kamat-12/+1
2013-10-12staging:iio:tsl2x7x: Switch to new event config interfaceLars-Peter Clausen-47/+73
2013-09-25Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman-0/+1
2013-09-18iio: isl29018: Fix uninitialized valueDerek Basehore-0/+1
2013-09-14staging: iio: tsl2x7x_core: Remove redundant breakSachin Kamat-8/+0
2013-09-08staging: iio: replace strict_strto*() with kstrto*()Jingoo Han-21/+21
2013-09-07staging: iio: tsl2x7x_core: Fix sparse warningSachin Kamat-1/+1
2013-09-07staging: iio: tsl2x7x_core: Use devm_* APIsSachin Kamat-25/+13
2013-09-07staging: iio: tsl2583: Use devm_iio_device_allocSachin Kamat-16/+8
2013-08-03staging: iio: light: isl29028: Use devm_iio_device_allocSachin Kamat-9/+4
2013-08-03staging: iio: light: isl29018: Use devm_iio_device_allocSachin Kamat-11/+5
2013-05-22staging:iio:light:tsl2x7x: fix the error handling in tsl2x7x_probe()Wei Yongjun-4/+5
2013-03-17staging:iio:light:tsl2x7x move to info_mask_(shared_by_type/separate)Jonathan Cameron-20/+20
2013-03-17staging:iio:light:isl29028 move to info_mask_(shared_by_type/separate)Jonathan Cameron-5/+5
2013-03-17staging:iio:light:isl29018 move to info_mask_(shared_by_type/separate)Jonathan Cameron-4/+4
2013-01-27iio:light:tsl2563 move out of stagingJonathan Cameron-907/+0
2013-01-26staging:iio:tsl2563 drop pointless forward declarationJonathan Cameron-2/+0
2013-01-26staging:iio:tsl2563 Simplify exit path on error in read_interrupt_config.Jonathan Cameron-4/+2
2013-01-26staging:iio:light:tsl2563 clean comments up.Jonathan Cameron-13/+5
2013-01-26staging:iio:light:tsl2563 drop unnecessary brackets around constants.Jonathan Cameron-33/+33
2013-01-26staging:iio:tsl2x7x: Use iio_str_to_fixedpoint instead of open-coding itLars-Peter Clausen-66/+12
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton-5/+5
2012-11-21staging: iio: remove use of __devexitBill Pemberton-5/+5
2012-11-21staging: iio: remove use of __devinitBill Pemberton-5/+5
2012-11-19iio: isl29018: fix to return error or 0 in isl29018_write_raw()Wei Yongjun-1/+1
2012-11-17tsl2563: fixed bug with disabling interruptsDerek Basehore-2/+2