summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2024-06-04iio: adc: ad7380: new driver for AD7380 ADCsDavid Lechner3-0/+455
2024-06-04iio: adc: adi-axi-adc: make sure DRP is locked on enableNuno Sa1-1/+15
2024-06-04iio: adc: adi-axi-adc: don't allow concurrent enable/disable callsNuno Sa1-0/+2
2024-06-04iio: frequency: adrf6780: rm clk provider includeAntoniu Miclaus1-1/+0
2024-06-04iio: imu: bmi323: Use iio read_acpi_mount_matrix() helperDenis Benato1-3/+5
2024-06-04iio: adc: ad7944: remove unused parameterDavid Lechner1-5/+3
2024-06-04iio: adc: sort MakefileDavid Lechner1-12/+12
2024-06-04iio: dac: ad3552r: uniform structure namesAngelo Dureghello1-2/+2
2024-06-04iio: dac: ad3552r: change AD3552R_NUM_CH define nameAngelo Dureghello1-5/+5
2024-06-04iio: dac: ad3552r: add support for ad3541r and ad3551rAngelo Dureghello1-0/+30
2024-06-04iio: dac: ad3552r: add model data structureAngelo Dureghello1-39/+59
2024-06-04iio: adc: ad9467: change struct members paddingNuno Sa1-20/+20
2024-06-04iio: adc: ad9467: use DMA safe buffer for spiNuno Sa1-34/+31
2024-06-04iio: light: stk3310: support more stk3311 variantsBarnabás Czémán1-0/+4
2024-06-04iio: light: stk3310: make chip id check expandableBarnabás Czémán1-5/+19
2024-06-04iio: light: stk3310: relax failure to match idBarnabás Czémán1-2/+1
2024-06-04iio: light: rohm-bu27034: remove unused struct 'bu27034_result'Dr. David Alan Gilbert1-6/+0
2024-06-04iio: adc: pac1934: remove unused struct 'samp_rate_mapping'Dr. David Alan Gilbert1-5/+0
2024-06-04iio: accel: bmi088: remove unused struct 'bmi088_scale_info'Dr. David Alan Gilbert1-5/+0
2024-06-04iio: adc: ad7192: Add AD7194 supportAlisa-Dariana Roman2-8/+151
2024-06-04iio: adc: ad7192: Add aincom supplyAlisa-Dariana Roman1-2/+48
2024-06-04iio: adc: ad7192: Use standard attributeAlisa-Dariana Roman1-41/+34
2024-06-03iio: inkern: fix channel read regressionJohan Hovold1-1/+1
2024-06-03iio: imu: inv_mpu6050: stabilized timestamping in interruptJean-Baptiste Maneyrol2-2/+3
2024-06-03iio: adc: ad7173: Fix sampling frequency settingDumitru Ceclan1-15/+5
2024-06-03iio: adc: ad7173: Clear append status bitDumitru Ceclan1-0/+1
2024-06-02iio: imu: inv_icm42600: delete unneeded update watermark callJean-Baptiste Maneyrol2-8/+0
2024-06-02iio: imu: inv_icm42600: stabilized timestamp in interruptJean-Baptiste Maneyrol3-2/+20
2024-05-27iio: invensense: fix odr switching to same valueJean-Baptiste Maneyrol1-1/+5
2024-05-27iio: adc: ad7173: Remove index from temp channelDumitru Ceclan1-1/+0
2024-05-27iio: adc: ad7173: Add ad7173_device_info namesDumitru Ceclan1-0/+3
2024-05-27iio: adc: ad7173: fix buffers enablement for ad7176-2Dumitru Ceclan1-2/+10
2024-05-27iio: temperature: mlx90635: Fix ERR_PTR dereference in mlx90635_probe()Harshit Mogalapalli1-3/+3
2024-05-27iio: imu: bmi323: Fix trigger notification in case of errorVasileios Amoiridis1-2/+3
2024-05-27iio: dac: ad5592r: fix temperature channel scaling valueMarc Ferland1-1/+1
2024-05-27iio: pressure: bmp280: Fix BMP580 temperature readingAdam Rizkalla1-5/+5
2024-05-27iio: adc: ad9467: fix scan type signDavid Lechner1-2/+2
2024-05-27iio: pressure: bmp280: Introduce new cleanup routinesVasileios Amoiridis1-81/+84
2024-05-27iio: pressure: bmp280: Refactorize reading functionsVasileios Amoiridis2-133/+224
2024-05-27iio: pressure: bmp280: Use unsigned data types for raw sensor dataVasileios Amoiridis1-23/+22
2024-05-27iio: pressure: bmp280: Make error checks consistentVasileios Amoiridis1-20/+20
2024-05-27iio: pressure: bmp280: Remove, add and update error messagesVasileios Amoiridis1-17/+38
2024-05-27iio: pressure: bmp280: Remove dead error checksVasileios Amoiridis1-4/+0
2024-05-27iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König93-131/+131
2024-05-27iio: pressure: bmp280: Add more intuitive name for bmp180_measure()Vasileios Amoiridis1-8/+8
2024-05-27iio: pressure: bmp280: Add identifier names in function definitionsVasileios Amoiridis1-7/+7
2024-05-27iio: pressure: bmp280: Use BME prefix for BME280 specificsVasileios Amoiridis3-44/+46
2024-05-27iio: pressure: bmp280: Improve indentation and line wrappingVasileios Amoiridis2-51/+61
2024-05-27iio: test: gts: test available times and gains sortingMatti Vaittinen1-3/+5
2024-05-27iio: Fix the sorting functionality in iio_gts_build_avail_time_tableChenyuan Yang1-2/+5