summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2026-03-01iio: adc: ad7768-1: fix one-shot mode data acquisitionJonathan Santos
2026-03-01iio: adc: ad4030: Add support for ADAQ4216 and ADAQ4224Marcelo Schmitt
2026-03-01iio: adc: ad4030: Add SPI offload supportMarcelo Schmitt
2026-03-01iio: adc: fix typos found by codespellGiorgi Tchankvetadze
2026-03-01iio: accel: adxl345: Implement event scaling for ABI complianceTaha Ed-Dafili
2026-03-01iio: accel: adxl345: Expose IIO_EV_INFO_VALUE for double tapTaha Ed-Dafili
2026-03-01iio: core: Add IIO_EV_INFO_SCALE to event infoTaha Ed-Dafili
2026-03-01iio: adc: ad4062: Replace IRQF_ONESHOT with IRQF_NO_THREADFelix Gu
2026-03-01iio: gyro: mpu3050: Fix out-of-sequence free_irq()Ethan Tidmore
2026-03-01iio: gyro: mpu3050: Move iio_device_register() to correct locationEthan Tidmore
2026-03-01iio: gyro: mpu3050: Fix irq resource leakEthan Tidmore
2026-03-01iio: gyro: mpu3050: Fix incorrect free_irq() variableEthan Tidmore
2026-03-01iio: imu: st_lsm6dsx: Set buffer sampling frequency for accelerometer onlyFrancesco Lavra
2026-03-01iio: imu: st_lsm6dsx: Set FIFO ODR for accelerometer and gyroscope onlyFrancesco Lavra
2026-03-01iio: dac: mcp47feb02: Fix mutex used before initializationFelix Gu
2026-03-01iio: adc: ade9000: fix wrong return type in streaming pushGiorgi Tchankvetadze
2026-03-01iio: adc: ade9000: fix wrong register in CALIBBIAS case for active powerGiorgi Tchankvetadze
2026-03-01iio: accel: adxl380: fix FIFO watermark bit 8 always written as 0Antoniu Miclaus
2026-03-01iio: adc: ade9000: move mutex init before IRQ registrationAntoniu Miclaus
2026-03-01iio: pressure: abp2030pa: Remove IRQF_ONESHOT from devm_request_irq()Felix Gu
2026-03-01iio: adc: ti-ads1119: Fix unbalanced pm reference count in ds1119_single_conv...Felix Gu
2026-02-28iio: frequency: ad9523: use octal permissionsBhargav Joshi
2026-02-28iio: frequency: ad9523: fix multi-line dereferencesBhargav Joshi
2026-02-28iio: frequency: ad9523: fix implicit variable macrosBhargav Joshi
2026-02-28iio: adc: ade9000: remove unused AD9000_CHANNELS_PER_PHASE macroGiorgi Tchankvetadze
2026-02-28iio: filter: admv8818: use dev_err_probe()Antoniu Miclaus
2026-02-28iio: filter: admv8818: add dev variableAntoniu Miclaus
2026-02-28iio: dac: ad7293: use dev_err_probe()Antoniu Miclaus
2026-02-28iio: dac: ad7293: add dev variableAntoniu Miclaus
2026-02-28iio: frequency: adf4377: use dev_err_probe()Antoniu Miclaus
2026-02-28iio: frequency: adf4377: add dev variableAntoniu Miclaus
2026-02-28iio: frequency: admv1013: use dev_err_probe()Antoniu Miclaus
2026-02-28iio: frequency: admv1013: add dev variableAntoniu Miclaus
2026-02-28iio: frequency: admv1014: use dev_err_probe()Antoniu Miclaus
2026-02-28iio: frequency: admv1014: add dev variableAntoniu Miclaus
2026-02-28iio: frequency: adrf6780: use dev_err_probe()Antoniu Miclaus
2026-02-28iio: frequency: adrf6780: add dev variableAntoniu Miclaus
2026-02-27i3c: simplify combined i3c/i2c dependenciesArnd Bergmann
2026-02-23iio: addac: ad74413r: simplify timeout returnAntoniu Miclaus
2026-02-23iio: adc: ad7173: move opening brace to a separate lineGiorgi Tchankvetadze
2026-02-23iio: light: gp2ap020a00f: Join some lines of code to be a single lineAndy Shevchenko
2026-02-23iio: light: gp2ap020a00f: Remove trailing comma in termination entryAndy Shevchenko
2026-02-23iio: light: gp2ap020a00f: Explicitly use string literal for driver nameAndy Shevchenko
2026-02-23iio: light: gp2ap020a00f: Use temporary variable for struct deviceAndy Shevchenko
2026-02-23iio: light: gp2ap020a00f: Replace custom implementation of min()Andy Shevchenko
2026-02-23iio: light: gp2ap020a00f: Fix possible error swallowEthan Tidmore
2026-02-23iio: light: gp2ap020a00f: Return directly from the switch casesAndy Shevchenko
2026-02-23iio: light: gp2ap020a00f: Use correct types for 16-bit LE dataAndy Shevchenko
2026-02-23iio: light: gp2ap020a00f: correct return type to intEthan Tidmore
2026-02-23iio: light: gp2ap020a00f: simplify locking with guard()Ethan Tidmore