summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2026-02-23iio: filter: admv8818: remove redundant else after returnAntoniu Miclaus
2026-02-23iio: core: Clean up device correctly on viio_trigger_alloc() failureSalah Triki
2026-02-23iio: adc: nxp-sar-adc: Remove unnecessary type castingFelix Gu
2026-02-23iio: adc: Add support for QCOM PMIC5 Gen3 ADCJishnu Prakash
2026-02-23iio: imu: adis: Fix NULL pointer dereference in adis_initRadu Sabau
2026-02-23iio: imu: inv_icm45600: fix regulator put warning when probe failsJean-Baptiste Maneyrol
2026-02-23iio: buffer: Fix wait_queue not being removedNuno Sá
2026-02-23iio: gyro: mpu3050-core: fix pm_runtime error handlingAntoniu Miclaus
2026-02-23iio: gyro: mpu3050-i2c: fix pm_runtime error handlingAntoniu Miclaus
2026-02-23iio: adc: ad7768-1: Fix ERR_PTR dereference in ad7768_fill_scale_tblEthan Tidmore
2026-02-23iio: chemical: sps30_serial: fix buffer size in sps30_serial_read_meas()Antoniu Miclaus
2026-02-23iio: chemical: sps30_i2c: fix buffer size in sps30_i2c_read_meas()Antoniu Miclaus
2026-02-23iio: magnetometer: tlv493d: remove erroneous shift in X-axis dataAntoniu Miclaus
2026-02-23iio: proximity: hx9023s: Protect against division by zero in set_samp_freqYasin Lee
2026-02-23iio: proximity: hx9023s: fix assignment order for __counted_byYasin Lee
2026-02-23iio: chemical: bme680: Fix measurement wait duration calculationChris Spencer
2026-02-23iio: dac: ds4424: reject -128 RAW valueOleksij Rempel
2026-02-23iio: imu: inv_icm45600: fix INT1 drive bit invertedJean-Baptiste Maneyrol
2026-02-23iio: potentiometer: mcp4131: fix double application of wiper shiftLukas Schmid
2026-02-23iio: imu: inv-mpu9150: fix irq ack preventing irq stormsAndreas Kemnade
2026-02-23iio: frequency: adf4377: Fix duplicated soft reset maskSeungJu Cheon
2026-02-23iio: light: bh1780: fix PM runtime leak on error pathAntoniu Miclaus
2026-02-23iio: imu: inv_icm42600: fix odr switch when turning buffer offJean-Baptiste Maneyrol
2026-02-23iio: imu: inv_icm42600: fix odr switch to the same valueJean-Baptiste Maneyrol
2026-02-23iio: light: zopt2201: use lock guardsGabriel Almeida
2026-02-23iio: light: zopt2201: Reorder header includesGabriel Almeida
2026-02-23iio: adc: ad4080: add support for AD4082, AD4085 and AD4088Antoniu Miclaus
2026-02-23iio: adc: ad4030: Use BIT macro to improve code readabilityMarcelo Schmitt
2026-02-23iio: dac: max5522: simplify probe with devm_regulator_get_enable_read_voltage()Antoniu Miclaus
2026-02-23iio: magnetometer: si7210: simplify probe with devm_regulator_get_enable_read...Antoniu Miclaus
2026-02-23iio: adc: ad7192: Revert "properly check spi_get_device_match_data()"Andy Shevchenko
2026-02-23iio: sca3000: simplify with spi_get_device_match_data()Harshit Mogalapalli
2026-02-23iio: magnetometer: bmc150_magn: minor formatting cleanupNeel Bullywon
2026-02-23iio: magnetometer: bmc150_magn: replace msleep with fsleepNeel Bullywon
2026-02-23iio: light: vcnl4000: add support for Capella CM36686 and CM36672PErikas Bitovtas
2026-02-23iio: adc: ad7380: add support for multiple SPI lanesDavid Lechner
2026-02-23iio: adc: ad4062: Add missing IS_ERR() checkEthan Tidmore
2026-02-23iio: frequency: adf4350: Return -ENOMEM on memory allocation failureAntoniu Miclaus
2026-02-23iio: adc: pac1934: Return -ENOMEM on memory allocation failureAntoniu Miclaus
2026-02-23iio: proximity: hx9023s: support firmware-name propertyYasin Lee
2026-02-23iio: adc: ad9467: check for backend capabilitiesTomas Melin
2026-02-23iio: adc: ad9467: simplify device pointer in probeTomas Melin
2026-02-23iio: adc: sd_adc_modulator: define supported iio-backend capabilitiesTomas Melin
2026-02-23iio: dac: adi-axi-dac: define supported iio-backend capabilitiesTomas Melin
2026-02-23iio: adc: adi-axi-adc: define supported iio-backend capabilitiesTomas Melin
2026-02-23iio: industrialio-backend: support backend capabilitiesTomas Melin
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook