summaryrefslogtreecommitdiff
path: root/drivers/iio/accel/bma400_core.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-21iio: accel: bma400: Fix smatch warning based on use of unintialized value.Jonathan Cameron1-1/+2
2022-09-05iio: accel: bma400: Add support for single and double tap eventsJagath Jog J1-10/+333
2022-06-14iio: core: Fix IIO_ALIGN and rename as it was not sufficiently largeJonathan Cameron1-1/+1
2022-06-11iio: accel: bma400: Add support for activity and inactivity eventsJagath Jog J1-1/+231
2022-06-11iio: accel: bma400: Add activity recognition supportJagath Jog J1-0/+85
2022-06-11iio: accel: bma400: Add step change eventJagath Jog J1-0/+76
2022-06-11iio: accel: bma400: Add separate channel for step counterJagath Jog J1-4/+65
2022-06-11iio: accel: bma400: Add triggered buffer supportJagath Jog J1-5/+172
2022-06-11iio: accel: bma400: conversion to device-managed functionJagath Jog J1-39/+38
2022-06-11iio: accel: bma400: Reordering of header filesJagath Jog J1-2/+2
2022-02-18iio:accel:bma400: Move exports into IIO_BMA400 namespaceJonathan Cameron1-3/+3
2021-10-19iio: accel: bma400: Make bma400_remove() return voidUwe Kleine-König1-3/+4
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko1-1/+1
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-01-18iio: accel: bma400: prevent setting accel scale too lowDan Carpenter1-1/+2
2019-12-29iio: accel: bma400: basic regulator supportDan Robertson1-5/+34
2019-12-29iio: accel: Add driver for the BMA400Dan Robertson1-0/+823