summaryrefslogtreecommitdiffstats
path: root/drivers/iio
AgeCommit message (Expand)AuthorLines
2016-05-04iio: imu: mpu6050: Fix name/chip_id when using ACPIDaniel Baluta-3/+26
2016-05-04iio: imu: mpu6050: fix possible NULL dereferencesMatt Ranostay-2/+4
2016-04-18iio:adc:at91-sama5d2: Repair crash on module removalMarek Vasut-0/+2
2016-04-17iio: ak8975: fix maybe-uninitialized warningRichard Leitner-1/+1
2016-04-17iio: ak8975: Fix NULL pointer exception on early interruptKrzysztof Kozlowski-2/+2
2016-04-04Merge tag 'iio-fixes-for-4.6b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-10/+15
2016-04-04Merge tag 'iio-fixes-for-4.6a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-5/+10
2016-04-03iio: gyro: bmg160: fix buffer read valuesIrina Tirdea-1/+1
2016-04-03iio: gyro: bmg160: fix endianness when reading axesIrina Tirdea-3/+4
2016-04-03iio: accel: bmc150: fix endianness when reading axesIrina Tirdea-3/+4
2016-04-03iio: st_magn: always define ST_MAGN_TRIGGER_SET_STATEArnd Bergmann-0/+1
2016-03-28iio: fix config watermark initial valueIrina Tirdea-0/+1
2016-03-28iio: health: max30100: correct FIFO check conditionMatt Ranostay-1/+2
2016-03-28iio: imu: Fix inv_mpu6050 dependenciesRichard Weinberger-2/+1
2016-03-28iio: adc: Fix build error of missing devm_ioremap_resource on UMKrzysztof Kozlowski-0/+1
2016-03-20iio: light: apds9960: correct FIFO check conditionMatt Ranostay-1/+2
2016-03-20iio: adc: max1363: correct reference voltageStefan Eichenberger-4/+4
2016-03-20iio: adc: max1363: add missing adc to max1363_idStefan Eichenberger-0/+4
2016-03-18Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+425
2016-03-09iio: adc/imx25-gcq: Move incorrect do_divArnd Bergmann-1/+1
2016-02-27iio: adc: palmas: Drop IRQF_EARLY_RESUME flagGrygorii Strashko-3/+3
2016-02-27iio: convert to common i2c_check_functionality() return valueMatt Ranostay-20/+20
2016-02-25iio: imu: mpu6050: add mpu6500 register settingsMatt Ranostay-6/+34
2016-02-25iio: imu: mpu6050: add calibration offset supportMatt Ranostay-2/+59
2016-02-25iio: imu: mpu6050: add missing docstring for int_pin_cfgMatt Ranostay-0/+1
2016-02-25iio: imu: mpu6050: fix INV_MPU6050_REG_UP_TIME delayMatt Ranostay-3/+10
2016-02-25iio: imu: mpu6050: use inv_mpu6050_sensor_show return codeMatt Ranostay-1/+1
2016-02-24iio: dac: vf610_dac: Add IIO DAC driver for Vybrid SoCSanchayan Maity-0/+309
2016-02-24iio: ina2xx: Remove trace_printk debug statmentsAndrew F. Davis-14/+7
2016-02-24iio: ina2xx: Fix whitespace and re-order codeAndrew F. Davis-69/+65
2016-02-24iio: potentiometer: add TI tpl0102 supportMatt Ranostay-0/+179
2016-02-24iio: imu: mpu6050: remove trailing whitespacesMatt Ranostay-4/+4
2016-02-24iio:pressure:ms5611: power regulator supportGrégor Boirie-0/+13
2016-02-24iio:pressure:ms5611: use probed device nameGrégor Boirie-6/+8
2016-02-24iio:pressure:ms5611: fix ms5607 temp compensationGregor Boirie-6/+6
2016-02-24iio: imu: inv_mpu6050: Fix alignment with open parenthesisDaniel Baluta-49/+49
2016-02-24iio: imu: inv_mpu6050: Fix code indent for if statementDaniel Baluta-2/+2
2016-02-24iio: imu: inv_mpu6050: Delete space before commaDaniel Baluta-1/+1
2016-02-24iio: imu: inv_mpu6050: Remove unnecessary parenthesesDaniel Baluta-2/+2
2016-02-24iio: imu: inv_mpu6050: Fix newlines to make code easier to readDaniel Baluta-1/+2
2016-02-24iio: imu: inv_mpu6050: Fix Yoda conditionsDaniel Baluta-4/+4
2016-02-24iio: imu: inv_mpu6050: Fix multiline comments styleDaniel Baluta-14/+23
2016-02-24iio: chemical: atlas-ph-sensor: use regmap_bulk_readMatt Ranostay-3/+3
2016-02-24iio: hmc5843: Move hmc5843 out of stagingCristina Moraru-0/+991
2016-02-19iio: chemical: atlas-ph-sensor: switch regmap cacheMatt Ranostay-3/+1
2016-02-17iio: pressure: ms5611: select IIO_BUFFERArnd Bergmann-0/+1
2016-02-17iio: health/afe4404: mark suspend/resume functions __maybe_unusedArnd Bergmann-2/+2
2016-02-17iio: health/afe4403: mark suspend/resume functions __maybe_unusedArnd Bergmann-2/+2
2016-02-17iio: health/afe4403: select REGMAP_SPIArnd Bergmann-0/+1
2016-02-14Merge tag 'iio-for-4.6b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman-325/+5411