summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2026-03-01iio: dac: mcp47feb02: Fix mutex used before initializationFelix Gu1-2/+0
2026-03-01iio: adc: ade9000: fix wrong return type in streaming pushGiorgi Tchankvetadze1-1/+1
2026-03-01iio: adc: ade9000: fix wrong register in CALIBBIAS case for active powerGiorgi Tchankvetadze1-1/+1
2026-03-01iio: accel: adxl380: fix FIFO watermark bit 8 always written as 0Antoniu Miclaus1-1/+1
2026-03-01iio: adc: ade9000: move mutex init before IRQ registrationAntoniu Miclaus1-4/+4
2026-03-01iio: pressure: abp2030pa: Remove IRQF_ONESHOT from devm_request_irq()Felix Gu1-1/+1
2026-03-01iio: adc: ti-ads1119: Fix unbalanced pm reference count in ds1119_single_conv...Felix Gu1-1/+1
2026-02-28iio: frequency: ad9523: use octal permissionsBhargav Joshi1-49/+29
2026-02-28iio: frequency: ad9523: fix multi-line dereferencesBhargav Joshi1-4/+2
2026-02-28iio: frequency: ad9523: fix implicit variable macrosBhargav Joshi1-2/+2
2026-02-28iio: adc: ade9000: remove unused AD9000_CHANNELS_PER_PHASE macroGiorgi Tchankvetadze1-1/+0
2026-02-28iio: filter: admv8818: use dev_err_probe()Antoniu Miclaus1-21/+14
2026-02-28iio: filter: admv8818: add dev variableAntoniu Miclaus1-10/+11
2026-02-28iio: dac: ad7293: use dev_err_probe()Antoniu Miclaus1-5/+3
2026-02-28iio: dac: ad7293: add dev variableAntoniu Miclaus1-11/+12
2026-02-28iio: frequency: adf4377: use dev_err_probe()Antoniu Miclaus1-17/+12
2026-02-28iio: frequency: adf4377: add dev variableAntoniu Miclaus1-13/+14
2026-02-28iio: frequency: admv1013: use dev_err_probe()Antoniu Miclaus1-9/+5
2026-02-28iio: frequency: admv1013: add dev variableAntoniu Miclaus1-14/+15
2026-02-28iio: frequency: admv1014: use dev_err_probe()Antoniu Miclaus1-36/+24
2026-02-28iio: frequency: admv1014: add dev variableAntoniu Miclaus1-13/+16
2026-02-28iio: frequency: adrf6780: use dev_err_probe()Antoniu Miclaus1-14/+11
2026-02-28iio: frequency: adrf6780: add dev variableAntoniu Miclaus1-17/+18
2026-02-27i3c: simplify combined i3c/i2c dependenciesArnd Bergmann1-2/+1
2026-02-24iio: addac: ad74413r: simplify timeout returnAntoniu Miclaus1-6/+3
2026-02-24iio: adc: ad7173: move opening brace to a separate lineGiorgi Tchankvetadze1-1/+2
2026-02-24iio: light: gp2ap020a00f: Join some lines of code to be a single lineAndy Shevchenko1-26/+13
2026-02-24iio: light: gp2ap020a00f: Remove trailing comma in termination entryAndy Shevchenko1-1/+1
2026-02-24iio: light: gp2ap020a00f: Explicitly use string literal for driver nameAndy Shevchenko1-6/+2
2026-02-24iio: light: gp2ap020a00f: Use temporary variable for struct deviceAndy Shevchenko1-18/+16
2026-02-24iio: light: gp2ap020a00f: Replace custom implementation of min()Andy Shevchenko1-3/+3
2026-02-24iio: light: gp2ap020a00f: Fix possible error swallowEthan Tidmore1-8/+12
2026-02-24iio: light: gp2ap020a00f: Return directly from the switch casesAndy Shevchenko1-36/+24
2026-02-24iio: light: gp2ap020a00f: Use correct types for 16-bit LE dataAndy Shevchenko1-12/+11
2026-02-24iio: light: gp2ap020a00f: correct return type to intEthan Tidmore1-4/+9
2026-02-24iio: light: gp2ap020a00f: simplify locking with guard()Ethan Tidmore1-75/+35
2026-02-24Merge branch 'ib-iio-thermal-qcom-pmic5' into togregJonathan Cameron3-0/+887
2026-02-24iio: adc: at91_adc: change at91_ts_sample to return voidAntoniu Miclaus1-5/+3
2026-02-24iio: amplifiers: ad8366: update device supportRodrigo Alencar2-1/+89
2026-02-24iio: amplifiers: ad8366: consume enable gpioRodrigo Alencar1-0/+6
2026-02-24iio: amplifiers: ad8366: add device tree supportRodrigo Alencar1-48/+59
2026-02-24iio: amplifiers: ad8366: prepare for device-tree supportRodrigo Alencar1-90/+44
2026-02-24iio: amplifiers: ad8366: replace reset-gpio with reset controllerRodrigo Alencar1-6/+7
2026-02-24iio: amplifiers: ad8366: refactor device resource managementRodrigo Alencar1-40/+10
2026-02-24iio: amplifiers: ad8366: use devm_mutex_init() and drop mutex_init()Rodrigo Alencar1-1/+4
2026-02-24iio: amplifiers: ad8366: add local dev pointer to the probe functionRodrigo Alencar1-1/+2
2026-02-24iio: amplifiers: ad8366: refactor include headersRodrigo Alencar1-9/+12
2026-02-24iio: adc: ade9000: use dev_err_probe() in probe pathAntoniu Miclaus1-4/+3
2026-02-24iio: core: Simplify IIO core managed APIsAndy Shevchenko2-44/+21
2026-02-23iio: adc: ad7266: simplify error returnAntoniu Miclaus1-4/+2