aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-14Staging: iio: trigger: Use braces on both branches of if statementCristina Opriceana1-1/+2
2015-08-14Staging: iio: trigger: Alignment should match open parenthesisCristina Opriceana2-4/+5
2015-08-14staging: iio: Remove unnecessary externsJoe Perches1-2/+2
2015-08-08staging: iio_simple_dummy: Fix indentation errorsLars Svensson1-2/+2
2015-07-19iio: mxs-lradc: add datasheet name for every usable channelStefan Wahren1-18/+62
2015-07-19iio: mxs-lradc: reorder header includesStefan Wahren1-12/+12
2015-07-19iio: mxs-lradc: remove unnecessary header includesStefan Wahren1-5/+0
2015-07-19iio: mxs-lradc: add missing includeStefan Wahren1-0/+1
2015-07-19iio: mxs-lradc: fix some spelling errorsStefan Wahren1-5/+5
2015-07-19iio: mxs-lradc: clarify supported devicesStefan Wahren1-9/+9
2015-07-11staging: iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski3-3/+0
2015-07-11Staging: iio: dummy: Fix blank line warningsCristina Opriceana4-3/+3
2015-06-01iio: Specify supported modes for buffersLars-Peter Clausen1-0/+2
2015-06-01staging: iio_simple_dummy: fix module_param typeVladimirs Ambrosovs1-1/+1
2015-06-01staging: iio_simple_dummy: fix return typesVladimirs Ambrosovs5-20/+8
2015-06-01staging: iio_simple_dummy: fix init functionVladimirs Ambrosovs1-1/+8
2015-05-10Staging: iio: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven4-7/+7
2015-05-09Merge tag 'iio-for-v4.2a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-131/+166
2015-05-08staging: iio: ad7606_par: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-08Staging: fixed multiple spelling errors.Carlos E. Garcia2-2/+2
2015-05-07staging:iio:light: Add some missing brackets to make sure code works as intended.Jonathan Cameron1-1/+2
2015-04-30staging: iio: light: isl29018: Use standard sysfs attributes for scale and integration timeRoberta Dobrescu1-49/+177
2015-04-30iio: example code is buggyAlan1-0/+2
2015-04-26staging: iio: light: isl29018: Rename lux_scale to calibscaleRoberta Dobrescu1-11/+11
2015-04-26staging: iio: light: isl29018: Remove non-standard sysfs attributesRoberta Dobrescu1-94/+0
2015-04-07Merge 4.0-rc7 into staging-nextGreg Kroah-Hartman1-0/+1
2015-04-01Staging: iio: accel: Remove explicit NULL comparisonCristina Opriceana1-3/+3
2015-04-01Staging: iio: adc: Remove explicit NULL comparisonCristina Opriceana2-2/+2
2015-04-01Staging: iio: impedance-analyzer: Remove explicit NULL comparisonCristina Opriceana1-1/+1
2015-04-01Staging: iio: trigger: Remove explicit NULL comparisonCristina Opriceana1-2/+2
2015-04-01Staging: iio: meter: Remove explicit NULL comparisonCristina Opriceana3-3/+3
2015-04-01Staging: iio: iio_simple_dummy: Remove explicit NULL comparisonCristina Opriceana2-4/+4
2015-04-01Staging: iio: iio_dummy_evgen: Simplify NULL comparisonCristina Opriceana1-2/+2
2015-04-01Staging: iio: Add error check on iio_register_device()Cristina Opriceana1-2/+9
2015-04-01Merge tag 'iio-for-4.1b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-2/+2
2015-03-29iio: add watermark logic to iio read and pollJosselin Costanzi1-2/+2
2015-03-26Staging: iio: use the BIT macro in adcHaneen Mohammed5-93/+93
2015-03-26Staging: iio: Add braces on all arms of if statementHaneen Mohammed1-4/+6
2015-03-26Staging: iio: add blank line after function declarationHaneen Mohammed1-0/+2
2015-03-26Staging: iio: remove multible blank linesHaneen Mohammed3-6/+0
2015-03-26Staging: iio: Adjust alignment for function parametersHaneen Mohammed8-44/+49
2015-03-24Merge tag 'iio-for-4.1a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman11-1555/+57
2015-03-23Staging: iio: use the BIT macro in .h filesHaneen Mohammed7-82/+82
2015-03-23Staging: iio: Fix file header to match standardsCristina Opriceana1-22/+22
2015-03-23Staging: iio: Place driver in sleep mode on errorCristina Opriceana1-1/+3
2015-03-23Staging: iio: Add kernel-doc for struct hmc5843Cristina Opriceana1-1/+9
2015-03-20Staging: iio: Remove line over 80 charactersCristina Opriceana1-3/+3
2015-03-20Staging: iio: Remove multiple blank linesCristina Opriceana2-2/+0
2015-03-20Staging: iio: Align function parameters to match first rowCristina Opriceana3-27/+33
2015-03-20Staging: iio: Simplify NULL pointer conditionCristina Opriceana1-1/+1