summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel
AgeCommit message (Expand)AuthorLines
2026-02-02Merge tag 'iio-for-7.0a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman-77/+131
2026-01-29iio: sca3000: Fix a resource leak in sca3000_probe()Harshit Mogalapalli-1/+5
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: Replace IRQF_ONESHOT with IRQF_NO_THREADSebastian Andrzej Siewior-22/+14
2026-01-29iio: Use IRQF_NO_THREADSebastian Andrzej Siewior-2/+3
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-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-11iio: accel: iis328dq: fix gain valuesMarkus Koeniger-1/+71
2025-12-21iio: accel: Change adxl345 depend to negate adxl35xJorge Marques-4/+6
2025-12-21iio: accel: adxl380: fix handling of unavailable "INT1" interruptFrancesco Lavra-3/+3
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-548/+1125
2025-11-15iio: accel: adxl380: add support for ADXL318 and ADXL319Jonathan Santos-39/+107
2025-11-11iio: accel: bmc150: Fix irq assumption regressionLinus Walleij-0/+6
2025-11-09iio: accel: bma220: move set_wdt() out of bma220_corePetre Rodan-20/+19
2025-10-19iio: accel: bma220: remove useless includePetre Rodan-1/+0
2025-10-19iio: accel: bma220: white space cleanupPetre Rodan-3/+3
2025-10-19iio: accel: bma400: Add detail to comments in GEN INTR configurationAkshay Jindal-2/+8
2025-10-19iio: accel: bma400: Rename activity_event_en() to generic_event_en()Akshay Jindal-4/+4
2025-10-19iio: accel: bma400: Replace bit shifts with FIELD_PREP() and FIELD_GET()Akshay Jindal-9/+6
2025-10-19iio: accel: bma400: Use index-based register addressing and lookupAkshay Jindal-60/+88
2025-10-19iio: accel: bma400: Use macros for generic event configuration valuesAkshay Jindal-3/+41
2025-10-19iio: accel: bma400: Reorganize and rename register and field macrosAkshay Jindal-159/+170
2025-10-19iio: accel: bma220: add debugfs reg accessPetre Rodan-0/+11
2025-10-19iio: accel: bma220: add LPF cut-off frequency mappingPetre Rodan-1/+58
2025-10-19iio: accel: bma220: add interrupt triggerPetre Rodan-0/+58
2025-10-19iio: accel: bma220: add i2c watchdog featurePetre Rodan-0/+14
2025-10-19iio: accel: bma220: add i2c modulePetre Rodan-2/+87
2025-10-19iio: accel: bma220: use find_match_table fctPetre Rodan-7/+16
2025-10-19iio: accel: bma220: populate buffer ts in trigger handlerPetre Rodan-3/+2
2025-10-19iio: accel: bma220: migrate to regmap APIPetre Rodan-77/+172
2025-10-19iio: accel: bma220: reset registers during init stagePetre Rodan-8/+36
2025-10-19iio: accel: bma220: turn power supplies onPetre Rodan-0/+7
2025-10-19iio: accel: bma220: add open firmware tablePetre Rodan-0/+7
2025-10-19iio: accel: bma220: split original driverPetre Rodan-304/+356
2025-10-19iio: accel: bma220: cleanup includesPetre Rodan-1/+3
2025-10-19iio: accel: bma220: move bma220_power functionPetre Rodan-24/+25
2025-10-19iio: accel: bma220: shorten spi->dev callsPetre Rodan-5/+6
2025-10-19iio: accel: bma220: cleanup license stringPetre Rodan-1/+1
2025-10-19iio: accel: bma220: relax constraints during probe()Petre Rodan-1/+6
2025-10-19iio: accel: bma220: remove incorrect kernel-doc markingPetre Rodan-1/+1
2025-10-18iio: accel: fix ADXL355 startup race conditionValek Andrej-5/+39
2025-09-13Merge tag 'v6.17-rc3' into togregJonathan Cameron-1/+1
2025-08-25iio: accel: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-30/+6
2025-08-25iio: accel: Drop unnecessary -ENOMEM messagesDixit Parmar-24/+8
2025-08-25iio: accel: msa311: Remove dev_err_probe() if error is -ENOMEMXichao Zhao-5/+3
2025-08-16iio: Remove error prints for devm_add_action_or_reset()Waqar Hameed-1/+1