summaryrefslogtreecommitdiff
path: root/drivers/iio/accel/bma400_core.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-21iio: accel: Use iio_push_to_buffers_with_ts() to provide length for runtime c...Jonathan Cameron1-2/+3
2025-02-16iio: accel: bma400: convert to use maple tree register cacheBo Liu1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-2/+2
2024-11-03iio: fix write_event_config signatureJulien Stephan1-1/+1
2024-10-28iio: accel: replace s64 __aligned(8) with aligned_s64Jonathan Cameron1-1/+1
2024-10-13Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-1/+2
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-30iio: accel: bma400: Fix uninitialized variable field_value in tap event handl...Mikhail Lobanov1-1/+2
2024-07-29iio: accel: bma400: simplify with cleanup.hKrzysztof Kozlowski1-6/+5
2023-05-13iio: accel: bma400: Simplify an error messageChristophe JAILLET1-2/+1
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait1-1/+1
2022-12-28iio: accel: bma400: Use devm_regulator_bulk_get_enable()Jonathan Cameron1-25/+4
2022-11-27Merge tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-1/+3
2022-11-25Merge tag 'iio-for-6.2a-take2' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-7/+3
2022-11-23iio: accel: bma400: Switch to use dev_err_probe() helperYuan Can1-7/+3
2022-11-12iio: accel: bma400: Fix memory leak in bma400_get_steps_reg()Dong Chenchen1-1/+3
2022-10-29iio: accel: bma400: Ensure VDDIO is enable defore reading the chip ID.Jonathan Cameron1-12/+12
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