aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-18Staging: iio: replace pr_* with dev_*Haneen Mohammed1-3/+3
2015-03-18Staging: iio: replace pr_err with dev_errHaneen Mohammed1-5/+7
2015-03-16Staging: iio: use !x instead of x == NULLSomya Anand1-1/+1
2015-03-16Staging: iio: Use braces on all arms of if statementCristina Opriceana1-2/+2
2015-03-16Staging: iio: Alignment should match open parenthesisCristina Opriceana1-14/+16
2015-03-16Staging: iio: Do not use multiple blank linesCristina Opriceana2-2/+0
2015-03-16Staging: iio: Prefer using the BIT macroCristina Opriceana4-27/+27
2015-03-16Staging: iio: Remove explicit comparison to NULLCristina Opriceana2-2/+2
2015-03-16Staging: iio: Remove space after type castCristina Opriceana2-6/+6
2015-03-16Staging: iio: Simplify return logicCristina Opriceana3-15/+3
2015-03-16Staging: iio: Remove parentheses around right side an assignmentHaneen Mohammed5-6/+6
2015-03-16Staging: iio: ade7758: Remove braces on a single statement ifTaiane Coelho Ramos1-2/+1
2015-03-15staging: iio: Use kcalloc instead of kzalloc.Navya Sri Nizamkari1-2/+3
2015-03-15staging: iio: Use kcalloc instead of kzallocNavya Sri Nizamkari1-1/+1
2015-03-14staging: iio: dummy: Fix undefined symbol build errorDaniel Baluta1-0/+1
2015-03-14staging: iio: hmc5843: Set iio name property in sysfsMarek Belisko1-0/+1
2015-03-09iio: Move iio userspace applications out of stagingRoberta Dobrescu5-1556/+0
2015-03-09staging: iio: Documentation: Introduce iio_utils.cRoberta Dobrescu4-638/+679
2015-03-09staging: iio: Documentation: iio_event_monitor: Include linux/iio/types.hRoberta Dobrescu1-0/+1
2015-03-09drivers: staging: iio: accel: Removed unnecessary variableTina Johnson1-4/+2
2015-03-09drivers: staging: iio: meter: Removed unnecessary variableTina Johnson1-3/+2
2015-03-09drivers: staging: iio: meter: Removed unnecessary variableTina Johnson1-2/+1
2015-03-09drivers: staging: iio: meter: Removed unnecessary variableTina Johnson1-4/+1
2015-03-09drivers: staging: iio: meter: Removed unnecessary variableTina Johnson1-5/+1
2015-03-09Staging: iio: Change data type to u16 to avoid unnecessary typecastSomya Anand1-4/+3