summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2020-08-05iio: imu: adis16400: fix memory leakSasha Levin1-1/+4
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: 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: 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-25iio: bmp280: fix compensation of humidityAndreas Klinger1-0/+2
2020-06-25iio: pressure: bmp280: Tolerate IRQ before registeringAndy Shevchenko1-1/+4
2020-06-11iio: vcnl4000: Fix i2c swapped word reading.Mathieu Othacehe1-4/+2
2020-05-27iio: adc: stm32-adc: fix device used to request dmaFabrice Gasnier1-4/+4
2020-05-27iio: adc: stm32-adc: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-2/+14
2020-05-27iio: dac: vf610: Fix an error handling path in 'vf610_dac_probe()'Christophe JAILLET1-0/+1
2020-05-27iio: sca3000: Remove an erroneous 'get_device()'Christophe JAILLET1-1/+1
2020-05-02iio:ad7797: Use correct attribute_groupYueHaibing1-1/+1
2020-05-02iio: xilinx-xadc: Fix sequencer configuration for aux channels in simultaneou...Lars-Peter Clausen1-0/+10
2020-05-02iio: xilinx-xadc: Fix clearing interrupt when enabling triggerLars-Peter Clausen1-1/+1
2020-05-02iio: xilinx-xadc: Fix ADC-B powerdownLars-Peter Clausen1-2/+3
2020-05-02iio: adc: stm32-adc: fix sleep in atomic contextOlivier Moysan1-3/+28
2020-04-02iio: adc: at91-sama5d2_adc: fix differential channels in triggered modeEugen Hristev1-0/+15
2020-04-02iio: adc: at91-sama5d2_adc: fix channel configuration for differential channelsEugen Hristev1-2/+28
2020-04-02iio: magnetometer: ak8974: Fix negative raw values in sysfsStephan Gerhold1-1/+1
2020-04-02iio: trigger: stm32-timer: disable master mode when stoppingFabrice Gasnier1-2/+9
2020-01-27iio: dac: ad5380: fix incorrect assignment to valColin Ian King1-1/+1
2020-01-23iio: buffer: align the size of scan bytes to size of the largest elementLars Möllendorf1-1/+5
2020-01-17iio: imu: adis16480: assign bias value only if operation succeededAlexandru Ardelean1-2/+4
2020-01-09iio: adc: max9611: Fix too short conversion time delayGeert Uytterhoeven1-6/+10
2019-12-31iio: dln2-adc: fix iio_triggered_buffer_postenable() positionAlexandru Ardelean1-6/+14
2019-12-31iio: adc: max1027: Reset the device at probe timeMiquel Raynal1-0/+8
2019-12-31iio: light: bh1750: Resolve compiler warning and make code more readableKrzysztof Wilczynski1-2/+2
2019-12-17iio: adis16480: Add debugfs_reg_access entryNuno Sá1-0/+1
2019-12-17iio: humidity: hdc100x: fix IIO_HUMIDITYRELATIVE channel reportingChris Lesiak1-1/+1
2019-11-20iio: dac: mcp4922: fix error handling in mcp4922_write_rawMarcus Folkesson1-3/+8
2019-11-20iio: adc: max9611: explicitly cast gain_selectorsStefan Agner1-1/+1
2019-11-12iio: srf04: fix wrong limitation in distance measuringAndreas Klinger1-14/+15
2019-11-12iio: imu: adis16480: make sure provided frequency is positiveAlexandru Ardelean1-1/+4
2019-11-12iio: adc: stm32-adc: fix stopping dmaFabrice Gasnier1-2/+2
2019-11-10iio: adc: stm32-adc: fix a race when using several adcs with dma and irqFabrice Gasnier2-3/+41
2019-11-10iio: adc: stm32-adc: move registers definitionsFabrice Gasnier3-134/+134
2019-11-06iio: fix center temperature of bmc150-accel-corePascal Bouwmann1-1/+1
2019-11-06iio: adc: meson_saradc: Fix memory allocation orderRemi Pommarel1-5/+5
2019-10-17iio: adc: hx711: fix bug in sampling of dataAndreas Klinger1-5/+5
2019-10-17iio: hx711: add delay until DOUT is readyAndreas Klinger1-0/+39
2019-10-17iio: light: opt3001: fix mutex unlock raceDavid Frey1-1/+5
2019-10-17iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede1-0/+32
2019-10-17iio: adc: ad799x: fix probe error handlingMarco Felsch1-2/+2
2019-08-25iio: adc: max9611: Fix temperature reading in probeJacopo Mondi1-1/+1
2019-08-16iio: adc: max9611: Fix misuse of GENMASK macroJoe Perches1-1/+1