summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2015-10-01Revert "iio: bmg160: IIO_BUFFER and IIO_TRIGGERED_BUFFER are required"Markus Pargmann1-2/+1
2015-09-21iio: adis16480: Fix scale factorsLars-Peter Clausen1-6/+33
2015-09-21iio: bmg160: IIO_BUFFER and IIO_TRIGGERED_BUFFER are requiredMarkus Pargmann1-1/+2
2015-08-03iio: DAC: ad5624r_spi: fix bit shift of output data valueJM Friedt1-2/+2
2015-06-23iio: adis16400: Compute the scan mask from channel indicesPaul Cercueil2-7/+19
2015-06-23iio: adis16400: Use != channel indices for the two voltage channelsPaul Cercueil1-4/+4
2015-06-23iio: adis16400: Report pressure channel scaleLars-Peter Clausen1-0/+5
2015-04-19iio: imu: Use iio_trigger_get for indio_dev->trig assignmentDarshana Padmadas1-1/+1
2015-04-19iio: inv_mpu6050: Clear timestamps fifo while resetting hardware fifoViorel Suman1-11/+14
2015-03-18iio: imu: adis16400: Fix sign extensionRasmus Villemoes1-1/+2
2014-10-06iio:inkern: fix overwritten -EPROBE_DEFER in of_iio_channel_get_by_nameJohannes Pointner1-1/+1
2014-10-06iio:magnetometer: bugfix magnetometers gain valuesDenis CIOCCA1-22/+30
2014-10-06iio: adc: ad_sigma_delta: Fix indio_dev->trig assignmentSrinivas Pandruvada1-1/+1
2014-10-06iio: st_sensors: Fix indio_dev->trig assignmentSrinivas Pandruvada1-1/+1
2014-10-06iio: inv_mpu6050: Fix indio_dev->trig assignmentSrinivas Pandruvada1-1/+1
2014-10-06iio: gyro: itg3200: Fix indio_dev->trig assignmentSrinivas Pandruvada1-1/+1
2014-08-08iio: buffer: Fix demux table creationLars-Peter Clausen1-1/+1
2014-07-09iio: of_iio_channel_get_by_name() returns non-null pointers for error legsAdam Thomson1-2/+4
2014-06-26iio: Fix endianness issue in ak8975_read_axis()Peter Meerwald1-8/+1
2014-06-26iio: adc: at91: signedness bug in at91_adc_get_trigger_value_by_name()Dan Carpenter1-8/+8
2014-06-26iio:adc:max1363 incorrect resolutions for max11604, max11605, max11610 and ma...Jonathan Cameron1-8/+8
2014-06-08iio:imu:mpu6050: Fixed segfault in Invensens MPU driver due to null dereferenceAtilla Filiz1-2/+5
2014-05-06iio: querying buffer scan_mask should return 0/1Alec Berg1-2/+4
2014-03-07iio:gyro: bug on L3GD20H gyroscope supportDenis CIOCCA5-9/+5
2014-02-23iio: adis16400: Set timestamp as the last element in chan_specMarcus Folkesson2-5/+6
2014-01-10iio:adc:ad7887 Fix channel reported endianness from cpu to big endianJonathan Cameron1-2/+14
2014-01-10iio:imu:adis16400 fix pressure channel scan typeJonathan Cameron1-1/+6
2013-12-04iio:accel:kxsd9 fix missing mutex unlockFrank Zago1-3/+4
2013-07-26iio: inkern: fix iio_convert_raw_to_processed_unlockedAlexandre Belloni1-1/+1
2013-06-04iio:inkern: Fix typo/bug in convert raw to processed.Michael Hennerich1-1/+1
2013-06-04iio: frequency: ad4350: Fix bug / typo in maskMichael Hennerich1-1/+1
2013-06-04inkern: iio_device_put after incorrect return/gotoJoe Perches1-1/+1
2013-06-04iio:callback buffer: free the scan_maskJonathan Cameron1-1/+4
2013-05-23iio: exynos_adc: fix wrong structure extration in suspend and resumeNaveen Krishna Chatradhi1-4/+4
2013-05-23iio:common:st: added disable function after read info raw dataDenis CIOCCA1-0/+2
2013-05-23iio: dac: Fix build error when CONFIG_SPI_MASTER=y && CONFIG_I2C=mAxel Lin1-3/+3
2013-04-02iio: at91_adc: fix missing Sample and Hold timeJean-Christophe PLAGNIOL-VILLARD1-1/+14
2013-04-02iio: at91_adc: add sleep mode supportJean-Christophe PLAGNIOL-VILLARD1-9/+10
2013-04-02iio: at91_adc: add low and high res supportLudovic Desroches1-4/+70
2013-04-02iio:magnetometer:ak8975 move driver out of stagingJonathan Cameron3-0/+497
2013-03-29iio: exynos_adc: Remove redundant of_match_ptr macroSachin Kamat1-1/+1
2013-03-26iio:trigger: Introduce iio_tigger_{set,get}_drvdataLars-Peter Clausen9-14/+14
2013-03-25Merge tag 'iio-for-3.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman52-253/+1292
2013-03-18iio: adc: Add dt support for turning on the phy in exynos-adcDoug Anderson1-1/+13
2013-03-18iio:adc:ad7923: Add support for the ad7904/ad7914/ad7924Lars-Peter Clausen2-16/+53
2013-03-18iio:ad7923: Implement scale reportingLars-Peter Clausen1-7/+53
2013-03-18iio:ad7923: Return error if we didn't get the expected resultLars-Peter Clausen1-0/+2
2013-03-18using kfifo_in_spinlocked instead of separate code.Ge Gao1-3/+2
2013-03-18iio: adc: Kconfig: exynos_adc depends on CONFIG_OFNaveen Krishna Chatradhi1-0/+1
2013-03-18iio: events: Make iio_push_event() IRQ context saveLars-Peter Clausen1-14/+15