summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2026-03-04iio: gyro: itg3200: Fix unchecked return value in read_rawAntoniu Miclaus1-0/+2
2026-03-04iio: accel: adxl380: Avoid reading more entries than present in FIFOFrancesco Lavra1-0/+1
2026-03-04iio: magnetometer: Remove IRQF_ONESHOTSebastian Andrzej Siewior1-1/+1
2026-03-04iio: Use IRQF_NO_THREADSebastian Andrzej Siewior4-9/+8
2026-03-04iio: sca3000: Fix a resource leak in sca3000_probe()Harshit Mogalapalli1-1/+5
2026-03-04drivers: iio: mpu3050: use dev_err_probe for regulator requestSvyatoslav Ryhel1-4/+2
2026-03-04iio: pressure: mprls0025pa: fix pressure calculationPetre Rodan2-17/+11
2026-03-04iio: pressure: mprls0025pa: fix scan_type structPetre Rodan1-2/+2
2026-03-04iio: pressure: mprls0025pa: fix interrupt flagPetre Rodan1-4/+2
2026-03-04iio: pressure: mprls0025pa: fix SPI CS delay violationPetre Rodan1-5/+14
2026-03-04iio: pressure: mprls0025pa: fix spi_transfer struct initialisationPetre Rodan1-1/+1
2026-03-04iio: test: drop dangling symbol in gain-time-scale helpersRandy Dunlap1-1/+0
2026-01-30iio: adc: exynos_adc: fix OF populate on driver rebindJohan Hovold1-11/+2
2026-01-30iio: core: add separate lockdep class for info_exist_lockRasmus Villemoes1-1/+3
2026-01-30iio: core: Replace lockdep_set_class() + mutex_init() by combined callAndy Shevchenko1-2/+1
2026-01-30iio: core: add missing mutex_destroy in iio_dev_release()Andy Shevchenko1-2/+7
2026-01-30iio: dac: ad5686: add AD5695R to ad5686_chip_info_tblKübrich, Andreas1-0/+6
2026-01-30iio: chemical: scd4x: fix reported channel endiannessFiona Klute1-3/+3
2026-01-30iio: adc: pac1934: Fix clamped value in pac1934_reg_snapshotThorsten Blum1-3/+3
2026-01-30iio: adc: at91-sama5d2_adc: Fix potential use-after-free in sama5d2_adc driverPei Xiao1-0/+1
2026-01-30iio: adc: ad9467: fix ad9434 vref maskTomas Melin1-1/+1
2026-01-30iio: accel: iis328dq: fix gain valuesMarkus Koeniger1-1/+71
2026-01-30iio: accel: adxl380: fix handling of unavailable "INT1" interruptFrancesco Lavra1-3/+3
2026-01-30iio: adc: ad7280a: handle spi_setup() errors in probe()Pavel Zhigulin1-1/+3
2026-01-30iio: imu: st_lsm6dsx: fix iio_chan_spec for sensors without event detectionFrancesco Lavra1-4/+11
2026-01-08iio: adc: ti_am335x_adc: Limit step_avg to valid range for gcc complainsPei Xiao1-1/+1
2025-12-18iio: imu: st_lsm6dsx: Fix measurement unit for odr struct memberFrancesco Lavra1-1/+1
2025-12-07iio: adc: rtq6056: Correct the sign bit indexChiYuan Huang1-1/+1
2025-12-07iio: adc: ad7280a: fix ad7280_store_balance_timer()David Lechner1-1/+1
2025-12-07iio: accel: fix ADXL355 startup race conditionValek Andrej1-5/+39
2025-12-07iio: accel: bmc150: Fix irq assumption regressionLinus Walleij2-0/+6
2025-12-07iio: adc: stm32-dfsdm: fix st,adc-alt-channel property handlingOlivier Moysan1-3/+2
2025-12-07iio:common:ssp_sensors: Fix an error handling path ssp_probe()Christophe JAILLET1-1/+3
2025-12-07iio: imu: st_lsm6dsx: fix array size for st_lsm6dsx_settings fieldsFrancesco Lavra1-11/+11
2025-12-07iio: humditiy: hdc3020: fix units for thresholds and hysteresisDimitri Fedrau1-28/+41
2025-12-07iio: humditiy: hdc3020: fix units for temperature and humidity measurementDimitri Fedrau1-2/+2
2025-12-07iio: buffer: support getting dma channel from the bufferNuno Sá1-5/+16
2025-12-07iio: buffer-dmaengine: enable .get_dma_dev()Nuno Sá1-0/+2
2025-12-07iio: buffer-dma: support getting the DMA channelNuno Sá1-0/+6
2025-12-07iio: st_lsm6dsx: Fixed calibrated timestamp calculationMario Tesi2-11/+26
2025-11-13iio: adc: imx93_adc: load calibrated values even calibration failedHaibo Chen1-3/+15
2025-11-13iio: adc: spear_adc: mask SPEAR_ADC_STATUS channel and avg sample before sett...Rodrigo Gobbi1-4/+5
2025-10-23iio: imu: inv_icm42600: Avoid configuring if already pm_runtime suspendedSean Nyekjaer1-5/+6
2025-10-23iio: imu: inv_icm42600: Simplify pm_runtime setupSean Nyekjaer1-17/+7
2025-10-19iio: imu: inv_icm42600: Drop redundant pm_runtime reinitialization in resumeSean Nyekjaer1-4/+0
2025-10-19iio: xilinx-ams: Unmask interrupts after updating alarmsSean Anderson1-20/+25
2025-10-19iio: xilinx-ams: Fix AMS_ALARM_THR_DIRECT_MASKSean Anderson1-1/+1
2025-10-19iio: frequency: adf4350: Fix prescaler usage.Michael Hennerich1-7/+13
2025-10-19iio: dac: ad5421: use int type to store negative error codesQianfeng Rong1-1/+1
2025-10-19iio: dac: ad5360: use int type to store negative error codesQianfeng Rong1-1/+1