summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2025-06-27iio: accel: fxls8962af: Fix temperature calculationSean Nyekjaer1-2/+12
2025-06-27iio: adc: ad7606_spi: fix reg write value maskDavid Lechner1-1/+1
2025-06-27iio: imu: inv_icm42600: Fix temperature calculationSean Nyekjaer1-3/+5
2025-06-27iio: accel: fxls8962af: Fix temperature scan element signSean Nyekjaer1-0/+1
2025-06-27iio: adc: ad7124: Fix 3dB filter frequency readingUwe Kleine-König1-2/+2
2025-05-22iio: chemical: sps30: use aligned_s64 for timestampDavid Lechner1-1/+1
2025-05-22iio: adc: ad7768-1: Fix insufficient alignment of timestamp.Jonathan Cameron1-1/+1
2025-05-18iio: adc: dln2: Use aligned_s64 for timestampJonathan Cameron1-1/+1
2025-05-18iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_tagged_fifoSilvano Seva1-0/+3
2025-05-18iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_fifoSilvano Seva1-0/+3
2025-05-18iio: adis16201: Correct inclinometer channel resolutionGabriel Shahrouzi1-2/+2
2025-05-18iio: 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: adc: ad7124: Fix comparison of channel configsUwe Kleine-König1-4/+31
2025-04-10iio: accel: mma8452: Ensure error return on failure to matching oversampling ...Jonathan Cameron1-3/+7
2025-03-13iio: light: as73211: fix channel handling in only-color triggered bufferJavier Carrasco1-4/+20
2025-01-23iio: adc: rockchip_saradc: fix information leak in triggered bufferJavier Carrasco1-0/+2
2025-01-23iio: imu: inv_icm42600: fix timestamps after suspend if sensor is onJean-Baptiste Maneyrol1-1/+6
2025-01-23iio: imu: inv_icm42600: fix spi burst write not supportedJean-Baptiste Maneyrol3-1/+14
2025-01-23iio: adc: ad7124: Disable all channels at probe timeUwe Kleine-König1-0/+3
2025-01-23iio: inkern: call iio_device_put() only on mapped devicesJoe Hattori1-1/+1
2025-01-23iio: adc: at91: call input_free_device() on allocated iio_devJoe Hattori1-1/+1
2025-01-23iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()Fabio Estevam1-2/+2
2025-01-23iio: gyro: fxas21002c: Fix missing data update in trigger handlerCarlos Song1-1/+8
2025-01-23iio: adc: ti-ads8688: fix information leak in triggered bufferJavier Carrasco1-1/+1
2025-01-23iio: imu: kmx61: fix information leak in triggered bufferJavier Carrasco1-1/+1
2025-01-23iio: light: vcnl4035: fix information leak in triggered bufferJavier Carrasco1-1/+1
2025-01-23iio: dummy: iio_simply_dummy_buffer: fix information leak in triggered bufferJavier Carrasco1-1/+1
2025-01-23iio: 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-12-14iio: light: al3010: Fix an error handling path in al3010_probe()Christophe JAILLET1-6/+5
2024-11-08iio: light: veml6030: fix microlux value calculationJavier Carrasco1-1/+1
2024-11-08iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()Zicheng Qu1-1/+1
2024-10-22iio: adc: ti-ads124s08: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco1-0/+2
2024-10-22iio: proximity: mb1232: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco1-0/+2
2024-10-22iio: light: opt3001: add missing full-scale range valueEmil Gedenryd1-0/+4
2024-10-22iio: light: veml6030: fix IIO device retrieval from embedded deviceJavier Carrasco1-2/+1
2024-10-22iio: light: veml6030: fix ALS sensor resolutionJavier Carrasco1-1/+1
2024-10-22iio: hid-sensors: Fix an error handling path in _hid_sensor_set_report_latency()Christophe JAILLET1-1/+1
2024-10-22iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco1-0/+2
2024-10-22iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in KconfigJavier Carrasco1-0/+1
2024-10-22iio: dac: ltc1660: add missing select REGMAP_SPI in KconfigJavier Carrasco1-0/+1
2024-10-22iio: dac: ad5770r: add missing select REGMAP_SPI in KconfigJavier Carrasco1-0/+1
2024-10-17iio: magnetometer: ak8975: Fix reading for ak099xx sensorsBarnabás Czémán1-16/+16
2024-10-17iio: adc: ad7606: fix standby gpio state to match the documentationGuillaume Stols1-2/+2
2024-10-17iio: adc: ad7606: fix oversampling gpio arrayGuillaume Stols2-4/+5
2024-09-12iio: adc: ad7124: fix chip ID mismatchDumitru Ceclan1-0/+1
2024-09-12iio: adc: ad7124: fix config comparisonDumitru Ceclan1-11/+15
2024-09-12iio: fix scale application in iio_convert_raw_to_processed_unlockedMatteo Martelli1-4/+4