summaryrefslogtreecommitdiffstats
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2016-02-24iio: imu: inv_mpu6050: Fix code indent for if statementDaniel Baluta1-2/+2
2016-02-24iio: imu: inv_mpu6050: Delete space before commaDaniel Baluta1-1/+1
2016-02-24iio: imu: inv_mpu6050: Remove unnecessary parenthesesDaniel Baluta1-2/+2
2016-02-24iio: imu: inv_mpu6050: Fix newlines to make code easier to readDaniel Baluta2-1/+2
2016-02-24iio: imu: inv_mpu6050: Fix Yoda conditionsDaniel Baluta2-4/+4
2016-02-24iio: imu: inv_mpu6050: Fix multiline comments styleDaniel Baluta1-14/+23
2016-02-24iio: chemical: atlas-ph-sensor: use regmap_bulk_readMatt Ranostay1-3/+3
2016-02-24iio: hmc5843: Move hmc5843 out of stagingCristina Moraru6-0/+991
2016-02-19iio: chemical: atlas-ph-sensor: switch regmap cacheMatt Ranostay1-3/+1
2016-02-17iio: pressure: ms5611: select IIO_BUFFERArnd Bergmann1-0/+1
2016-02-17iio: health/afe4404: mark suspend/resume functions __maybe_unusedArnd Bergmann1-2/+2
2016-02-17iio: health/afe4403: mark suspend/resume functions __maybe_unusedArnd Bergmann1-2/+2
2016-02-17iio: health/afe4403: select REGMAP_SPIArnd Bergmann1-0/+1
2016-02-14Merge tag 'iio-for-4.6b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman31-325/+5411
2016-02-13iio: adc: Add TI ADS1015 ADC driver supportDaniel Baluta3-0/+626
2016-02-13iio: Add IIO support for the DAC on the Apex Embedded Systems STX104William Breathitt Gray3-0/+162
2016-02-13iio: imu: inv_mpu6050: Add SPI support for MPU6000Adriana Reus6-3/+123
2016-02-13iio: imu: inv_mpu6050: Separate driver into core and i2c functionality.Adriana Reus8-203/+265
2016-02-13iio: imu: inv_mpu6050: Use regmap instead of i2c specific functionsAdriana Reus5-53/+57
2016-02-13iio: imu: inv-mpu6050: Fix interrupt pin configurationAdriana Reus2-2/+3
2016-02-11iio: adc: Add imx25-gcq ADC driverMarkus Pargmann3-0/+425
2016-02-10iio: adc: Move mxs-lradc out of stagingKsenija Stanojevic3-0/+1790
2016-02-09iio: adc: add support for ADC0831/ADC0832/ADC0834/ADC0838 chipsAkinobu Mita3-0/+299
2016-02-09iio: buffer-dmaengine: Use dmaengine_terminate_sync()Lars-Peter Clausen1-6/+1
2016-02-08iio:ad5064: Add AD5625/AD5627/AD5645/AD5647/AD4665/AD5657 supportLars-Peter Clausen2-11/+188
2016-02-08iio:ad5064: Use a enum for the register map layout typeLars-Peter Clausen1-13/+41
2016-02-08iio:ad5064: List support LTC devices in KconfigLars-Peter Clausen1-1/+2
2016-02-08iio:ad5064: Add support for ltc2617 and similar devicesMarc Andre1-1/+111
2016-02-08iio:ad5064: Structural changes to support LTC2617Marc Andre1-29/+38
2016-02-07Merge 4.5-rc3 into staging-nextGreg Kroah-Hartman11-11/+20
2016-02-06iio: health: Add driver for the TI AFE4403 heart monitorAndrew F. Davis3-0/+721
2016-02-06iio: health: Add driver for the TI AFE4404 heart monitorAndrew F. Davis4-1/+889
2016-02-06iio: chemical: select IRQ_WORK for ATLAS ph sensorArnd Bergmann1-0/+1
2016-02-06iio: Add helper function for calculating scan index storage sizeLars-Peter Clausen1-34/+25
2016-02-06iio: pressure: ms5611: Add triggered buffer supportDaniel Baluta5-2/+89
2016-02-06iio: pressure: ms5611: Add IIO_CHAN_INFO_SCALE to maskDaniel Baluta1-2/+16
2016-02-01Merge tag 'iio-for-4.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman37-219/+2358
2016-02-01Merge tag 'iio-fixes-for-4.5b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman4-6/+8
2016-02-01Merge tag 'iio-fixes-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman8-5/+12
2016-02-01iio: dht11: Use boottimeAbhilash Jindal1-4/+4
2016-01-31Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2016-01-30iio: inv_mpu6050: Remove unused parameterAdriana Reus1-3/+2
2016-01-30iio: chemical: add Atlas pH-SM sensor supportMatt Ranostay3-0/+525
2016-01-30iio: ph: add IIO_PH channel typeMatt Ranostay1-0/+1
2016-01-30iio: si7020: add support for Hoperf th06Cristina Moraru2-1/+3
2016-01-30iio: si7005: add support for Hoperf th02Cristina Moraru2-1/+3
2016-01-30iio:pressure:Kconfig white space cleanup.Jonathan Cameron1-15/+15
2016-01-30iio: dht11: Simplify decoding algorithmHarald Geyer1-22/+42
2016-01-30iio: dht11: Improve reliability - be more tolerant about missing start bitsHarald Geyer1-6/+9
2016-01-30iio: pressure: mpl115: support MPL115A1Akinobu Mita6-39/+242