summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio
Commit message (Expand)AuthorAgeFilesLines
* staging: iio: ad5933: switch buffer mode to softwareAlexandru Ardelean2018-01-281-3/+1
* staging: iio: adc: ad7192: fix external frequency settingAlexandru Ardelean2018-01-281-8/+19
* staging: iio: light: Add breaks to lengthy linesGeorge Edward Bulmer2018-01-081-3/+6
* Staging: iio: cdc: ad7152: Prefer using BIT macroSumit Pundir2018-01-081-4/+4
* staging: iio: trigger: blackfin timer: replace device_attr with device_attr_rwAishwarya Pant2018-01-081-8/+7
* staging: iio: remove unnecessary parenthesesJi-Hun Kim2018-01-081-1/+1
* iio: trigger: Fix platform_get_irq's error checkingArvind Yadav2017-12-021-2/+2
* staging: iio: ad7746: Improve unlocking of a mutex in ad7746_start_calib()Markus Elfring2017-12-021-8/+9
* staging: iio: ad7152: Improve unlocking of a mutex in ad7152_start_calib()Markus Elfring2017-12-021-8/+9
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-1331-474/+306
|\
| * Merge tag 'iio-for-4.15c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-10-272-275/+167
| |\
| | * staging: iio: tsl2x7x: put function definitions on a single lineBrian Masney2017-10-211-5/+3
| | * staging: iio: tsl2x7x: fix alignment of break statementsBrian Masney2017-10-211-2/+2
| | * staging: iio: tsl2x7x: rename power defines to improve code readabilityBrian Masney2017-10-211-5/+5
| | * staging: iio: tsl2x7x: correct alignment of parenthesisBrian Masney2017-10-211-17/+18
| | * staging: iio: tsl2x7x: correct alignment of parenthesisBrian Masney2017-10-211-9/+8
| | * staging: iio: tsl2x7x: remove unnecessary parenthesesBrian Masney2017-10-211-8/+8
| | * staging: iio: tsl2x7x: convert in_proximity0_calibscale_available to use IIO_...Brian Masney2017-10-211-11/+4
| | * staging: iio: tsl2x7x: changed #defines to be aligned on the same columnBrian Masney2017-10-211-66/+66
| | * staging: iio: tsl2x7x: remove unnecessary struct iio_dev definitionBrian Masney2017-10-211-2/+0
| | * staging: iio: tsl2x7x: sort #includesBrian Masney2017-10-211-5/+5
| | * staging: iio: tsl2x7x: remove unused tsl2x7x_parse_result structureBrian Masney2017-10-211-5/+0
| | * staging: iio: tsl2x7x: migrate *_thresh_period sysfs attributes to iio_event_...Brian Masney2017-10-211-144/+52
| * | Merge 4.14-rc6 into staging-nextGreg Kroah-Hartman2017-10-231-1/+1
| |\ \ | | |/ | |/|
| * | staging: iio: adc: ad7192: use driver private lock to protect hardware state ...Aastha Gupta2017-10-091-2/+7
| * | staging: iio: ade7753: expanding buffer lock to cover both buffer and state p...Himanshi Jain2017-10-091-11/+18
| * | staging: iio: tsl2x7x: migrate in_illuminance0_integration_time sysfs attribu...Brian Masney2017-10-091-48/+17
| * | staging: iio: tsl2x7x: rename tsl2x7x_settings variable to settingsBrian Masney2017-10-091-98/+85
| * | Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman2017-10-091-3/+1
| |\ \
| * | | Staging: iio: meter: ade7759: update locking method for write frequencyKatie Dunne2017-09-241-8/+19
| * | | staging: iio: ade7753: replace mlock with driver private lockHimanshi Jain2017-09-241-2/+5
| * | | staging: iio: tsl2x7x: clean up limit checksDan Carpenter2017-09-242-10/+13
| * | | staging: iio: tsl2x7x: constify i2c_device_idArvind Yadav2017-09-031-1/+1
| * | | staging:iio:docs: drop setting of THIS_MODULE from staging docs.Jonathan Cameron2017-09-031-3/+0
| * | | staging:iio:docs: drop reference to setting trig_ops->ownerJonathan Cameron2017-09-031-4/+0
| * | | staging:iio:light:tsl2x7x drop assignment of driver_moduleJonathan Cameron2017-08-221-5/+0
| * | | staging:trigger: drop assignment of iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
| * | | iio:resolver: drop assignment of iio_info.driver_moduleJonathan Cameron2017-08-223-3/+0
| * | | staging:iio:meter: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-226-6/+0
| * | | staging:iio:ad5933: drop assign iio_info.driver_moduleJonathan Cameron2017-08-221-1/+0
| * | | staging:iio:gyro:adis16060 drop assign iio_info.driver_moduleJonathan Cameron2017-08-221-1/+0
| * | | staging:iio:frequency: drop assign iio_info.driver_moduleJonathan Cameron2017-08-222-3/+0
| * | | staging:iio:cdc: drop assign iio_info.driver_moduleJonathan Cameron2017-08-223-3/+0
| * | | staging:iio:adc: drop assign iio_info.driver_moduleJonathan Cameron2017-08-226-11/+0
| * | | staging:iio:accel: drop assignment of iio_info.driver_moduleJonathan Cameron2017-08-224-4/+0
* | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
| |_|/ |/| |
* | | staging: iio: ade7759: fix signed extension bug on shift of a u8Colin Ian King2017-09-301-1/+1
| |/ |/|
* | staging: iio: ad7192: Fix - use the dedicated reset function avoiding dma fro...Stefan Popa2017-09-241-3/+1
|/
* Merge tag 'iio-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-08-201-2/+2
|\
| * staging: iio: adc: fix error return code in ad7606_par_probe()Gustavo A. R. Silva2017-08-121-2/+2