summaryrefslogtreecommitdiffstats
path: root/drivers/iio
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-7/+5
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-35/+35
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-50/+48
2026-02-02Merge tag 'iio-for-7.0a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman-1090/+10147
2026-02-01iio: magn: mmc5633: Fix Kconfig for combination of I3C as module and driver b...Jonathan Cameron-2/+3
2026-01-29iio: sca3000: Fix a resource leak in sca3000_probe()Harshit Mogalapalli-1/+5
2026-01-29iio: proximity: rfd77402: Add interrupt handling supportShrikant Raskar-8/+113
2026-01-29iio: proximity: rfd77402: Document device private data structureShrikant Raskar-1/+5
2026-01-29iio: proximity: rfd77402: Use devm-managed mutex initializationShrikant Raskar-1/+4
2026-01-29iio: proximity: rfd77402: Use kernel helper for result pollingShrikant Raskar-19/+27
2026-01-29iio: proximity: rfd77402: Align polling timeout with datasheetShrikant Raskar-1/+5
2026-01-29iio: cros_ec: Allow enabling/disabling calibration modeGwendal Grignou-3/+3
2026-01-29iio: gyro: itg3200: Fix unchecked return value in read_rawAntoniu Miclaus-0/+2
2026-01-29iio: accel: sca3000: remove unused last_timestamp fieldAntoniu Miclaus-2/+0
2026-01-29iio: accel: adxl372: remove unused int2_bitmask fieldAntoniu Miclaus-1/+0
2026-01-29iio: adc: ad7766: Use iio_trigger_generic_data_rdy_poll()Sebastian Andrzej Siewior-7/+1
2026-01-29iio: magnetometer: Remove IRQF_ONESHOTSebastian Andrzej Siewior-1/+1
2026-01-29iio: Replace IRQF_ONESHOT with IRQF_NO_THREADSebastian Andrzej Siewior-62/+42
2026-01-29iio: Use IRQF_NO_THREADSebastian Andrzej Siewior-9/+8
2026-01-23iio: dac: Add MAX22007 DAC driver supportJanani Sunil-0/+505
2026-01-22drivers: iio: mpu3050: use dev_err_probe for regulator requestSvyatoslav Ryhel-4/+2
2026-01-22iio: accel: adxl380: Optimize reading of FIFO entries in interrupt handlerFrancesco Lavra-7/+5
2026-01-22iio: accel: adxl380: Avoid reading more entries than present in FIFOFrancesco Lavra-0/+1
2026-01-22iio: pressure: mprls0025pa: remove error messagePetre Rodan-2/+1
2026-01-22iio: adc: ad7768-1: add support for ADAQ776x-1 ADC FamilyJonathan Santos-4/+308
2026-01-22iio: adc: ad7768-1: refactor ad7768_write_raw()Jonathan Santos-24/+26
2026-01-22iio: adc: ad7768-1: introduce chip info for future multidevice supportJonathan Santos-23/+41
2026-01-22iio: light: opt4060: Use IIO cleanup helpersKurt Borja-35/+17
2026-01-22iio: health: max30102: Use IIO cleanup helpersKurt Borja-25/+10
2026-01-22iio: light: vcnl4000: Use IIO cleanup helpersKurt Borja-31/+18
2026-01-22iio: core: Match iio_device_claim_*() semantics and implementationKurt Borja-55/+6
2026-01-22iio: core: Refactor iio_device_claim_direct() implementationKurt Borja-44/+0
2026-01-22iio: core: Add and export __iio_dev_mode_lock()Kurt Borja-0/+30
2026-01-22iio: magn: mmc5633: Ensure REGMAP_I2C / I3C not build if I2C / I3C is not.Jonathan Cameron-2/+2
2026-01-22iio: adc: ad4062: Switch from struct i3c_priv_xfer to struct i3c_xferJonathan Cameron-13/+13
2026-01-16iio: proximity: rfd77402: Reorder header includesShrikant Raskar-2/+2
2026-01-16iio: imu: smi330: Convert to common field_{get,prep}() helpersGeert Uytterhoeven-6/+2
2026-01-16iio: accel: adxl380: Add support for 1 kHz sampling frequencyFrancesco Lavra-22/+71
2026-01-16iio: accel: adxl380: Introduce helper function for activity detectionFrancesco Lavra-5/+24
2026-01-16iio: accel: adxl380: Store sampling frequency index in odr struct memberFrancesco Lavra-11/+2
2026-01-16iio: adc: ad9467: include two's complement in default modeTomas Melin-8/+25
2026-01-16iio: pressure: mprls0025pa: add copyright linePetre Rodan-0/+1
2026-01-16iio: pressure: mprls0025pa: change measurement sequencePetre Rodan-29/+3
2026-01-16iio: pressure: mprls0025pa: stricter checks for the status bytePetre Rodan-6/+22
2026-01-16iio: pressure: mprls0025pa: move memset to corePetre Rodan-1/+2
2026-01-16iio: pressure: mprls0025pa: introduce tx bufferPetre Rodan-35/+6
2026-01-16iio: pressure: mprls0025pa: rename buffer variablePetre Rodan-10/+10
2026-01-16iio: pressure: mprls0025pa: remove redundant declarationsPetre Rodan-3/+0
2026-01-16iio: pressure: mprls0025pa: cleanup includesPetre Rodan-3/+7