aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-01Merge tag 'iio-fixes-for-4.5b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-1/+1
2016-01-31Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+1
2016-01-30iio: imu: Fix dependencies for !HAS_IOMEM archsRichard Weinberger1-1/+1
2015-12-05iio: adis_buffer: Fix out-of-bounds memory accessLars-Peter Clausen1-1/+1
2015-12-01Merge tag 'iio-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman3-15/+19
2015-11-08iio: imu: check sscanf return valueIoana Ciornei2-2/+8
2015-11-08iio: Reconcile operation order between iio_register/unregister and pm functionsAdriana Reus1-13/+11
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds2-2/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis2-2/+0
2015-10-03iio: remove gpio interrupt probing from drivers that use a single interruptOctavian Purdila1-28/+0
2015-08-12Merge tag 'iio-for-4.3b-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman3-12/+81
2015-08-08iio: adis16400: Add ADIS16445 supportLars-Peter Clausen1-0/+26
2015-08-08iio: adis16400: Add ADIS16367 supportLars-Peter Clausen1-0/+14
2015-08-08iio: adis16400: Add ADIS16305 supportLars-Peter Clausen1-0/+1
2015-08-08iio: adis16400: adis16300 has product ID and serial numberLars-Peter Clausen1-1/+2
2015-08-08iio: adis16480: Fix scale factorsLars-Peter Clausen1-6/+33
2015-08-08iio: adis16400: Fix adis16448 gyroscope scaleLars-Peter Clausen1-1/+1
2015-07-23iio: fix drivers that consider 0 as a valid IRQ in client->irqOctavian Purdila1-4/+4
2015-07-20Merge 4.2-rc3 into staging-nextGreg Kroah-Hartman1-0/+18
2015-07-11iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-13iio: inv-mpu: Export scale_available attributesAdriana Reus1-0/+6
2015-06-13iio: inv-mpu: Specify the expected format/precision for write channelsAdriana Reus1-0/+18
2015-05-16iio: adis16400: Fix burst transfer for adis16448Lars-Peter Clausen3-2/+12
2015-05-16iio: adis16400: Fix burst modePaul Cercueil1-7/+9
2015-05-16iio: adis16400: Compute the scan mask from channel indicesPaul Cercueil2-7/+19
2015-05-16iio: adis16400: Use != channel indices for the two voltage channelsPaul Cercueil1-4/+4
2015-05-16iio: adis16400: Report pressure channel scaleLars-Peter Clausen1-0/+5
2015-04-07Merge 4.0-rc7 into staging-nextGreg Kroah-Hartman4-39/+46
2015-03-28iio: imu: Use iio_trigger_get for indio_dev->trig assignmentDarshana Padmadas1-1/+1
2015-03-24Merge tag 'iio-for-4.1a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman5-44/+249
2015-03-14iio:inv-mpu6050: Fix inconsistency for the scale channelAdriana Reus1-26/+30
2015-03-14iio: inv_mpu6050: Clear timestamps fifo while resetting hardware fifoViorel Suman1-11/+14
2015-03-07iio: fix drivers that check buffer->scan_maskOctavian Purdila1-1/+1
2015-02-28Merge tag 'iio-fixes-for-4.0a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman2-2/+7
2015-02-25iio: imu: inv_mpu6050: Create mux clients for ACPISrinivas Pandruvada4-1/+222
2015-02-22iio: improve usage of gpiod APIUwe Kleine-König1-5/+1
2015-02-03iio: imu: kmx61: Drop odr_bits from kmx61_samp_freq_tableDaniel Baluta1-38/+26
2015-01-27imu: inv_mpu6050: cleanup on error checkVarka Bhadram1-9/+8
2015-01-27imu: inv_mpu6050: use devm_request_irqVarka Bhadram1-8/+6
2015-01-27imu: inv_mpu6050: use devm_iio_trigger_allocVarka Bhadram1-7/+5
2015-01-26iio: imu: adis16400: Fix sign extensionRasmus Villemoes1-1/+2
2015-01-20iio kmx61 / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMDaniel Baluta1-2/+2
2015-01-10iio: imu: inv_mpu6050: Prevent dereferencing NULLSrinivas Pandruvada1-1/+5
2015-01-05iio: imu: kmx61: Use correct base when reading dataDaniel Baluta1-1/+7
2015-01-05iio: imu: kmx61: Remove unnecessary REG_INS1 readDaniel Baluta1-2/+0
2015-01-05iio: imu: kmx61: Fix device initialization when setting trigger stateDaniel Baluta1-2/+1
2015-01-05iio: imu: kmx61: Use false instead of 0 for ev_enable_stateDaniel Baluta1-1/+1
2015-01-05iio: imu: kmx61: Drop unused device parameterDaniel Baluta1-3/+3
2015-01-05iio: imu: kmx61: Fixup parameters alignmentDaniel Baluta1-9/+9
2015-01-05iio: imu: kmx61: Enhance error handlingDaniel Baluta1-61/+43