summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2025-12-03iio: adc: spear_adc: mask SPEAR_ADC_STATUS channel and avg sample before sett...Rodrigo Gobbi
2025-10-29iio: frequency: adf4350: Fix prescaler usage.Michael Hennerich
2025-10-29iio: dac: ad5421: use int type to store negative error codesQianfeng Rong
2025-10-29iio: dac: ad5360: use int type to store negative error codesQianfeng Rong
2025-10-29iio: consumers: Fix offset handling in iio_convert_raw_to_processed()Hans de Goede
2025-09-09iio: light: opt3001: fix deadlock due to concurrent flag accessLuca Ceresoli
2025-09-09iio: chemical: pms7003: use aligned_s64 for timestampDavid Lechner
2025-08-28iio: hid-sensor-prox: Fix incorrect OFFSET calculationZhang Lixu
2025-08-28iio: proximity: isl29501: fix buffered read on big-endian systemsDavid Lechner
2025-08-28iio: adc: stm32-adc: Fix race in installing chained IRQ handlerChen Ni
2025-08-28iio: adc: max1363: Reorder mode_list[] entriesFabio Estevam
2025-08-28iio: adc: max1363: Fix MAX1363_4X_CHANS/MAX1363_8X_CHANS[]Fabio Estevam
2025-07-17iio: pressure: zpa2326: Use aligned_s64 for the timestampJonathan Cameron
2025-06-27iio: adc: ad7606_spi: fix reg write value maskDavid Lechner
2025-06-04iio: chemical: sps30: use aligned_s64 for timestampDavid Lechner
2025-06-04iio: adc: ad7768-1: Fix insufficient alignment of timestamp.Jonathan Cameron
2025-06-04iio: adc: dln2: Use aligned_s64 for timestampJonathan Cameron
2025-06-04iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_tagged_fifoSilvano Seva
2025-06-04iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_fifoSilvano Seva
2025-06-04iio: adis16201: Correct inclinometer channel resolutionGabriel Shahrouzi
2025-06-04iio: adc: ad7606: fix serial register accessAngelo Dureghello
2025-05-02iio: adc: ad7768-1: Fix conversion result signSergiu Cuciurean
2025-05-02iio: adc: ad7768-1: Move setting of val a bit later to avoid unnecessary retu...Jonathan Cameron
2025-04-10iio: accel: mma8452: Ensure error return on failure to matching oversampling ...Jonathan Cameron
2025-02-01iio: inkern: call iio_device_put() only on mapped devicesJoe Hattori
2025-02-01iio: adc: at91: call input_free_device() on allocated iio_devJoe Hattori
2025-02-01iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()Fabio Estevam
2025-02-01iio: gyro: fxas21002c: Fix missing data update in trigger handlerCarlos Song
2025-02-01iio: adc: ti-ads8688: fix information leak in triggered bufferJavier Carrasco
2025-02-01iio: imu: kmx61: fix information leak in triggered bufferJavier Carrasco
2025-02-01iio: light: vcnl4035: fix information leak in triggered bufferJavier Carrasco
2025-02-01iio: dummy: iio_simply_dummy_buffer: fix information leak in triggered bufferJavier Carrasco
2025-02-01iio: pressure: zpa2326: fix information leak in triggered bufferJavier Carrasco
2024-12-14ad7780: fix division by zero in ad7780_write_raw()Zicheng Qu
2024-11-08iio: adc: ti-ads124s08: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco
2024-11-08iio: proximity: mb1232: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco
2024-11-08iio: light: opt3001: add missing full-scale range valueEmil Gedenryd
2024-11-08iio: hid-sensors: Fix an error handling path in _hid_sensor_set_report_latency()Christophe JAILLET
2024-11-08iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco
2024-11-08iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in KconfigJavier Carrasco
2024-11-08iio: dac: ltc1660: add missing select REGMAP_SPI in KconfigJavier Carrasco
2024-11-08iio: magnetometer: ak8975: Fix reading for ak099xx sensorsBarnabás Czémán
2024-11-08iio: adc: ad7606: fix standby gpio state to match the documentationGuillaume Stols
2024-11-08iio: adc: ad7606: fix oversampling gpio arrayGuillaume Stols
2024-09-12iio: fix scale application in iio_convert_raw_to_processed_unlockedMatteo Martelli
2024-09-12iio: buffer-dmaengine: fix releasing dma channel on errorDavid Lechner
2024-07-05iio: chemical: bme680: Fix sensor data read operationVasileios Amoiridis
2024-07-05iio: chemical: bme680: Fix overflows in compensate() functionsVasileios Amoiridis
2024-07-05iio: chemical: bme680: Fix calibration data variableVasileios Amoiridis
2024-07-05iio: chemical: bme680: Fix pressure value outputVasileios Amoiridis