summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
7 daysiio: imu: st_lsm6dsx: Fix measurement unit for odr struct memberFrancesco Lavra1-1/+1
2025-12-07iio: adc: rtq6056: Correct the sign bit indexChiYuan Huang1-1/+1
2025-12-07iio: adc: ad7280a: fix ad7280_store_balance_timer()David Lechner1-1/+1
2025-12-07iio: accel: fix ADXL355 startup race conditionValek Andrej1-5/+39
2025-12-07iio: accel: bmc150: Fix irq assumption regressionLinus Walleij2-0/+6
2025-12-07iio: adc: stm32-dfsdm: fix st,adc-alt-channel property handlingOlivier Moysan1-3/+2
2025-12-07iio:common:ssp_sensors: Fix an error handling path ssp_probe()Christophe JAILLET1-1/+3
2025-12-07iio: imu: st_lsm6dsx: fix array size for st_lsm6dsx_settings fieldsFrancesco Lavra1-11/+11
2025-12-07iio: humditiy: hdc3020: fix units for thresholds and hysteresisDimitri Fedrau1-28/+41
2025-12-07iio: humditiy: hdc3020: fix units for temperature and humidity measurementDimitri Fedrau1-2/+2
2025-12-07iio: buffer: support getting dma channel from the bufferNuno Sá1-5/+16
2025-12-07iio: buffer-dmaengine: enable .get_dma_dev()Nuno Sá1-0/+2
2025-12-07iio: buffer-dma: support getting the DMA channelNuno Sá1-0/+6
2025-12-07iio: st_lsm6dsx: Fixed calibrated timestamp calculationMario Tesi2-11/+26
2025-11-13iio: adc: imx93_adc: load calibrated values even calibration failedHaibo Chen1-3/+15
2025-11-13iio: adc: spear_adc: mask SPEAR_ADC_STATUS channel and avg sample before sett...Rodrigo Gobbi1-4/+5
2025-10-23iio: imu: inv_icm42600: Avoid configuring if already pm_runtime suspendedSean Nyekjaer1-5/+6
2025-10-23iio: imu: inv_icm42600: Simplify pm_runtime setupSean Nyekjaer1-17/+7
2025-10-19iio: imu: inv_icm42600: Drop redundant pm_runtime reinitialization in resumeSean Nyekjaer1-4/+0
2025-10-19iio: xilinx-ams: Unmask interrupts after updating alarmsSean Anderson1-20/+25
2025-10-19iio: xilinx-ams: Fix AMS_ALARM_THR_DIRECT_MASKSean Anderson1-1/+1
2025-10-19iio: frequency: adf4350: Fix prescaler usage.Michael Hennerich1-7/+13
2025-10-19iio: dac: ad5421: use int type to store negative error codesQianfeng Rong1-1/+1
2025-10-19iio: dac: ad5360: use int type to store negative error codesQianfeng Rong1-1/+1
2025-10-19iio/adc/pac1934: fix channel disable configurationAleksandar Gerasimovski1-2/+18
2025-10-15iio: consumers: Fix offset handling in iio_convert_raw_to_processed()Hans de Goede1-1/+1
2025-10-15iio: consumers: Fix handling of negative channel scale in iio_convert_raw_to_...Hans de Goede1-14/+14
2025-08-28iio: imu: inv_icm42600: change invalid data error to -EBUSYJean-Baptiste Maneyrol1-1/+5
2025-08-28iio: imu: inv_icm42600: Convert to uXX and sXX integer typesAndy Shevchenko7-57/+57
2025-08-28iio: imu: inv_icm42600: use = { } instead of memset()David Lechner2-6/+4
2025-08-28iio: imu: inv_icm42600: switch timestamp type from int64_t __aligned(8) to al...Jonathan Cameron2-2/+2
2025-08-28iio: temperature: maxim_thermocouple: use DMA-safe buffer for spi_read()David Lechner1-10/+16
2025-08-28iio: light: as73211: Ensure buffer holes are zeroedJonathan Cameron1-1/+1
2025-08-28iio: light: Use aligned_s64 instead of open coding alignment.Jonathan Cameron11-11/+11
2025-08-28iio: proximity: isl29501: fix buffered read on big-endian systemsDavid Lechner1-5/+11
2025-08-28iio: pressure: bmp280: Use IS_ERR() in bmp280_common_probe()Salah Triki1-4/+5
2025-08-28iio: adc: ad7173: fix setting ODR in probeDavid Lechner1-1/+2
2025-08-28iio: adc: ad_sigma_delta: change to buffer predisableDavid Lechner1-2/+2
2025-08-28iio: imu: bno055: fix OOB access of hw_xlate arrayDavid Lechner1-3/+8
2025-08-20iio: adc: ad7768-1: Ensure SYNC_IN pulse minimum timing requirementJonathan Santos1-4/+19
2025-08-20iio: adc: ad_sigma_delta: don't overallocate scan bufferDavid Lechner1-1/+1
2025-08-01iio: hid-sensor-prox: Fix incorrect OFFSET calculationZhang Lixu1-2/+1
2025-08-01iio: hid-sensor-prox: Restore lost scale assignmentsZhang Lixu1-0/+5
2025-08-01iio: adc: ad7949: use spi_is_bpw_supported()David Lechner1-4/+3
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