开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
accel
/
bma400_core.c
Age
Commit message (
Expand
)
Author
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-11-03
iio: fix write_event_config signature
Julien Stephan
2024-10-28
iio: accel: replace s64 __aligned(8) with aligned_s64
Jonathan Cameron
2024-10-13
Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-30
iio: accel: bma400: Fix uninitialized variable field_value in tap event handl...
Mikhail Lobanov
2024-07-29
iio: accel: bma400: simplify with cleanup.h
Krzysztof Kozlowski
2023-05-13
iio: accel: bma400: Simplify an error message
Christophe JAILLET
2023-03-11
iio: Rename iio_trigger_poll_chained and add kernel-doc
Mehdi Djait
2022-12-28
iio: accel: bma400: Use devm_regulator_bulk_get_enable()
Jonathan Cameron
2022-11-27
Merge tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
2022-11-25
Merge tag 'iio-for-6.2a-take2' of https://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
2022-11-23
iio: accel: bma400: Switch to use dev_err_probe() helper
Yuan Can
2022-11-12
iio: accel: bma400: Fix memory leak in bma400_get_steps_reg()
Dong Chenchen
2022-10-29
iio: accel: bma400: Ensure VDDIO is enable defore reading the chip ID.
Jonathan Cameron
2022-09-21
iio: accel: bma400: Fix smatch warning based on use of unintialized value.
Jonathan Cameron
2022-09-05
iio: accel: bma400: Add support for single and double tap events
Jagath Jog J
2022-06-14
iio: core: Fix IIO_ALIGN and rename as it was not sufficiently large
Jonathan Cameron
2022-06-11
iio: accel: bma400: Add support for activity and inactivity events
Jagath Jog J
2022-06-11
iio: accel: bma400: Add activity recognition support
Jagath Jog J
2022-06-11
iio: accel: bma400: Add step change event
Jagath Jog J
2022-06-11
iio: accel: bma400: Add separate channel for step counter
Jagath Jog J
2022-06-11
iio: accel: bma400: Add triggered buffer support
Jagath Jog J
2022-06-11
iio: accel: bma400: conversion to device-managed function
Jagath Jog J
2022-06-11
iio: accel: bma400: Reordering of header files
Jagath Jog J
2022-02-18
iio:accel:bma400: Move exports into IIO_BMA400 namespace
Jonathan Cameron
2021-10-19
iio: accel: bma400: Make bma400_remove() return void
Uwe Kleine-König
2021-06-03
iio: Drop Duplicated "mount-matrix" parameter
Andy Shevchenko
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
2020-01-18
iio: accel: bma400: prevent setting accel scale too low
Dan Carpenter
2019-12-29
iio: accel: bma400: basic regulator support
Dan Robertson
2019-12-29
iio: accel: Add driver for the BMA400
Dan Robertson