summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: buffer-dmaengine: Add missing header buffer_impl.hPhil Reid2017-06-131-0/+1
* iio: buffer-dma: Add missing header buffer_impl.hPhil Reid2017-06-131-0/+1
* iio: adc: meson-saradc: fix potential crash in meson_sar_adc_clear_fifoMartin Blumenstingl2017-06-111-2/+2
* iio: adc: mxs-lradc: Fix return value check in mxs_lradc_adc_probe()Wei Yongjun2017-06-031-2/+5
* iio: imu: inv_mpu6050: add accel lpf setting for chip >= MPU6500Jean-Baptiste Maneyrol2017-06-032-3/+39
* Merge tag 'iio-fixes-for-4.12a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-05-227-35/+44
|\
| * iio: adc: sun4i-gpadc-iio: fix parent device being used in devm functionQuentin Schulz2017-05-211-14/+22
| * iio: light: ltr501 Fix interchanged als/ps register fieldFranziska Naepelt2017-05-211-2/+2
| * iio: adc: bcm_iproc_adc: swap primary and secondary isr handler'sRaveendra Padasalagi2017-05-211-4/+4
| * iio: trigger: fix NULL pointer dereference in iio_trigger_write_current()Marcin Niestroj2017-05-211-1/+2
| * iio: adc: max9611: Fix attribute measure unitJacopo Mondi2017-05-141-3/+3
| * iio: adc: ti_am335x_adc: allocating too much in probeDan Carpenter2017-05-141-1/+1
| * iio: adc: sun4i-gpadc-iio: Fix module autoload when OF devices are registeredEduardo Molinas2017-05-071-0/+1
| * iio: adc: sun4i-gpadc-iio: Fix module autoload when PLATFORM devices are regi...Eduardo Molinas2017-05-071-0/+1
| * iio: proximity: as3935: fix iio_trigger_poll issueMatt Ranostay2017-05-071-2/+2
| * iio: proximity: as3935: fix AS3935_INT maskMatt Ranostay2017-04-271-2/+2
| * iio: adc: Max9611: checking for ERR_PTR instead of NULL in probeDan Carpenter2017-04-261-2/+2
| * iio: proximity: as3935: recalibrate RCO after resumeMatt Ranostay2017-04-261-4/+2
* | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-102-2/+2
|\ \
| * | Annotate hardware config module parameters in drivers/iio/David Howells2017-04-202-2/+2
* | | Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-05106-495/+10150
|\ \ \ | | |/ | |/|
| * | Merge tag 'iio-fixes-for-4.11e' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-04-186-18/+54
| |\ \
| | * | IIO: bmp280-core.c: fix error in humidity calculationAndreas Klinger2017-04-141-5/+6
| | * | iio: proximity: as3935: fix as3935_writeMatt Ranostay2017-04-141-2/+1
| | * | iio: dac: ad7303: fix channel descriptionPavel Roskin2017-04-141-3/+3
| | * | iio: stm32 trigger: fix sampling_frequency readFabrice Gasnier2017-04-081-3/+3
| | * | iio: hid-sensor: Store restore poll and hysteresis on S3Srinivas Pandruvada2017-04-082-5/+41
| * | | Merge tag 'iio-for-4.12d' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-04-1823-370/+3423
| |\ \ \
| | * | | iio: light: apds9960: add system-wide suspendMatt Ranostay2017-04-141-0/+2
| | * | | iio: dac: add support for stm32 DACFabrice Gasnier2017-04-145-0/+582
| | * | | iio: imu: st_lsm6dsx: simplify data ready pin parsingLorenzo Bianconi2017-04-141-9/+1
| | * | | iio: adc: add max1117/max1118/max1119 ADC driverAkinobu Mita2017-04-143-0/+320
| | * | | iio: stm32 trigger: Add counter enable modesBenjamin Gaignard2017-04-141-0/+70
| | * | | iio: stm32 trigger: Add quadrature encoder deviceBenjamin Gaignard2017-04-141-6/+238
| | * | | iio: imu: st_lsm6dsx: use i2c/spi device name for iio_dev nameLorenzo Bianconi2017-04-084-8/+14
| | * | | iio: adc: add a driver for Qualcomm PM8xxx HK/XOADCLinus Walleij2017-04-083-0/+1048
| | * | | iio: adc: break out common code from SPMI VADCLinus Walleij2017-04-085-310/+358
| | * | | iio: adc: sun4i-gpadc-iio: add support for A33 thermal sensorQuentin Schulz2017-04-082-4/+98
| | * | | iio: adc: sun4i-gpadc-iio: move code used in MFD probing to new functionQuentin Schulz2017-04-081-33/+45
| | * | | iio: adc: Add Maxim max9611 ADC driverJacopo Mondi2017-04-083-0/+596
| | * | | iio: hid-sensor: Fix unbalanced pm_runtime_enable errorSrinivas Pandruvada2017-04-081-0/+4
| | * | | iio: adc: stm32: add dt option to set resolutionFabrice Gasnier2017-04-031-1/+49
| | * | | iio: gyro: mpu3050: stop double error reportingPeter Rosin2017-04-031-3/+2
| * | | | Merge 4.11-rc6 into staging-nextGreg Kroah-Hartman2017-04-106-7/+30
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | Merge tag 'iio-for-4.12c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-04-0341-68/+2657
| |\ \ \
| | * | | iio: imu: st_lsm6dsx: do not apply ODR configuration in write_raw handlerLorenzo Bianconi2017-04-021-15/+26
| | * | | iio: adc: sun4i: add THERMAL dependencyArnd Bergmann2017-04-021-0/+1
| | * | | iio:adc: Driver for Linear Technology LTC2497 ADCMichael Hennerich2017-04-023-0/+290
| | * | | iio:imu:mpu6050 add explicit mpu9250 supportJonathan Cameron2017-04-024-0/+14
| | * | | iio: pressure: zpa2326: Remove unnecessary cast on void pointersimran singhal2017-04-021-2/+2
OpenPOWER on IntegriCloud