summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2024-09-12iio: adc: ad7124: fix config comparisonDumitru Ceclan1-11/+15
2024-09-12iio: fix scale application in iio_convert_raw_to_processed_unlockedMatteo Martelli1-4/+4
2024-09-12iio: buffer-dmaengine: fix releasing dma channel on errorDavid Lechner1-1/+3
2024-09-08driver: iio: add missing checks on iio_info's callback accessJulien Stephan3-11/+37
2024-08-03iio: frequency: adrf6780: rm clk provider includeAntoniu Miclaus1-1/+0
2024-07-05iio: chemical: bme680: Fix sensor data read operationVasileios Amoiridis2-0/+48
2024-07-05iio: chemical: bme680: Fix overflows in compensate() functionsVasileios Amoiridis1-6/+6
2024-07-05iio: chemical: bme680: Fix calibration data variableVasileios Amoiridis1-1/+1
2024-07-05iio: chemical: bme680: Fix pressure value outputVasileios Amoiridis1-1/+1
2024-07-05iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUFAlexander Sverdlin1-0/+2
2024-07-05iio: adc: ad7266: Fix variable checking bugFernando Yang1-0/+2
2024-07-05iio: xilinx-ams: Don't include ams_ctrl_channels in scan_maskSean Anderson1-2/+6
2024-06-21iio: imu: inv_icm42600: delete unneeded update watermark callJean-Baptiste Maneyrol2-8/+0
2024-06-21iio: dac: ad5592r: fix temperature channel scaling valueMarc Ferland1-1/+1
2024-06-21iio: adc: ad9467: fix scan type signDavid Lechner1-2/+2
2024-06-21iio: accel: mxc4005: Reset chip on probe() and resume()Hans de Goede1-0/+68
2024-06-21iio: accel: mxc4005: allow module autoloading via OF compatibleLuca Ceresoli1-0/+8
2024-06-12iio: pressure: dps310: support negative temperature valuesThomas Haemmerle1-5/+6
2024-06-12iio: adc: stm32: Fixing err code to not indicate successJonathan Cameron1-0/+1
2024-06-12iio: core: Leave private pointer NULL when no private data suppliedAndy Shevchenko1-2/+4
2024-05-17iio: accel: mxc4005: Interrupt handling fixesHans de Goede1-7/+17
2024-05-17iio:imu: adis16475: Fix sync mode settingRamona Gradinariu1-1/+3
2024-04-03iio: accel: adxl367: fix I2C FIFO data registerCosmin Tanislav1-1/+1
2024-04-03iio: accel: adxl367: fix DEVID read after resetCosmin Tanislav1-2/+6
2024-02-23iio: imu: bno055: serdev requires REGMAPRandy Dunlap1-0/+1
2024-02-23iio: accel: bma400: Fix a compilation problemMario Limonciello1-0/+2
2024-02-23iio: core: fix memleak in iio_device_register_sysfsDinghao Liu1-1/+4
2024-02-23iio: magnetometer: rm3100: add boundary check for the value read from RM3100_...zhili.liu1-2/+8
2024-02-23iio: hid-sensor-als: Return 0 for HID_USAGE_SENSOR_TIME_TIMESTAMPSrinivas Pandruvada1-0/+1
2024-02-01iio: adc: ad7091r: Enable internal vref if external vref is not suppliedMarcelo Schmitt2-0/+9
2024-02-01iio: adc: ad7091r: Allow users to configure device eventsMarcelo Schmitt3-24/+166
2024-02-01iio: adc: ad7091r: Set alert bit in config registerMarcelo Schmitt1-0/+6
2024-01-26iio: adc: ad9467: fix scale settingNuno Sa2-59/+62
2024-01-26iio: adc: ad9467: don't ignore error codesNuno Sa1-10/+17
2024-01-26iio: adc: ad9467: fix reset gpio handlingNuno Sa1-13/+18
2024-01-26iio: adc: ad7091r: Pass iio_dev to event handlerMarcelo Schmitt1-3/+3
2024-01-05iio: imu: adis16475: add spi_device_id tableNuno Sa1-45/+72
2024-01-01iio: triggered-buffer: prevent possible freeing of wrong bufferDavid Lechner1-0/+10
2024-01-01iio: adc: ti_am335x_adc: Fix return value check of tiadc_request_dma()Wadim Egorov1-1/+3
2024-01-01iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time tableJavier Carrasco1-2/+2
2024-01-01iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_rawSu Hui1-2/+2
2023-11-28iio: adc: stm32-adc: harden against NULL pointer deref in stm32_adc_probe()Zhang Shurong1-2/+7
2023-11-20iio: frequency: adf4350: Use device managed functions and fix power down issue.Jinjie Ruan1-52/+23
2023-11-02iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScaleRobert Hancock2-3/+16
2023-11-02iio: adc: xilinx-xadc: Don't clobber preset voltage/temperature thresholdsRobert Hancock1-22/+0
2023-11-02iio: exynos-adc: request second interupt only when touchscreen mode is usedMarek Szyprowski1-10/+14
2023-11-02iio: afe: rescale: Accept only offset channelsLinus Walleij1-4/+15
2023-10-25iio: adc: ad7192: Correct reference voltageAlisa-Dariana Roman1-4/+25
2023-10-25iio: adc: ad7192: Simplify using devm_regulator_get_enable()Matti Vaittinen1-13/+2
2023-10-25iio: cros_ec: fix an use-after-free in cros_ec_sensors_push_data()Tzung-Bi Shih1-1/+5