summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/bma220_core.c
AgeCommit message (Expand)AuthorLines
2025-11-09iio: accel: bma220: move set_wdt() out of bma220_corePetre Rodan-19/+0
2025-10-19iio: accel: bma220: white space cleanupPetre Rodan-1/+1
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-0/+18
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-74/+157
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: split original driverPetre Rodan-0/+320