summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2026-03-04iio: light: gp2ap020a00f: remove unused debug_reg_addrAntoniu Miclaus1-1/+0
2026-03-04iio: light: apds9306: remove unused nlux_per_countAntoniu Miclaus1-2/+0
2026-03-04iio: imu: bmi323: remove unused drdy_trigger_enabledAntoniu Miclaus1-1/+0
2026-03-04iio: humidity: hdc2010: remove unused interrupt_configAntoniu Miclaus1-1/+0
2026-03-04iio: dac: ti-dac5571: remove unused id fieldAntoniu Miclaus1-1/+0
2026-03-04iio: dac: adi-axi-dac: remove unused int_tone fieldAntoniu Miclaus1-1/+0
2026-03-04iio: adc: ti-ads1015: remove unused enabled fieldAntoniu Miclaus1-1/+0
2026-03-04iio: adc: nau7802: remove unused min_conversions fieldAntoniu Miclaus1-1/+0
2026-03-04iio: adc: max1363: remove unused requestedmask fieldAntoniu Miclaus1-2/+0
2026-03-04iio: adc: ad9467: remove unused output_mode fieldAntoniu Miclaus1-1/+0
2026-03-04iio: adc: ad7793: remove unused int_vref_mv fieldAntoniu Miclaus1-1/+0
2026-03-04iio: adc: ad7768-1: remove unused mclk_div fieldAntoniu Miclaus1-1/+0
2026-03-04iio: adc: ad4080: remove unused dec_rate fieldAntoniu Miclaus1-1/+0
2026-03-04iio: sca3000: manage device registration with devm helperHarshit Mogalapalli1-14/+1
2026-03-04iio: sca3000: stop interrupts via devm_add_action_or_reset()Harshit Mogalapalli1-5/+7
2026-03-04iio: sca3000: use guard(mutex) to simplify return pathsHarshit Mogalapalli1-4/+5
2026-03-04iio: sca3000: make stop_all_interrupts() return voidHarshit Mogalapalli1-7/+6
2026-03-04iio: sca3000: Move sca3000_stop_all_interrupts() above sca3000_probe()Harshit Mogalapalli1-18/+18
2026-03-04iio: sca3000: switch IRQ handling to devm helpersHarshit Mogalapalli1-17/+8
2026-03-04iio: sca3000: reuse device pointer for devm helpersHarshit Mogalapalli1-4/+4
2026-03-04iio: imu: inv_icm42600: Convert to uXX and sXX integer typesAndy Shevchenko1-1/+1
2026-03-04iio: dac: ad5360: converting to guard(mutex)Menderes Sabaz1-20/+9
2026-03-04iio: light: apds9306: remove redundant explicit pointer castSAJJA EASWAR SAI1-1/+1
2026-03-04iio: pressure: hsc030pa: Improve i2c_transfer return value handlingAntoniu Miclaus1-1/+6
2026-03-04iio: frequency: admv4420: return proper error code from admv4420_calc_paramet...Antoniu Miclaus1-1/+1
2026-03-03iio: magnetometer: bmc150_magn: use automated cleanup for mutexNeel Bullywon1-68/+44
2026-03-02iio: orientation: hid-sensor-rotation: fix quaternion alignmentDavid Lechner1-1/+1
2026-03-02iio: adc: ade9000: remove unused ADE9000_ST_ERROR macroGiorgi Tchankvetadze1-3/+0
2026-03-02iio: adc: ti-ads1119: Replace IRQF_ONESHOT with IRQF_NO_THREADFelix Gu1-4/+2
2026-03-02iio: adc: ti-ads1119: Drop redundant error messageFelix Gu1-2/+1
2026-03-01iio: imu: bno055: fix BNO055_SCAN_CH_COUNT off by oneDavid Lechner1-1/+1
2026-03-01iio: hid-sensors: Use software triggerSrinivas Pandruvada1-18/+30
2026-03-01iio: hid-sensor-gyro-3d: fix typo in array nameBhargav Joshi1-3/+3
2026-03-01iio: adc: ad7768-1: add support for SPI offloadJonathan Santos2-3/+185
2026-03-01iio: adc: ad7768-1: disable IRQ autoenableJonathan Santos1-1/+17
2026-03-01iio: adc: ad7768-1: remove switch to one-shot modeJonathan Santos1-17/+4
2026-03-01iio: adc: ad7768-1: fix one-shot mode data acquisitionJonathan Santos1-2/+7
2026-03-01iio: adc: ad4030: Add support for ADAQ4216 and ADAQ4224Marcelo Schmitt1-3/+198
2026-03-01iio: adc: ad4030: Add SPI offload supportMarcelo Schmitt2-18/+396
2026-03-01iio: adc: fix typos found by codespellGiorgi Tchankvetadze24-29/+29
2026-03-01iio: accel: adxl345: Implement event scaling for ABI complianceTaha Ed-Dafili1-7/+21
2026-03-01iio: accel: adxl345: Expose IIO_EV_INFO_VALUE for double tapTaha Ed-Dafili1-1/+3
2026-03-01iio: core: Add IIO_EV_INFO_SCALE to event infoTaha Ed-Dafili1-0/+1
2026-03-01iio: adc: ad4062: Replace IRQF_ONESHOT with IRQF_NO_THREADFelix Gu1-5/+3
2026-03-01iio: gyro: mpu3050: Fix out-of-sequence free_irq()Ethan Tidmore1-1/+1
2026-03-01iio: gyro: mpu3050: Move iio_device_register() to correct locationEthan Tidmore1-8/+13
2026-03-01iio: gyro: mpu3050: Fix irq resource leakEthan Tidmore1-1/+6
2026-03-01iio: gyro: mpu3050: Fix incorrect free_irq() variableEthan Tidmore1-1/+1
2026-03-01iio: imu: st_lsm6dsx: Set buffer sampling frequency for accelerometer onlyFrancesco Lavra1-1/+10
2026-03-01iio: imu: st_lsm6dsx: Set FIFO ODR for accelerometer and gyroscope onlyFrancesco Lavra1-0/+4