diff options
author | Dan Robertson <dan@dlrobertson.com> | 2019-12-20 16:00:50 +0000 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-12-29 15:20:02 +0000 |
commit | 465c811f1f201a7554a95cf003bc06a239606e9b (patch) | |
tree | 3645bf41ca3cfd62f972e44ddefb37dd90630f2f /MAINTAINERS | |
parent | 5264c5f4c4690658922fcaddc1cdd925fb0069fd (diff) | |
download | linux-465c811f1f201a7554a95cf003bc06a239606e9b.tar.gz linux-465c811f1f201a7554a95cf003bc06a239606e9b.tar.bz2 linux-465c811f1f201a7554a95cf003bc06a239606e9b.zip |
iio: accel: Add driver for the BMA400
Add a IIO driver for the Bosch BMA400 3-axes ultra-low power accelerometer.
The driver supports reading from the acceleration and temperature
registers. The driver also supports reading and configuring the output data
rate, oversampling ratio, and scale.
Signed-off-by: Dan Robertson <dan@dlrobertson.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 896951d11e50..ee36c19eca1b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3064,6 +3064,13 @@ S: Supported F: drivers/net/bonding/ F: include/uapi/linux/if_bonding.h +BOSCH SENSORTEC BMA400 ACCELEROMETER IIO DRIVER +M: Dan Robertson <dan@dlrobertson.com> +L: linux-iio@vger.kernel.org +S: Maintained +F: drivers/iio/accel/bma400* +F: Documentation/devicetree/bindings/iio/accel/bosch,bma400.yaml + BPF (Safe dynamic programs and tools) M: Alexei Starovoitov <ast@kernel.org> M: Daniel Borkmann <daniel@iogearbox.net> |