aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-26iio:ad7266: Fix probe deferral for vrefMark Brown1-0/+3
2016-06-26iio:ad7266: Fix support for optional regulatorsMark Brown1-1/+1
2016-06-26iio:ad7266: Fix broken regulator error handlingMark Brown1-1/+1
2016-06-26iio: accel: kxsd9: fix the usage of spi_w8r8()Linus Walleij1-2/+2
2016-06-22Merge tag 'iio-fixes-for-4.7b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-2/+3
2016-06-18Merge tag 'staging-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds21-98/+221
2016-06-17iio: stx104: Allow build for X86_64William Breathitt Gray1-1/+1
2016-06-11iio: inv_mpu6050: Fix use-after-free in ACPI codeCrestez Dan Leonard1-2/+3
2016-06-07Merge tag 'iio-fixes-for-4.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman21-98/+221
2016-06-03iio: hudmidity: hdc100x: fix incorrect shifting and scalingMatt Ranostay1-8/+8
2016-06-03iio: light apds9960: Add the missing dev.parentYong Li1-0/+1
2016-06-03iio: Fix error handling in iio_trigger_attach_poll_funcCrestez Dan Leonard1-5/+18
2016-05-29iio: st_sensors: Disable DRDY at init timeCrestez Dan Leonard1-0/+5
2016-05-29iio: st_sensors: Init trigger before irq requestCrestez Dan Leonard1-4/+4
2016-05-29iio: st_sensors: switch to a threaded interruptLinus Walleij11-25/+103
2016-05-29iio: light: bh1780: assign a static nameLinus Walleij1-1/+1
2016-05-29iio: bh1780: dereference the client properlyLinus Walleij1-2/+4
2016-05-29iio: humidity: hdc100x: fix IIO_TEMP channel reportingMatt Ranostay1-1/+1
2016-05-29iio:st_pressure: fix sampling gains (bring inline with ABI)Gregor Boirie1-30/+50
2016-05-22iio: proximity: as3935: fix buffer stack trashingMatt Ranostay1-2/+4
2016-05-22iio: proximity: as3935: remove triggered buffer processingMatt Ranostay1-1/+0
2016-05-22iio: proximity: as3935: correct IIO_CHAN_INFO_RAW outputMatt Ranostay1-2/+8
2016-05-21max44000: Remove scale from proximityCrestez Dan Leonard1-1/+0
2016-05-21iio: humidity: am2315: Remove a stray unlockDan Carpenter1-3/+1
2016-05-21iio: humidity: hdc100x: correct humidity integration time maskAlison Schofield1-1/+1
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds99-643/+7634
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-22/+4
2016-05-19Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds4-59/+26
2016-05-14iio: pressure: bmp280: fix error message for wrong chip idAkinobu Mita1-2/+2
2016-05-09Merge 4.6-rc7 into staging-nextGreg Kroah-Hartman2-3/+5
2016-05-04iio: imu: inv_mpu6050: change the i2c gate to be mux-lockedPeter Rosin1-42/+10
2016-05-04iio: light: bh1780: return after writeLinus Walleij1-1/+1
2016-05-04iio: dac: ad5592r: Off by one bug in ad5592r_alloc_channels()Dan Carpenter1-1/+1
2016-05-04iio: bmi160: Fix ODR settingDaniel Baluta1-2/+2
2016-05-04iio: bmi160: Fix output data rate for accelDaniel Baluta1-6/+6
2016-05-04iio: imu: mpu6050: Fix name/chip_id when using ACPIDaniel Baluta1-3/+26
2016-05-04iio: imu: mpu6050: fix possible NULL dereferencesMatt Ranostay2-2/+4
2016-05-02iio: stx104: Utilize the module_isa_driver and max_num_isa_dev macrosWilliam Breathitt Gray1-21/+3
2016-05-02iio: stx104: Add X86 dependency to STX104 Kconfig optionWilliam Breathitt Gray1-1/+1
2016-04-26Merge tag 'iio-for-4.7b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-testingGreg Kroah-Hartman72-401/+5491
2016-04-25iio: inv_mpu6050: Add explicit support for MPU9150Crestez Dan Leonard5-6/+14
2016-04-25iio: inv_mpu6050: Add spi_device_id for INV_MPU6500Crestez Dan Leonard1-0/+1
2016-04-25iio: inv_mpu6050: Check WHO_AM_I register on probeCrestez Dan Leonard2-0/+23
2016-04-25iio: inv_mpu6050: Remove inv_mpu6050_hw.num_regCrestez Dan Leonard2-5/+0
2016-04-25iio: inv_mpu6050: Cleanup hw_info mappingCrestez Dan Leonard3-6/+29
2016-04-25iio: pressure: bmp280: add ability to control oversampling rateAkinobu Mita1-18/+185
2016-04-25iio: pressure: bmp280: add support for BMP180Akinobu Mita2-17/+357
2016-04-24max44000: Initial triggered buffer supportCrestez Dan Leonard1-0/+62
2016-04-24max44000: Expose ambient sensor scalingCrestez Dan Leonard1-5/+162
2016-04-24max44000: Support controlling LED current outputCrestez Dan Leonard1-0/+53