summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorDan Robertson <dan@dlrobertson.com>2019-12-20 16:00:50 +0000
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-12-29 15:20:02 +0000
commit465c811f1f201a7554a95cf003bc06a239606e9b (patch)
tree3645bf41ca3cfd62f972e44ddefb37dd90630f2f /MAINTAINERS
parent5264c5f4c4690658922fcaddc1cdd925fb0069fd (diff)
downloadlinux-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--MAINTAINERS7
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>