aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2026-02-23iio: imu: inv-mpu9150: fix irq ack preventing irq stormsAndreas Kemnade3-1/+14
2026-02-23iio: frequency: adf4377: Fix duplicated soft reset maskSeungJu Cheon1-1/+1
2026-02-23iio: light: bh1780: fix PM runtime leak on error pathAntoniu Miclaus1-1/+1
2026-02-23iio: imu: inv_icm42600: fix odr switch when turning buffer offJean-Baptiste Maneyrol1-0/+4
2026-02-23iio: imu: inv_icm42600: fix odr switch to the same valueJean-Baptiste Maneyrol2-0/+4
2026-02-23iio: light: zopt2201: use lock guardsGabriel Almeida1-23/+13
2026-02-23iio: light: zopt2201: Reorder header includesGabriel Almeida1-5/+4
2026-02-23iio: adc: ad4080: add support for AD4082, AD4085 and AD4088Antoniu Miclaus1-0/+45
2026-02-23iio: adc: ad4030: Use BIT macro to improve code readabilityMarcelo Schmitt1-3/+9
2026-02-23iio: dac: max5522: simplify probe with devm_regulator_get_enable_read_voltage()Antoniu Miclaus1-15/+7
2026-02-23iio: magnetometer: si7210: simplify probe with devm_regulator_get_enable_read...Antoniu Miclaus1-14/+7
2026-02-23iio: adc: ad7192: Revert "properly check spi_get_device_match_data()"Andy Shevchenko1-3/+0
2026-02-23iio: sca3000: simplify with spi_get_device_match_data()Harshit Mogalapalli1-68/+59
2026-02-23iio: magnetometer: bmc150_magn: minor formatting cleanupNeel Bullywon1-14/+17
2026-02-23iio: magnetometer: bmc150_magn: replace msleep with fsleepNeel Bullywon1-1/+1
2026-02-23iio: light: vcnl4000: add support for Capella CM36686 and CM36672PErikas Bitovtas1-0/+41
2026-02-23iio: adc: ad7380: add support for multiple SPI lanesDavid Lechner1-13/+38
2026-02-23iio: adc: ad4062: Add missing IS_ERR() checkEthan Tidmore1-2/+10
2026-02-23iio: frequency: adf4350: Return -ENOMEM on memory allocation failureAntoniu Miclaus1-1/+1
2026-02-23iio: adc: pac1934: Return -ENOMEM on memory allocation failureAntoniu Miclaus1-1/+1
2026-02-23iio: proximity: hx9023s: support firmware-name propertyYasin Lee1-1/+4
2026-02-23iio: adc: ad9467: check for backend capabilitiesTomas Melin1-31/+49
2026-02-23iio: adc: ad9467: simplify device pointer in probeTomas Melin1-9/+9
2026-02-23iio: adc: sd_adc_modulator: define supported iio-backend capabilitiesTomas Melin1-0/+1
2026-02-23iio: dac: adi-axi-dac: define supported iio-backend capabilitiesTomas Melin1-0/+2
2026-02-23iio: adc: adi-axi-adc: define supported iio-backend capabilitiesTomas Melin1-0/+5
2026-02-23iio: industrialio-backend: support backend capabilitiesTomas Melin1-0/+16
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook4-7/+5
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds20-35/+35
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook22-50/+48
2026-02-02Merge tag 'iio-for-7.0a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman87-1090/+10147
2026-02-01iio: magn: mmc5633: Fix Kconfig for combination of I3C as module and driver b...Jonathan Cameron1-2/+3
2026-01-29iio: sca3000: Fix a resource leak in sca3000_probe()Harshit Mogalapalli1-1/+5
2026-01-29iio: proximity: rfd77402: Add interrupt handling supportShrikant Raskar1-8/+113
2026-01-29iio: proximity: rfd77402: Document device private data structureShrikant Raskar1-1/+5
2026-01-29iio: proximity: rfd77402: Use devm-managed mutex initializationShrikant Raskar1-1/+4
2026-01-29iio: proximity: rfd77402: Use kernel helper for result pollingShrikant Raskar1-19/+27
2026-01-29iio: proximity: rfd77402: Align polling timeout with datasheetShrikant Raskar1-1/+5
2026-01-29iio: cros_ec: Allow enabling/disabling calibration modeGwendal Grignou1-3/+3
2026-01-29iio: gyro: itg3200: Fix unchecked return value in read_rawAntoniu Miclaus1-0/+2
2026-01-29iio: accel: sca3000: remove unused last_timestamp fieldAntoniu Miclaus1-2/+0
2026-01-29iio: accel: adxl372: remove unused int2_bitmask fieldAntoniu Miclaus1-1/+0
2026-01-29iio: adc: ad7766: Use iio_trigger_generic_data_rdy_poll()Sebastian Andrzej Siewior1-7/+1
2026-01-29iio: magnetometer: Remove IRQF_ONESHOTSebastian Andrzej Siewior1-1/+1
2026-01-29iio: Replace IRQF_ONESHOT with IRQF_NO_THREADSebastian Andrzej Siewior16-62/+42
2026-01-29iio: Use IRQF_NO_THREADSebastian Andrzej Siewior4-9/+8
2026-01-23iio: dac: Add MAX22007 DAC driver supportJanani Sunil3-0/+505
2026-01-22drivers: iio: mpu3050: use dev_err_probe for regulator requestSvyatoslav Ryhel1-4/+2
2026-01-22iio: accel: adxl380: Optimize reading of FIFO entries in interrupt handlerFrancesco Lavra1-7/+5