提交 9c41e452 编写于 作者: B Benjamin Gaignard 提交者: Wolfram Sang

i2c: stm32: Fix copyrights

Uniformize STMicroelectronics copyrights headers and add SPDX
identifier.
Signed-off-by: NBenjamin Gaignard <benjamin.gaignard@st.com>
Acked-by: NAlexandre TORGUE <alexandre.torgue@st.com>
Acked-by: NPierre-Yves MORDRET <pierre-yves.mordret@st.com>
Acked-by: NM'boumba Cedric Madianga <cedric.madianga@gmail.com>
Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
上级 a3fe09bc
// SPDX-License-Identifier: GPL-2.0
/* /*
* i2c-stm32.h * i2c-stm32.h
* *
* Copyright (C) M'boumba Cedric Madianga 2017 * Copyright (C) M'boumba Cedric Madianga 2017
* Copyright (C) STMicroelectronics 2017
* Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com> * Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
* *
* License terms: GNU General Public License (GPL), version 2
*/ */
#ifndef _I2C_STM32_H #ifndef _I2C_STM32_H
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Driver for STMicroelectronics STM32 I2C controller * Driver for STMicroelectronics STM32 I2C controller
* *
...@@ -6,11 +7,11 @@ ...@@ -6,11 +7,11 @@
* http://www.st.com/resource/en/reference_manual/DM00031020.pdf * http://www.st.com/resource/en/reference_manual/DM00031020.pdf
* *
* Copyright (C) M'boumba Cedric Madianga 2016 * Copyright (C) M'boumba Cedric Madianga 2016
* Copyright (C) STMicroelectronics 2017
* Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com> * Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
* *
* This driver is based on i2c-st.c * This driver is based on i2c-st.c
* *
* License terms: GNU General Public License (GPL), version 2
*/ */
#include <linux/clk.h> #include <linux/clk.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Driver for STMicroelectronics STM32F7 I2C controller * Driver for STMicroelectronics STM32F7 I2C controller
* *
...@@ -7,11 +8,11 @@ ...@@ -7,11 +8,11 @@
* http://www.st.com/resource/en/reference_manual/dm00124865.pdf * http://www.st.com/resource/en/reference_manual/dm00124865.pdf
* *
* Copyright (C) M'boumba Cedric Madianga 2017 * Copyright (C) M'boumba Cedric Madianga 2017
* Copyright (C) STMicroelectronics 2017
* Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com> * Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
* *
* This driver is based on i2c-stm32f4.c * This driver is based on i2c-stm32f4.c
* *
* License terms: GNU General Public License (GPL), version 2
*/ */
#include <linux/clk.h> #include <linux/clk.h>
#include <linux/delay.h> #include <linux/delay.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册