aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
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-23iio: addac: ad74413r: simplify timeout returnAntoniu Miclaus1-6/+3
2026-02-23iio: adc: ad7173: move opening brace to a separate lineGiorgi Tchankvetadze1-1/+2
2026-02-23iio: light: gp2ap020a00f: Join some lines of code to be a single lineAndy Shevchenko1-26/+13
2026-02-23iio: light: gp2ap020a00f: Remove trailing comma in termination entryAndy Shevchenko1-1/+1
2026-02-23iio: light: gp2ap020a00f: Explicitly use string literal for driver nameAndy Shevchenko1-6/+2
2026-02-23iio: light: gp2ap020a00f: Use temporary variable for struct deviceAndy Shevchenko1-18/+16
2026-02-23iio: light: gp2ap020a00f: Replace custom implementation of min()Andy Shevchenko1-3/+3
2026-02-23iio: light: gp2ap020a00f: Fix possible error swallowEthan Tidmore1-8/+12
2026-02-23iio: light: gp2ap020a00f: Return directly from the switch casesAndy Shevchenko1-36/+24
2026-02-23iio: light: gp2ap020a00f: Use correct types for 16-bit LE dataAndy Shevchenko1-12/+11
2026-02-23iio: light: gp2ap020a00f: correct return type to intEthan Tidmore1-4/+9
2026-02-23iio: light: gp2ap020a00f: simplify locking with guard()Ethan Tidmore1-75/+35
2026-02-23Merge branch 'ib-iio-thermal-qcom-pmic5' into togregJonathan Cameron3-0/+887
2026-02-23iio: adc: at91_adc: change at91_ts_sample to return voidAntoniu Miclaus1-5/+3
2026-02-23iio: amplifiers: ad8366: update device supportRodrigo Alencar2-1/+89
2026-02-23iio: amplifiers: ad8366: consume enable gpioRodrigo Alencar1-0/+6
2026-02-23iio: amplifiers: ad8366: add device tree supportRodrigo Alencar1-48/+59
2026-02-23iio: amplifiers: ad8366: prepare for device-tree supportRodrigo Alencar1-90/+44
2026-02-23iio: amplifiers: ad8366: replace reset-gpio with reset controllerRodrigo Alencar1-6/+7
2026-02-23iio: amplifiers: ad8366: refactor device resource managementRodrigo Alencar1-40/+10
2026-02-23iio: amplifiers: ad8366: use devm_mutex_init() and drop mutex_init()Rodrigo Alencar1-1/+4
2026-02-23iio: amplifiers: ad8366: add local dev pointer to the probe functionRodrigo Alencar1-1/+2
2026-02-23iio: amplifiers: ad8366: refactor include headersRodrigo Alencar1-9/+12
2026-02-23iio: adc: ade9000: use dev_err_probe() in probe pathAntoniu Miclaus1-4/+3
2026-02-23iio: core: Simplify IIO core managed APIsAndy Shevchenko2-44/+21
2026-02-23iio: adc: ad7266: simplify error returnAntoniu Miclaus1-4/+2
2026-02-23iio: filter: admv8818: remove redundant else after returnAntoniu Miclaus1-2/+2
2026-02-23iio: core: Clean up device correctly on viio_trigger_alloc() failureSalah Triki1-4/+5
2026-02-23iio: adc: nxp-sar-adc: Remove unnecessary type castingFelix Gu1-1/+2
2026-02-23iio: adc: Add support for QCOM PMIC5 Gen3 ADCJishnu Prakash3-0/+887
2026-02-23iio: imu: adis: Fix NULL pointer dereference in adis_initRadu Sabau1-1/+1
2026-02-23iio: imu: inv_icm45600: fix regulator put warning when probe failsJean-Baptiste Maneyrol1-1/+6
2026-02-23iio: buffer: Fix wait_queue not being removedNuno Sá1-2/+4
2026-02-23iio: gyro: mpu3050-core: fix pm_runtime error handlingAntoniu Miclaus1-5/+13
2026-02-23iio: gyro: mpu3050-i2c: fix pm_runtime error handlingAntoniu Miclaus1-2/+1
2026-02-23iio: adc: ad7768-1: Fix ERR_PTR dereference in ad7768_fill_scale_tblEthan Tidmore1-2/+11
2026-02-23iio: chemical: sps30_serial: fix buffer size in sps30_serial_read_meas()Antoniu Miclaus1-1/+1
2026-02-23iio: chemical: sps30_i2c: fix buffer size in sps30_i2c_read_meas()Antoniu Miclaus1-1/+1
2026-02-23iio: magnetometer: tlv493d: remove erroneous shift in X-axis dataAntoniu Miclaus1-1/+1
2026-02-23iio: proximity: hx9023s: Protect against division by zero in set_samp_freqYasin Lee1-0/+3
2026-02-23iio: proximity: hx9023s: fix assignment order for __counted_byYasin Lee1-2/+1
2026-02-23iio: chemical: bme680: Fix measurement wait duration calculationChris Spencer1-1/+1
2026-02-23iio: dac: ds4424: reject -128 RAW valueOleksij Rempel1-1/+1
2026-02-23iio: imu: inv_icm45600: fix INT1 drive bit invertedJean-Baptiste Maneyrol2-3/+3
2026-02-23iio: potentiometer: mcp4131: fix double application of wiper shiftLukas Schmid1-1/+1