summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
5 daysiio: adc: ad7768-1: Ensure SYNC_IN pulse minimum timing requirementJonathan Santos1-4/+19
5 daysiio: adc: ad_sigma_delta: don't overallocate scan bufferDavid Lechner1-1/+1
2025-08-01iio: adc: ad7949: use spi_is_bpw_supported()David Lechner1-4/+3
2025-08-01iio: fix potential out-of-bound writeMarkus Burri1-1/+4
2025-07-24iio: common: st_sensors: Fix use of uninitialize device structsMaud Spierings3-35/+31
2025-07-24iio: backend: fix out-of-bound writeMarkus Burri1-1/+4
2025-07-24iio: adc: stm32-adc: Fix race in installing chained IRQ handlerChen Ni1-4/+3
2025-07-24iio: adc: max1363: Reorder mode_list[] entriesFabio Estevam1-10/+9
2025-07-24iio: adc: max1363: Fix MAX1363_4X_CHANS/MAX1363_8X_CHANS[]Fabio Estevam1-12/+12
2025-07-24iio: adc: axp20x_adc: Add missing sentinel to AXP717 ADC channel mapsChen-Yu Tsai1-0/+1
2025-07-24iio: adc: adi-axi-adc: fix ad7606_bus_reg_read()David Lechner1-2/+4
2025-07-24iio: adc: ad7380: fix adi,gain-milli property parsingDavid Lechner1-2/+3
2025-07-24iio: accel: fxls8962af: Fix use after free in fxls8962af_fifo_flushSean Nyekjaer1-0/+2
2025-07-06iio: hid-sensor-prox: Add support for 16-bit report sizeZhang Lixu1-0/+3
2025-07-06iio: adc: ad7606_spi: check error in ad7606B_sw_mode_config()David Lechner1-3/+5
2025-07-06iio: light: al3000a: Fix an error handling path in al3000a_probe()David Heidelberg1-4/+5
2025-07-06iio: dac: adi-axi-dac: add cntrl chan checkAngelo Dureghello1-0/+24
2025-07-06iio: adc: ad_sigma_delta: Fix use of uninitialized status_posPurva Yeshi1-0/+4
2025-07-06iio: pressure: zpa2326: Use aligned_s64 for the timestampJonathan Cameron1-1/+1
2025-06-27iio: adc: ad7606: fix raw read for 18-bit chipsDavid Lechner1-11/+10
2025-06-27iio: adc: ad7173: fix compiling without gpiolibDavid Lechner2-16/+4
2025-06-27iio: adc: ad7606_spi: fix reg write value maskDavid Lechner1-1/+1
2025-06-27iio: adc: ti-ads1298: Kconfig: add kfifo dependency to fix module buildArthur-Prince1-0/+1
2025-06-27iio: adc: ad7944: mask high bits on direct readDavid Lechner1-0/+2
2025-06-27iio: imu: inv_icm42600: Fix temperature calculationSean Nyekjaer1-3/+5
2025-06-27iio: accel: fxls8962af: Fix temperature calculationSean Nyekjaer1-2/+12
2025-06-27iio: accel: fxls8962af: Fix temperature scan element signSean Nyekjaer1-0/+1
2025-06-19iio: adc: mcp3911: fix device dependent mappings for conversion result registersMarcus Folkesson1-5/+34
2025-06-19iio: adc: PAC1934: fix typo in documentation linkMarius Cristea1-1/+1
2025-06-19iio: adc: ad4851: fix ad4858 chan pointer handlingAntoniu Miclaus1-7/+7
2025-06-19iio: dac: adi-axi-dac: fix bus readAngelo Dureghello1-0/+8
2025-06-19iio: adc: ad7124: Fix 3dB filter frequency readingUwe Kleine-König1-2/+2
2025-06-19iio: filter: admv8818: Support frequencies >= 2^32Brian Pellegrino1-0/+17
2025-06-19iio: filter: admv8818: fix range calculationSam Winchenbach1-53/+152
2025-06-19iio: filter: admv8818: fix integer overflowSam Winchenbach1-1/+1
2025-06-19iio: filter: admv8818: fix band 4, state 15Sam Winchenbach1-1/+1
2025-05-01Merge tag 'iio-fixes-for-6.15a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman24-72/+103
2025-04-21iio: adis16201: Correct inclinometer channel resolutionGabriel Shahrouzi1-2/+2
2025-04-21iio: adc: ad7606: fix serial register accessAngelo Dureghello1-1/+1
2025-04-21iio: pressure: mprls0025pa: use aligned_s64 for timestampDavid Lechner1-11/+6
2025-04-21iio: imu: adis16550: align buffers for timestampDavid Lechner1-1/+1
2025-04-20gcc-15: add '__nonstring' markers to byte arraysLinus Torvalds1-2/+2
2025-04-18iio: adc: ad7266: Fix potential timestamp alignment issue.Jonathan Cameron1-1/+1
2025-04-18iio: adc: ad7768-1: Fix insufficient alignment of timestamp.Jonathan Cameron1-1/+1
2025-04-18iio: adc: dln2: Use aligned_s64 for timestampJonathan Cameron1-1/+1
2025-04-18iio: accel: adxl355: Make timestamp 64-bit aligned using aligned_s64Jonathan Cameron1-1/+1
2025-04-18iio: temp: maxim-thermocouple: Fix potential lack of DMA safe buffer.Jonathan Cameron1-1/+1
2025-04-18iio: chemical: pms7003: use aligned_s64 for timestampDavid Lechner1-2/+3
2025-04-18iio: chemical: sps30: use aligned_s64 for timestampDavid Lechner1-1/+1
2025-04-18iio: imu: inv_mpu6050: align buffer for timestampDavid Lechner1-1/+1