summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2015-07-14Merge tag 'iio-fixes-for-4.2a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman11-14/+45
2015-06-21iio:adc:cc10001_adc: fix Kconfig dependencyHartmut Knaack1-2/+1
2015-06-21iio: light: tcs3414: Fix bug preventing to set integration timePeter Meerwald1-1/+1
2015-06-21iio:accel:bmc150-accel: fix counting directionHartmut Knaack1-1/+1
2015-06-21iio:light:cm3323: clear bitmask before setHartmut Knaack1-1/+1
2015-06-21iio: adc: at91_adc: allow to use full range of startup timeJan Leupold1-4/+4
2015-06-21iio: DAC: ad5624r_spi: fix bit shift of output data valueJM Friedt1-2/+2
2015-06-13iio: proximity: sx9500: Fix proximity valueDaniel Baluta1-1/+1
2015-06-13iio: inv-mpu: Specify the expected format/precision for write channelsAdriana Reus1-0/+18
2015-06-11Merge tag 'iio-for-v4.2c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman12-96/+829
2015-06-09iio: st_accel: support the LIS331DL sensorLinus Walleij3-0/+75
2015-06-08Merge 4.1-rc7 into staging-testingGreg Kroah-Hartman4-21/+50
2015-06-07iio: st_accel: support 8bit channel dataLinus Walleij2-1/+19
2015-06-07iio: adc: vf610: implement configurable conversion modesStefan Agner1-42/+104
2015-06-07iio: twl4030-madc: Pass the IRQF_ONESHOT flagFabio Estevam1-1/+2
2015-06-07iio: adc: rockchip_saradc: add missing MODULE_* dataHeiko Stuebner1-0/+4
2015-06-07iio: adc: twl4030_madc: Fix description of twl4030_madc_set_current_generator()H. Nikolaus Schaller1-4/+2
2015-06-07iio: adc: twl4030_madc: Fix calculation of the temperature sense currentH. Nikolaus Schaller1-1/+1
2015-06-07iio: mma8452: Add support for interrupt driven triggers.Martin Fuzzey1-6/+91
2015-06-07iio: mma8452: Add highpass filter configuration.Martin Fuzzey1-4/+136
2015-06-07iio: mma8452: Add support for transient event debouncingMartin Fuzzey1-11/+65
2015-06-07iio: mma8452: Basic support for transient events.Martin Fuzzey1-1/+211
2015-06-07iio: magnetometer: mmc35240: Add compensation for raw valuesDaniel Baluta1-4/+58
2015-06-07iio: magnetometer: mmc35240: Fix sensitivity on z-axisDaniel Baluta1-1/+1
2015-06-07iio: magnetometer: mmc35240: Use a smaller sleep valueDaniel Baluta1-1/+2
2015-06-07iio: magnetometer: mmc35240: Fix broken processed valueDaniel Baluta1-16/+27
2015-06-07iio: magnetometer: mmc35240: NULL terminate attribute arrayDaniel Baluta1-0/+1
2015-06-07iio: magnetometer: mmc35240: i2c device name should be lower caseDaniel Baluta1-1/+1
2015-06-03hid-sensor: Fix suspend/resume delaySrinivas Pandruvada1-1/+10
2015-06-01iio: light: signedness bug in stk3310_write_raw()Dan Carpenter1-1/+1
2015-06-01iio: magnetometer: correct a harmless off by one checkDan Carpenter1-1/+1
2015-06-01iio: Require strict scan mask matching in hardware modeLars-Peter Clausen1-5/+20
2015-06-01iio: Specify supported modes for buffersLars-Peter Clausen3-3/+19
2015-06-01iio: Always compute masklengthLars-Peter Clausen1-6/+9
2015-06-01iio: buffer: remove unneeded testLaurent Navet1-2/+0
2015-05-24Merge tag 'iio-for-v4.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman39-248/+4874
2015-05-23iio: accel: Add support for Sensortek STK8BA50Tiberiu Breana3-0/+313
2015-05-23iio: __iio_update_buffers: Leave device in sane state on errorLars-Peter Clausen1-36/+46
2015-05-23iio: __iio_update_buffers: Split enable and disable path into helper functionsLars-Peter Clausen1-88/+103
2015-05-23iio: __iio_update_buffers: Verify configuration before starting to apply itLars-Peter Clausen1-63/+101
2015-05-23iio:adc128s052: add support for adc122s021Urs Fässler2-8/+26
2015-05-23iio: adc: twl6030-gpadc: Fix modaliasAxel Lin1-1/+1
2015-05-23iio: Add I/Q modifiersLars-Peter Clausen1-0/+2
2015-05-23iio: adc: add support for BerlinAntoine Tenart3-0/+386
2015-05-18Merge 4.1-rc4 into staging-nextGreg Kroah-Hartman17-66/+93
2015-05-17iio: accel: Add support for Sensortek STK8312Tiberiu Breana3-0/+403
2015-05-17iio: accel: bmc150: decouple buffer and triggersVlad Dogaru1-20/+35
2015-05-17iio: core: add high pass filter attributesMartin Fuzzey2-0/+4
2015-05-17iio: mma8452: Add access to registers via DebugFSMartin Fuzzey1-0/+25
2015-05-17iio: mma8452: Initialise before activatingMartin Fuzzey1-4/+33