summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook4-7/+5
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds20-35/+35
4 daystreewide: 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
2026-01-22iio: accel: adxl380: Avoid reading more entries than present in FIFOFrancesco Lavra1-0/+1
2026-01-22iio: pressure: mprls0025pa: remove error messagePetre Rodan1-2/+1
2026-01-22iio: adc: ad7768-1: add support for ADAQ776x-1 ADC FamilyJonathan Santos2-4/+308
2026-01-22iio: adc: ad7768-1: refactor ad7768_write_raw()Jonathan Santos1-24/+26
2026-01-22iio: adc: ad7768-1: introduce chip info for future multidevice supportJonathan Santos1-23/+41
2026-01-22iio: light: opt4060: Use IIO cleanup helpersKurt Borja1-35/+17
2026-01-22iio: health: max30102: Use IIO cleanup helpersKurt Borja1-25/+10
2026-01-22iio: light: vcnl4000: Use IIO cleanup helpersKurt Borja1-31/+18
2026-01-22iio: core: Match iio_device_claim_*() semantics and implementationKurt Borja6-55/+6
2026-01-22iio: core: Refactor iio_device_claim_direct() implementationKurt Borja1-44/+0
2026-01-22iio: core: Add and export __iio_dev_mode_lock()Kurt Borja1-0/+30
2026-01-22iio: magn: mmc5633: Ensure REGMAP_I2C / I3C not build if I2C / I3C is not.Jonathan Cameron1-2/+2
2026-01-22iio: adc: ad4062: Switch from struct i3c_priv_xfer to struct i3c_xferJonathan Cameron1-13/+13
2026-01-16iio: proximity: rfd77402: Reorder header includesShrikant Raskar1-2/+2
2026-01-16iio: imu: smi330: Convert to common field_{get,prep}() helpersGeert Uytterhoeven1-6/+2
2026-01-16iio: accel: adxl380: Add support for 1 kHz sampling frequencyFrancesco Lavra2-22/+71
2026-01-16iio: accel: adxl380: Introduce helper function for activity detectionFrancesco Lavra1-5/+24
2026-01-16iio: accel: adxl380: Store sampling frequency index in odr struct memberFrancesco Lavra1-11/+2
2026-01-16iio: adc: ad9467: include two's complement in default modeTomas Melin1-8/+25
2026-01-16iio: pressure: mprls0025pa: add copyright linePetre Rodan1-0/+1
2026-01-16iio: pressure: mprls0025pa: change measurement sequencePetre Rodan1-29/+3
2026-01-16iio: pressure: mprls0025pa: stricter checks for the status bytePetre Rodan1-6/+22
2026-01-16iio: pressure: mprls0025pa: move memset to corePetre Rodan2-1/+2
2026-01-16iio: pressure: mprls0025pa: introduce tx bufferPetre Rodan4-35/+6
2026-01-16iio: pressure: mprls0025pa: rename buffer variablePetre Rodan4-10/+10
2026-01-16iio: pressure: mprls0025pa: remove redundant declarationsPetre Rodan1-3/+0
2026-01-16iio: pressure: mprls0025pa: cleanup includesPetre Rodan2-3/+7