2eef5a9cc6
Add a serdev driver for communicating to a BNO055 IMU via serial bus, and enable the BNO055 core driver to work in this scenario. Signed-off-by: Andrea Merello <andrea.merello@iit.it> Link: https://lore.kernel.org/r/20220907132205.28021-13-andrea.merello@iit.it Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
15 lines
306 B
C
15 lines
306 B
C
//SPDX-License-Identifier: GPL-2.0
|
|
|
|
/*
|
|
* bno055_ser Trace Support
|
|
* Copyright (C) 2022 Istituto Italiano di Tecnologia
|
|
* Electronic Design Laboratory
|
|
*
|
|
* Based on:
|
|
* Device core Trace Support
|
|
* Copyright (C) 2021, Intel Corporation
|
|
*/
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "bno055_ser_trace.h"
|