summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2020-08-21iio: imu: st_lsm6dsx: reset hw ts after resumeLorenzo Bianconi3-11/+17
2020-08-21iio: dac: ad5592r: fix unbalanced mutex unlocks in ad5592r_read_raw()Alexandru Ardelean1-2/+2
2020-08-19iio: amplifiers: ad8366: Change devm_gpiod_get() to optional and add the miss...Chuhong Yuan1-2/+5
2020-07-22iio: adc: ad7780: Fix a resource handling path in 'ad7780_probe()'Christophe JAILLET1-1/+1
2020-07-22iio:health:afe4404 Fix timestamp alignment and prevent data leak.Jonathan Cameron1-3/+5
2020-07-22iio:health:afe4403 Fix timestamp alignment and prevent data leak.Jonathan Cameron1-5/+8
2020-07-22iio:pressure:ms5611 Fix buffer element alignmentJonathan Cameron1-3/+8
2020-07-22iio:humidity:hts221 Fix alignment and data leak issuesJonathan Cameron2-6/+10
2020-07-22iio: pressure: zpa2326: handle pm_runtime_get_sync failureNavid Emamdoost1-1/+3
2020-07-22iio: mma8452: Add missed iio_device_unregister() call in mma8452_probe()Chuhong Yuan1-1/+4
2020-07-22iio: core: add missing IIO_MOD_H2/ETHANOL string identifiersMatt Ranostay1-0/+2
2020-07-22iio: magnetometer: ak8974: Fix runtime PM imbalance on errorDinghao Liu1-9/+10
2020-07-22iio:humidity:hdc100x Fix alignment and data leak issuesJonathan Cameron1-3/+7
2020-07-22iio:magnetometer:ak8974: Fix alignment and data leak issuesJonathan Cameron1-3/+7
2020-06-24iio: light: gp2ap002: Take runtime PM reference on light readJonathan Bakker1-3/+16
2020-06-24iio: buffer-dmaengine: use %zu specifier for sprintf(align)Alexandru Ardelean1-1/+1
2020-06-24iio: bmp280: fix compensation of humidityAndreas Klinger1-0/+2
2020-06-24iio: pressure: bmp280: Tolerate IRQ before registeringAndy Shevchenko1-1/+4
2020-06-10iio: adc: stm32-adc: fix a wrong error message when probing interruptsFabrice Gasnier1-20/+14
2020-06-10iio:chemical:pms7003: Fix timestamp alignment and prevent data leak.Jonathan Cameron1-5/+12
2020-06-10iio: vcnl4000: Fix i2c swapped word reading.Mathieu Othacehe1-4/+2
2020-06-10iio:chemical:sps30: Fix timestamp alignmentJonathan Cameron1-3/+6
2020-05-10iio: sca3000: Remove an erroneous 'get_device()'Christophe JAILLET1-1/+1
2020-05-03iio: adc: stm32-dfsdm: fix device used to request dmaFabrice Gasnier1-10/+11
2020-05-03iio: adc: stm32-adc: fix device used to request dmaFabrice Gasnier1-4/+4
2020-05-03iio: adc: ti-ads8344: Fix channel selectionGregory CLEMENT1-3/+5
2020-05-02iio: dac: vf610: Fix an error handling path in 'vf610_dac_probe()'Christophe JAILLET1-0/+1
2020-04-25iio: imu: st_lsm6dsx: unlock on error in st_lsm6dsx_shub_write_raw()Dan Carpenter1-2/+5
2020-04-25iio: chemical: atlas-sensor: correct DO-SM channelsMatt Ranostay1-1/+13
2020-04-20Merge tag 'iio-fixes-for-5.7a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman13-67/+231
2020-04-19iio: adc: ad7192: fix null pointer de-reference crash during probeAlexandru Ardelean1-16/+47
2020-04-19iio: adc: ti-ads8344: properly byte swap valueAlexandre Belloni1-3/+3
2020-04-19iio: imu: inv_mpu6050: fix suspend/resume with runtime powerJean-Baptiste Maneyrol1-1/+10
2020-04-19iio: st_sensors: rely on odr mask to know if odr can be setLary Gibaud1-1/+1
2020-04-19iio: xilinx-xadc: Make sure not exceed maximum samplerateLars-Peter Clausen1-18/+60
2020-04-19iio: xilinx-xadc: Fix sequencer configuration for aux channels in simultaneou...Lars-Peter Clausen1-0/+10
2020-04-19iio: xilinx-xadc: Fix clearing interrupt when enabling triggerLars-Peter Clausen1-1/+1
2020-04-19iio: xilinx-xadc: Fix ADC-B powerdownLars-Peter Clausen1-2/+3
2020-04-19iio: dac: ad5770r: fix off-by-one check on maximum number of channelsColin Ian King1-1/+1
2020-04-19iio: imu: st_lsm6dsx: flush hw FIFO before resetting the deviceLorenzo Bianconi1-1/+23
2020-04-19iio: core: Fix handling of 'dB'Mircea Caprioru1-5/+2
2020-04-09Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-120/+316
2020-04-08Merge tag 'mfd-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds14-0/+1315
2020-03-30Merge branches 'ib-mfd-iio-input-5.7' and 'ib-mfd-iio-rtc-5.7' into ibs-for-m...Lee Jones3-0/+267
2020-03-30iio: cros_ec: Use Hertz as unit for sampling frequencyGwendal Grignou1-13/+19
2020-03-29iio: cros_ec: Report hwfifo_watermark_maxGwendal Grignou1-2/+31
2020-03-29iio: cros_ec: Expose hwfifo_timeoutGwendal Grignou4-27/+81
2020-03-29iio: cros_ec: Remove pm functionGwendal Grignou4-50/+0
2020-03-29iio: cros_ec: Register to cros_ec_sensorhub when EC supports FIFOGwendal Grignou6-28/+110
2020-03-29iio: expose iio_device_set_clockGwendal Grignou1-1/+7