summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2018-12-17iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede9-19/+37
2018-12-05iio:st_magn: Fix enable device after triggerMartin Kelly1-9/+3
2018-11-13iio: adc: at91: fix wrong channel number in triggered buffer modeEugen Hristev1-1/+3
2018-11-13iio: adc: at91: fix acking DRDY irq on simple conversionsEugen Hristev1-0/+2
2018-11-13iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()Alexey Khoroshilov1-0/+6
2018-11-13iio: ad5064: Fix regulator handlingLars-Peter Clausen1-15/+38
2018-10-10Revert "iio: temperature: maxim_thermocouple: add MAX31856 part"Matt Ranostay1-1/+0
2018-10-04iio: 104-quad-8: Fix off-by-one error in register selectionWilliam Breathitt Gray1-1/+1
2018-10-04iio: accel: adxl345: convert address field usage in iio_chan_specAkinobu Mita1-9/+12
2018-10-04iio: adc: ina2xx: avoid kthread_stop() with stale task_structAkinobu Mita1-4/+13
2018-09-09iio: ad9523: Fix return value for ad952x_store()Lars-Peter Clausen1-1/+1
2018-09-09iio: ad9523: Fix displayed phaseLars-Peter Clausen1-1/+1
2018-09-09iio: sca3000: Fix missing return in switchGustavo A. R. Silva1-0/+1
2018-08-24iio: pressure: bmp280: fix relative humidity unitTomasz Duszynski1-3/+2
2018-07-03iio: sca3000: Fix an error handling path in 'sca3000_probe()'Christophe JAILLET1-8/+1
2018-07-03iio: adc: ad7791: remove sample freq sysfs attributesAlexandru Ardelean1-49/+0
2018-06-05iio: adc: select buffer for at91-sama5d2_adcEugen Hristev1-0/+1
2018-06-05iio:kfifo_buf: check for uint overflowMartin Kelly1-0/+7
2018-06-05iio:buffer: make length types match kfifo typesMartin Kelly2-3/+3
2018-06-05iio: ad7793: implement IIO_CHAN_INFO_SAMP_FREQMichael Nosthoff1-51/+24
2018-03-28iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot()Lorenzo Bianconi1-1/+1
2018-03-28iio: adc: meson-saradc: unlock on error in meson_sar_adc_lock()Dan Carpenter1-1/+3
2018-03-28iio: st_pressure: st_accel: pass correct platform data to initMichael Nosthoff2-2/+2
2018-03-28iio: chemical: ccs811: Corrected firmware boot/application mode transitionRichard Lai1-0/+3
2018-03-19iio: health: max30102: Add power enable parameter to get_temp functionPeter Meerwald-Stadler1-13/+23
2018-03-19iio: adc: ina2xx: Shift bus voltage register to mask flag bitsStefan BrĂ¼ns1-9/+17
2018-02-28iio: adis_lib: Initialize trigger before requesting interruptLars-Peter Clausen1-3/+4
2018-02-28iio: buffer: check if a buffer has been set up when poll is calledStefan Windfeldt-Prytz1-1/+1
2018-02-28iio: srf08: fix link error "devm_iio_triggered_buffer_setup" undefinedAndreas Klinger1-0/+2
2018-02-28iio: adc: stm32: fix stm32h7_adc_enable error handlingFabrice Gasnier1-3/+4
2018-02-25iio: fix kernel-doc build errorsRandy Dunlap1-2/+2
2018-02-25iio: proximity: sx9500: Assign interrupt from GpioIo()Andy Shevchenko1-0/+9
2018-02-07iio: adc/accel: Fix up module licensesLinus Walleij2-0/+7
2018-02-03iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channelsNarcisa Ana Maria Vasile1-10/+3
2018-02-03iio: adc: stm32: fix scan of multiple channels with DMAFabrice Gasnier1-1/+2
2017-12-25iio: st_sensors: add register mask for status registerLorenzo Bianconi6-28/+65
2017-12-14iio: adc: meson-saradc: Meson8 and Meson8b do not have REG11 and REG13Martin Blumenstingl1-2/+15
2017-12-14iio: adc: meson-saradc: initialize the bandgap correctly on older SoCsMartin Blumenstingl1-7/+26
2017-12-14iio: adc: meson-saradc: fix the bit_idx of the adc_en clockMartin Blumenstingl1-1/+1
2017-12-14iio: adc: cpcap: fix incorrect validationPan Bian1-1/+1
2017-12-14iio: health: max30102: Temperature should be in milli CelsiusPeter Meerwald-Stadler1-1/+1
2017-12-10iio: multiplexer: add NULL check on devm_kzalloc() and devm_kmemdup() return ...Gustavo A. R. Silva1-0/+6
2017-12-10iio: adc: ti-ads1015: add 10% to conversion wait timeLadislav Michl1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman34-0/+34
2017-10-14iio: adc: at91-sama5d2_adc: fix probe error on missing trigger propertyEugen Hristev1-16/+29
2017-10-08iio: adc: dln2-adc: fix build errorRandy Dunlap1-0/+2
2017-10-01iio: dummy: events: Add missing breakLars-Peter Clausen1-0/+1
2017-09-25iio: pressure: zpa2326: Remove always-true check which confuses gccGeert Uytterhoeven1-7/+3
2017-09-25iio: proximity: as3935: noise detection + threshold changesMatt Ranostay1-3/+40
2017-09-25Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman11-23/+83