summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2018-07-03iio:buffer: make length types match kfifo typesMartin Kelly1-2/+2
2018-06-06iio:kfifo_buf: check for uint overflowMartin Kelly1-0/+7
2018-04-13iio: magnetometer: st_magn_spi: fix spi_device_id tableLorenzo Bianconi1-2/+0
2018-04-13iio: light: rpr0521 poweroff for probe failsMikko Koivunen1-2/+15
2018-04-13iio: hi8435: cleanup reset gpioNikita Yushchenko1-5/+7
2018-04-13iio: hi8435: avoid garbage event at first enableNikita Yushchenko1-2/+13
2018-04-13iio: pressure: zpa2326: report interrupted case as failureNicholas Mc Guire1-7/+11
2018-03-28iio: st_pressure: st_accel: pass correct platform data to initMichael Nosthoff2-2/+2
2018-03-24iio: hid-sensor: fix return of -EINVAL on invalid values in ret or valueColin Ian King1-2/+2
2018-03-24iio: st_pressure: st_accel: Initialise sensor platform data properlyShrirang Bagul2-7/+8
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
2017-12-10iio: adc: ti-ads1015: add 10% to conversion wait timeLadislav Michl1-0/+1
2017-11-30iio: light: fix improper return valuePan Bian1-1/+1
2017-11-15iio: proximity: sx9500: claim direct mode during raw proximity readsAlison Schofield1-3/+7
2017-11-15iio: magnetometer: mag3110: claim direct mode during raw writesAlison Schofield1-10/+20
2017-11-15iio: pressure: ms5611: claim direct mode during oversampling changesAlison Schofield1-5/+7
2017-11-15iio: trigger: free trigger resource correctlyAlison Schofield2-5/+5
2017-10-27iio: dummy: events: Add missing breakLars-Peter Clausen1-0/+1
2017-10-21iio: adc: xilinx: Fix error handlingChristophe JAILLET1-3/+3
2017-10-12iio: adc: mcp320x: Fix oops on module unloadLukas Wunner1-0/+1
2017-10-12iio: adc: mcp320x: Fix readout of negative voltagesLukas Wunner1-9/+15
2017-10-12iio: ad7793: Fix the serial interface resetDragos Bogdan1-2/+2
2017-10-12IIO: BME280: Updates to Humidity readings need ctrl_reg write!Colin Parker1-1/+1
2017-10-12iio: core: Return error for failed read_regMatt Fornero1-1/+3
2017-10-12iio: ad_sigma_delta: Implement a dedicated reset functionDragos Bogdan1-0/+28
2017-10-12iio: adc: twl4030: Disable the vusb3v1 rugulator in the error handling path o...Christophe JAILLET1-1/+3
2017-10-12iio: adc: twl4030: Fix an error handling path in 'twl4030_madc_probe()'Christophe JAILLET1-2/+4
2017-10-08iio: adc: axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modificationsHans de Goede1-31/+1
2017-10-08iio: adc: imx25-gcq: Fix module autoloadJavier Martinez Canillas1-0/+1
2017-09-09iio: adc: ti-ads1015: add adequate wait time to get correct conversionAkinobu Mita1-12/+19
2017-09-09iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacksAkinobu Mita1-1/+1
2017-09-09iio: adc: ti-ads1015: avoid getting stale result after runtime resumeAkinobu Mita1-2/+16
2017-09-09iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not setAkinobu Mita1-0/+7
2017-09-09iio: adc: ti-ads1015: fix scale information for ADS1115Akinobu Mita1-24/+24
2017-09-09iio: adc: ti-ads1015: fix incorrect data rate setting updateAkinobu Mita1-17/+10
2017-08-30iio: hid-sensor-trigger: Fix the race with user space powering up sensorsSrinivas Pandruvada1-4/+4
2017-08-30iio: imu: adis16480: Fix acceleration scale factor for adis16480Dragos Bogdan1-1/+1
2017-08-16iio: adc: vf610_adc: Fix VALT selection value for REFSEL bitsStefan-Gabriel Mirea1-1/+1
2017-08-16iio: light: tsl2563: use correct event codeAkinobu Mita1-1/+1
2017-08-16iio: accel: bmc150: Always restore device to normal mode after suspend-resumeHans de Goede1-8/+1
2017-06-24iio: imu: inv_mpu6050: add accel lpf setting for chip >= MPU6500Jean-Baptiste Maneyrol2-3/+39
2017-06-24iio: adc: ti_am335x_adc: allocating too much in probeDan Carpenter1-1/+1
2017-06-24iio: proximity: as3935: recalibrate RCO after resumeMatt Ranostay1-4/+2
2017-06-24iio: st_pressure: Fix data signMarcin Niestroj1-5/+5
2017-06-14iio: proximity: as3935: fix iio_trigger_poll issueMatt Ranostay1-2/+2
2017-06-14iio: proximity: as3935: fix AS3935_INT maskMatt Ranostay1-2/+2
2017-06-14iio: light: ltr501 Fix interchanged als/ps register fieldFranziska Naepelt1-2/+2
2017-06-14iio: adc: bcm_iproc_adc: swap primary and secondary isr handler'sRaveendra Padasalagi1-4/+4
2017-05-25iio: hid-sensor: Store restore poll and hysteresis on S3Srinivas Pandruvada2-5/+41