Skip to content
Permalink
Browse files
iio: imu: add BNO055 serdev driver
This path adds a serdev driver for communicating to a BNO055 IMU
via serial bus, and enables the BNO055 core driver to work in this
scenario.

Signed-off-by: Andrea Merello <andrea.merello@iit.it>
Cc: Andrea Merello <andrea.merello@gmail.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Matt Ranostay <matt.ranostay@konsulko.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Vlad Dogaru <vlad.dogaru@intel.com>
Cc: linux-kernel@vger.kernel.org
Cc: linux-iio@vger.kernel.org
  • Loading branch information
andreamerello authored and intel-lab-lkp committed Jul 15, 2021
1 parent 35d2fce commit 616d1b9a99ec2045cdf6cc827751660a48ccc5d2
Show file tree
Hide file tree
Showing 3 changed files with 582 additions and 0 deletions.
@@ -5,3 +5,8 @@

config BOSH_BNO055_IIO
tristate

config BOSH_BNO055_SERIAL
tristate "Bosh BNO055 attached via serial bus"
depends on SERIAL_DEV_BUS
select BOSH_BNO055_IIO
@@ -4,3 +4,4 @@
#

obj-$(CONFIG_BOSH_BNO055_IIO) += bno055.o
obj-$(CONFIG_BOSH_BNO055_SERIAL) += bno055_sl.o

0 comments on commit 616d1b9

Please sign in to comment.