summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/bma400_core.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait2023-03-111-1/+1
* iio: accel: bma400: Use devm_regulator_bulk_get_enable()Jonathan Cameron2022-12-281-25/+4
* Merge tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2022-11-271-1/+3
|\
| * iio: accel: bma400: Fix memory leak in bma400_get_steps_reg()Dong Chenchen2022-11-121-1/+3
* | Merge tag 'iio-for-6.2a-take2' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2022-11-251-7/+3
|\ \ | |/ |/|
| * iio: accel: bma400: Switch to use dev_err_probe() helperYuan Can2022-11-231-7/+3
* | iio: accel: bma400: Ensure VDDIO is enable defore reading the chip ID.Jonathan Cameron2022-10-291-12/+12
|/
* iio: accel: bma400: Fix smatch warning based on use of unintialized value.Jonathan Cameron2022-09-211-1/+2
* iio: accel: bma400: Add support for single and double tap eventsJagath Jog J2022-09-051-10/+333
* iio: core: Fix IIO_ALIGN and rename as it was not sufficiently largeJonathan Cameron2022-06-141-1/+1
* iio: accel: bma400: Add support for activity and inactivity eventsJagath Jog J2022-06-111-1/+231
* iio: accel: bma400: Add activity recognition supportJagath Jog J2022-06-111-0/+85
* iio: accel: bma400: Add step change eventJagath Jog J2022-06-111-0/+76
* iio: accel: bma400: Add separate channel for step counterJagath Jog J2022-06-111-4/+65
* iio: accel: bma400: Add triggered buffer supportJagath Jog J2022-06-111-5/+172
* iio: accel: bma400: conversion to device-managed functionJagath Jog J2022-06-111-39/+38
* iio: accel: bma400: Reordering of header filesJagath Jog J2022-06-111-2/+2
* iio:accel:bma400: Move exports into IIO_BMA400 namespaceJonathan Cameron2022-02-181-3/+3
* iio: accel: bma400: Make bma400_remove() return voidUwe Kleine-König2021-10-191-3/+4
* iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-031-1/+1
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: accel: bma400: prevent setting accel scale too lowDan Carpenter2020-01-181-1/+2
* iio: accel: bma400: basic regulator supportDan Robertson2019-12-291-5/+34
* iio: accel: Add driver for the BMA400Dan Robertson2019-12-291-0/+823