Commit 37402329 authored by Martin Kelly's avatar Martin Kelly Committed by Jonathan Cameron

iio:bmi160: add SPDX identifiers

Add SPDX identifiers (GPL 2) for the BMI160 driver. bmi160.h had an
identifier, but the other files did not.
Signed-off-by: default avatarMartin Kelly <martin@martingkelly.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent c2f4dd43
// SPDX-License-Identifier: GPL-2.0
/* /*
* BMI160 - Bosch IMU (accel, gyro plus external magnetometer) * BMI160 - Bosch IMU (accel, gyro plus external magnetometer)
* *
* Copyright (c) 2016, Intel Corporation. * Copyright (c) 2016, Intel Corporation.
* *
* This file is subject to the terms and conditions of version 2 of
* the GNU General Public License. See the file COPYING in the main
* directory of this archive for more details.
*
* IIO core driver for BMI160, with support for I2C/SPI busses * IIO core driver for BMI160, with support for I2C/SPI busses
* *
* TODO: magnetometer, interrupts, hardware FIFO * TODO: magnetometer, interrupts, hardware FIFO
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* BMI160 - Bosch IMU, I2C bits * BMI160 - Bosch IMU, I2C bits
* *
* Copyright (c) 2016, Intel Corporation. * Copyright (c) 2016, Intel Corporation.
* *
* This file is subject to the terms and conditions of version 2 of
* the GNU General Public License. See the file COPYING in the main
* directory of this archive for more details.
*
* 7-bit I2C slave address is: * 7-bit I2C slave address is:
* - 0x68 if SDO is pulled to GND * - 0x68 if SDO is pulled to GND
* - 0x69 if SDO is pulled to VDDIO * - 0x69 if SDO is pulled to VDDIO
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* BMI160 - Bosch IMU, SPI bits * BMI160 - Bosch IMU, SPI bits
* *
* Copyright (c) 2016, Intel Corporation. * Copyright (c) 2016, Intel Corporation.
* *
* This file is subject to the terms and conditions of version 2 of
* the GNU General Public License. See the file COPYING in the main
* directory of this archive for more details.
*/ */
#include <linux/acpi.h> #include <linux/acpi.h>
#include <linux/module.h> #include <linux/module.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment