summaryrefslogtreecommitdiff
path: root/drivers/iio/accel
AgeCommit message (Expand)AuthorFilesLines
2026-04-06Merge tag 'v7.0-rc7' into char-misc-nextGreg Kroah-Hartman3-2/+4
2026-03-25iio: accel: bmc150-accel-core: use sysfs_emit() in show functionsGabriel Rondon1-2/+2
2026-03-25iio: accel: adxl380: fix typo in PART_ID register macroNikhil Gautam1-2/+2
2026-03-22iio: accel: adxl313: add missing error check in predisableAntoniu Miclaus1-0/+2
2026-03-22iio: accel: fix ADXL355 temperature signature valueValek Andrej1-1/+1
2026-03-21iio: accel: fix typo celcius to CelsiusShi Hao2-2/+2
2026-03-21iio: accel: adxl372: add support for ADXL371Antoniu Miclaus5-18/+75
2026-03-21iio: accel: adxl372: factor out buffer and trigger setupAntoniu Miclaus1-43/+50
2026-03-21iio: accel: adxl372: introduce chip_info structureAntoniu Miclaus4-75/+112
2026-03-14iio: accel: adxl372: convert to guard(mutex)Rajveer Chaudhari1-9/+6
2026-03-14iio: accel: adxl313: convert to guard(mutex)Rajveer Chaudhari1-7/+4
2026-03-04iio: sca3000: manage device registration with devm helperHarshit Mogalapalli1-14/+1
2026-03-04iio: sca3000: stop interrupts via devm_add_action_or_reset()Harshit Mogalapalli1-5/+7
2026-03-04iio: sca3000: use guard(mutex) to simplify return pathsHarshit Mogalapalli1-4/+5
2026-03-04iio: sca3000: make stop_all_interrupts() return voidHarshit Mogalapalli1-7/+6
2026-03-04iio: sca3000: Move sca3000_stop_all_interrupts() above sca3000_probe()Harshit Mogalapalli1-18/+18
2026-03-04iio: sca3000: switch IRQ handling to devm helpersHarshit Mogalapalli1-17/+8
2026-03-04iio: sca3000: reuse device pointer for devm helpersHarshit Mogalapalli1-4/+4
2026-03-01iio: accel: adxl345: Implement event scaling for ABI complianceTaha Ed-Dafili1-7/+21
2026-03-01iio: accel: adxl345: Expose IIO_EV_INFO_VALUE for double tapTaha Ed-Dafili1-1/+3
2026-03-01iio: accel: adxl380: fix FIFO watermark bit 8 always written as 0Antoniu Miclaus1-1/+1
2026-02-23iio: sca3000: simplify with spi_get_device_match_data()Harshit Mogalapalli1-68/+59
2026-02-02Merge tag 'iio-for-7.0a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman9-77/+131
2026-01-29iio: sca3000: Fix a resource leak in sca3000_probe()Harshit Mogalapalli1-1/+5
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: Replace IRQF_ONESHOT with IRQF_NO_THREADSebastian Andrzej Siewior4-22/+14
2026-01-29iio: Use IRQF_NO_THREADSebastian Andrzej Siewior1-2/+3
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-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-11iio: accel: iis328dq: fix gain valuesMarkus Koeniger1-1/+71
2025-12-21iio: accel: Change adxl345 depend to negate adxl35xJorge Marques1-4/+6
2025-12-21iio: accel: adxl380: fix handling of unavailable "INT1" interruptFrancesco Lavra1-3/+3
2025-12-07Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-548/+1125
2025-11-15iio: accel: adxl380: add support for ADXL318 and ADXL319Jonathan Santos4-39/+107
2025-11-11iio: accel: bmc150: Fix irq assumption regressionLinus Walleij2-0/+6
2025-11-09iio: accel: bma220: move set_wdt() out of bma220_corePetre Rodan3-20/+19
2025-10-19iio: accel: bma220: remove useless includePetre Rodan1-1/+0
2025-10-19iio: accel: bma220: white space cleanupPetre Rodan2-3/+3
2025-10-19iio: accel: bma400: Add detail to comments in GEN INTR configurationAkshay Jindal1-2/+8
2025-10-19iio: accel: bma400: Rename activity_event_en() to generic_event_en()Akshay Jindal1-4/+4
2025-10-19iio: accel: bma400: Replace bit shifts with FIELD_PREP() and FIELD_GET()Akshay Jindal2-9/+6
2025-10-19iio: accel: bma400: Use index-based register addressing and lookupAkshay Jindal2-60/+88
2025-10-19iio: accel: bma400: Use macros for generic event configuration valuesAkshay Jindal2-3/+41
2025-10-19iio: accel: bma400: Reorganize and rename register and field macrosAkshay Jindal2-159/+170
2025-10-19iio: accel: bma220: add debugfs reg accessPetre Rodan1-0/+11
2025-10-19iio: accel: bma220: add LPF cut-off frequency mappingPetre Rodan1-1/+58