summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2024-06-04iio: adc: ad7380: new driver for AD7380 ADCsDavid Lechner
2024-06-04iio: adc: adi-axi-adc: make sure DRP is locked on enableNuno Sa
2024-06-04iio: adc: adi-axi-adc: don't allow concurrent enable/disable callsNuno Sa
2024-06-04iio: frequency: adrf6780: rm clk provider includeAntoniu Miclaus
2024-06-04iio: imu: bmi323: Use iio read_acpi_mount_matrix() helperDenis Benato
2024-06-04iio: adc: ad7944: remove unused parameterDavid Lechner
2024-06-04iio: adc: sort MakefileDavid Lechner
2024-06-04iio: dac: ad3552r: uniform structure namesAngelo Dureghello
2024-06-04iio: dac: ad3552r: change AD3552R_NUM_CH define nameAngelo Dureghello
2024-06-04iio: dac: ad3552r: add support for ad3541r and ad3551rAngelo Dureghello
2024-06-04iio: dac: ad3552r: add model data structureAngelo Dureghello
2024-06-04iio: adc: ad9467: change struct members paddingNuno Sa
2024-06-04iio: adc: ad9467: use DMA safe buffer for spiNuno Sa
2024-06-04iio: light: stk3310: support more stk3311 variantsBarnabás Czémán
2024-06-04iio: light: stk3310: make chip id check expandableBarnabás Czémán
2024-06-04iio: light: stk3310: relax failure to match idBarnabás Czémán
2024-06-04iio: light: rohm-bu27034: remove unused struct 'bu27034_result'Dr. David Alan Gilbert
2024-06-04iio: adc: pac1934: remove unused struct 'samp_rate_mapping'Dr. David Alan Gilbert
2024-06-04iio: accel: bmi088: remove unused struct 'bmi088_scale_info'Dr. David Alan Gilbert
2024-06-04iio: adc: ad7192: Add AD7194 supportAlisa-Dariana Roman
2024-06-04iio: adc: ad7192: Add aincom supplyAlisa-Dariana Roman
2024-06-04iio: adc: ad7192: Use standard attributeAlisa-Dariana Roman
2024-06-03iio: inkern: fix channel read regressionJohan Hovold
2024-06-03iio: imu: inv_mpu6050: stabilized timestamping in interruptJean-Baptiste Maneyrol
2024-06-03iio: adc: ad7173: Fix sampling frequency settingDumitru Ceclan
2024-06-03iio: adc: ad7173: Clear append status bitDumitru Ceclan
2024-06-02iio: imu: inv_icm42600: delete unneeded update watermark callJean-Baptiste Maneyrol
2024-06-02iio: imu: inv_icm42600: stabilized timestamp in interruptJean-Baptiste Maneyrol
2024-05-27iio: invensense: fix odr switching to same valueJean-Baptiste Maneyrol
2024-05-27iio: adc: ad7173: Remove index from temp channelDumitru Ceclan
2024-05-27iio: adc: ad7173: Add ad7173_device_info namesDumitru Ceclan
2024-05-27iio: adc: ad7173: fix buffers enablement for ad7176-2Dumitru Ceclan
2024-05-27iio: temperature: mlx90635: Fix ERR_PTR dereference in mlx90635_probe()Harshit Mogalapalli
2024-05-27iio: imu: bmi323: Fix trigger notification in case of errorVasileios Amoiridis
2024-05-27iio: dac: ad5592r: fix temperature channel scaling valueMarc Ferland
2024-05-27iio: pressure: bmp280: Fix BMP580 temperature readingAdam Rizkalla
2024-05-27iio: adc: ad9467: fix scan type signDavid Lechner
2024-05-27iio: pressure: bmp280: Introduce new cleanup routinesVasileios Amoiridis
2024-05-27iio: pressure: bmp280: Refactorize reading functionsVasileios Amoiridis
2024-05-27iio: pressure: bmp280: Use unsigned data types for raw sensor dataVasileios Amoiridis
2024-05-27iio: pressure: bmp280: Make error checks consistentVasileios Amoiridis
2024-05-27iio: pressure: bmp280: Remove, add and update error messagesVasileios Amoiridis
2024-05-27iio: pressure: bmp280: Remove dead error checksVasileios Amoiridis
2024-05-27iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König
2024-05-27iio: pressure: bmp280: Add more intuitive name for bmp180_measure()Vasileios Amoiridis
2024-05-27iio: pressure: bmp280: Add identifier names in function definitionsVasileios Amoiridis
2024-05-27iio: pressure: bmp280: Use BME prefix for BME280 specificsVasileios Amoiridis
2024-05-27iio: pressure: bmp280: Improve indentation and line wrappingVasileios Amoiridis
2024-05-27iio: test: gts: test available times and gains sortingMatti Vaittinen
2024-05-27iio: Fix the sorting functionality in iio_gts_build_avail_time_tableChenyuan Yang