aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds31-474/+306
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-10-27Merge tag 'iio-for-4.15c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman2-275/+167
2017-10-23Merge 4.14-rc6 into staging-nextGreg Kroah-Hartman1-1/+1
2017-10-21staging: iio: tsl2x7x: put function definitions on a single lineBrian Masney1-5/+3
2017-10-21staging: iio: tsl2x7x: fix alignment of break statementsBrian Masney1-2/+2
2017-10-21staging: iio: tsl2x7x: rename power defines to improve code readabilityBrian Masney1-5/+5
2017-10-21staging: iio: tsl2x7x: correct alignment of parenthesisBrian Masney1-17/+18
2017-10-21staging: iio: tsl2x7x: correct alignment of parenthesisBrian Masney1-9/+8
2017-10-21staging: iio: tsl2x7x: remove unnecessary parenthesesBrian Masney1-8/+8
2017-10-21staging: iio: tsl2x7x: convert in_proximity0_calibscale_available to use IIO_CONST_ATTRBrian Masney1-11/+4
2017-10-21staging: iio: tsl2x7x: changed #defines to be aligned on the same columnBrian Masney1-66/+66
2017-10-21staging: iio: tsl2x7x: remove unnecessary struct iio_dev definitionBrian Masney1-2/+0
2017-10-21staging: iio: tsl2x7x: sort #includesBrian Masney1-5/+5
2017-10-21staging: iio: tsl2x7x: remove unused tsl2x7x_parse_result structureBrian Masney1-5/+0
2017-10-21staging: iio: tsl2x7x: migrate *_thresh_period sysfs attributes to iio_event_specBrian Masney1-144/+52
2017-10-09staging: iio: adc: ad7192: use driver private lock to protect hardware state changesAastha Gupta1-2/+7
2017-10-09staging: iio: ade7753: expanding buffer lock to cover both buffer and state protectionHimanshi Jain1-11/+18
2017-10-09staging: iio: tsl2x7x: migrate in_illuminance0_integration_time sysfs attribute to iio_chan_specBrian Masney1-48/+17
2017-10-09staging: iio: tsl2x7x: rename tsl2x7x_settings variable to settingsBrian Masney1-98/+85
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman1-3/+1
2017-09-30staging: iio: ade7759: fix signed extension bug on shift of a u8Colin Ian King1-1/+1
2017-09-24staging: iio: ad7192: Fix - use the dedicated reset function avoiding dma from stack.Stefan Popa1-3/+1
2017-09-24Staging: iio: meter: ade7759: update locking method for write frequencyKatie Dunne1-8/+19
2017-09-24staging: iio: ade7753: replace mlock with driver private lockHimanshi Jain1-2/+5
2017-09-24staging: iio: tsl2x7x: clean up limit checksDan Carpenter2-10/+13
2017-09-03staging: iio: tsl2x7x: constify i2c_device_idArvind Yadav1-1/+1
2017-09-03staging:iio:docs: drop setting of THIS_MODULE from staging docs.Jonathan Cameron1-3/+0
2017-09-03staging:iio:docs: drop reference to setting trig_ops->ownerJonathan Cameron1-4/+0
2017-08-22staging:iio:light:tsl2x7x drop assignment of driver_moduleJonathan Cameron1-5/+0
2017-08-22staging:trigger: drop assignment of iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-08-22iio:resolver: drop assignment of iio_info.driver_moduleJonathan Cameron3-3/+0
2017-08-22staging:iio:meter: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron6-6/+0
2017-08-22staging:iio:ad5933: drop assign iio_info.driver_moduleJonathan Cameron1-1/+0
2017-08-22staging:iio:gyro:adis16060 drop assign iio_info.driver_moduleJonathan Cameron1-1/+0
2017-08-22staging:iio:frequency: drop assign iio_info.driver_moduleJonathan Cameron2-3/+0
2017-08-22staging:iio:cdc: drop assign iio_info.driver_moduleJonathan Cameron3-3/+0
2017-08-22staging:iio:adc: drop assign iio_info.driver_moduleJonathan Cameron6-11/+0
2017-08-22staging:iio:accel: drop assignment of iio_info.driver_moduleJonathan Cameron4-4/+0
2017-08-20Merge tag 'iio-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-2/+2
2017-08-14Merge 4.13-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2017-08-12staging: iio: adc: fix error return code in ad7606_par_probe()Gustavo A. R. Silva1-2/+2
2017-07-23Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-1/+1
2017-07-22Staging: iio: adc: ad7280a.c: Fixed Macro argument reuseJaya Durga1-8/+13
2017-07-15staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL readArnd Bergmann1-1/+1
2017-07-09staging: iio: tsl2x7x: check return value from tsl2x7x_invoke_change()Brian Masney1-18/+37
2017-07-09staging: iio: tsl2x7x: use usleep_range() instead of mdelay()Brian Masney1-2/+3
2017-07-09staging: iio: tsl2x7x: refactor {read,write}_event_value to allow handling multiple iio_event_infosBrian Masney1-67/+90
2017-07-09staging: iio: tsl2x7x: cleaned up i2c calls in tsl2x7x_als_calibrate()Brian Masney1-22/+12
2017-07-09staging: iio: tsl2x7x: remove tsl2x7x_i2c_read()Brian Masney1-49/+22