summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2025-12-03iio: adc: spear_adc: mask SPEAR_ADC_STATUS channel and avg sample before sett...Rodrigo Gobbi1-4/+5
2025-10-29iio: frequency: adf4350: Fix prescaler usage.Michael Hennerich1-7/+13
2025-10-29iio: dac: ad5421: use int type to store negative error codesQianfeng Rong1-1/+1
2025-10-29iio: dac: ad5360: use int type to store negative error codesQianfeng Rong1-1/+1
2025-10-29iio: consumers: Fix offset handling in iio_convert_raw_to_processed()Hans de Goede1-1/+1
2025-09-09iio: light: opt3001: fix deadlock due to concurrent flag accessLuca Ceresoli1-2/+3
2025-09-09iio: chemical: pms7003: use aligned_s64 for timestampDavid Lechner1-2/+3
2025-08-28iio: hid-sensor-prox: Fix incorrect OFFSET calculationZhang Lixu1-2/+1
2025-08-28iio: proximity: isl29501: fix buffered read on big-endian systemsDavid Lechner1-5/+11
2025-08-28iio: adc: stm32-adc: Fix race in installing chained IRQ handlerChen Ni1-4/+3
2025-08-28iio: adc: max1363: Reorder mode_list[] entriesFabio Estevam1-10/+9
2025-08-28iio: adc: max1363: Fix MAX1363_4X_CHANS/MAX1363_8X_CHANS[]Fabio Estevam1-12/+12
2025-07-17iio: pressure: zpa2326: Use aligned_s64 for the timestampJonathan Cameron1-1/+1
2025-06-27iio: adc: ad7606_spi: fix reg write value maskDavid Lechner1-1/+1
2025-06-04iio: chemical: sps30: use aligned_s64 for timestampDavid Lechner1-1/+1
2025-06-04iio: adc: ad7768-1: Fix insufficient alignment of timestamp.Jonathan Cameron1-1/+1
2025-06-04iio: adc: dln2: Use aligned_s64 for timestampJonathan Cameron1-1/+1
2025-06-04iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_tagged_fifoSilvano Seva1-0/+3
2025-06-04iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_fifoSilvano Seva1-0/+3
2025-06-04iio: adis16201: Correct inclinometer channel resolutionGabriel Shahrouzi1-2/+2
2025-06-04iio: adc: ad7606: fix serial register accessAngelo Dureghello1-1/+1
2025-05-02iio: adc: ad7768-1: Fix conversion result signSergiu Cuciurean1-2/+2
2025-05-02iio: adc: ad7768-1: Move setting of val a bit later to avoid unnecessary retu...Jonathan Cameron1-2/+1
2025-04-10iio: accel: mma8452: Ensure error return on failure to matching oversampling ...Jonathan Cameron1-3/+7
2025-02-01iio: inkern: call iio_device_put() only on mapped devicesJoe Hattori1-1/+1
2025-02-01iio: adc: at91: call input_free_device() on allocated iio_devJoe Hattori1-1/+1
2025-02-01iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()Fabio Estevam1-2/+2
2025-02-01iio: gyro: fxas21002c: Fix missing data update in trigger handlerCarlos Song1-1/+8
2025-02-01iio: adc: ti-ads8688: fix information leak in triggered bufferJavier Carrasco1-1/+1
2025-02-01iio: imu: kmx61: fix information leak in triggered bufferJavier Carrasco1-1/+1
2025-02-01iio: light: vcnl4035: fix information leak in triggered bufferJavier Carrasco1-1/+1
2025-02-01iio: dummy: iio_simply_dummy_buffer: fix information leak in triggered bufferJavier Carrasco1-1/+1
2025-02-01iio: pressure: zpa2326: fix information leak in triggered bufferJavier Carrasco1-0/+2
2024-12-14ad7780: fix division by zero in ad7780_write_raw()Zicheng Qu1-1/+1
2024-11-08iio: adc: ti-ads124s08: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco1-0/+2
2024-11-08iio: proximity: mb1232: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco1-0/+2
2024-11-08iio: light: opt3001: add missing full-scale range valueEmil Gedenryd1-0/+4
2024-11-08iio: hid-sensors: Fix an error handling path in _hid_sensor_set_report_latency()Christophe JAILLET1-1/+1
2024-11-08iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco1-0/+2
2024-11-08iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in KconfigJavier Carrasco1-0/+1
2024-11-08iio: dac: ltc1660: add missing select REGMAP_SPI in KconfigJavier Carrasco1-0/+1
2024-11-08iio: magnetometer: ak8975: Fix reading for ak099xx sensorsBarnabás Czémán1-16/+16
2024-11-08iio: adc: ad7606: fix standby gpio state to match the documentationGuillaume Stols1-2/+2
2024-11-08iio: adc: ad7606: fix oversampling gpio arrayGuillaume Stols2-4/+5
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-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