]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
iio: accel: bma400: add support for bma400 spi
authorDan Robertson <dan@dlrobertson.com>
Sat, 30 May 2020 19:10:10 +0000 (19:10 +0000)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 14 Jun 2020 10:49:16 +0000 (11:49 +0100)
commit9bea1064239653239eb7f1bc44f908fcac5a75df
tree3b0516c5f5f05861e623b2ce3a97e86227786258
parent68ba6eee8d9a6350711c980b9c7f62b1f134dab6
iio: accel: bma400: add support for bma400 spi

Add basic support for the Bosch Sensortec BMA400 3-axes ultra-low power
accelerometer when configured to use SPI.

Signed-off-by: Dan Robertson <dan@dlrobertson.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/accel/Kconfig
drivers/iio/accel/Makefile
drivers/iio/accel/bma400_spi.c [new file with mode: 0644]