forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Uniformize STMicroelectronics copyrights headers and add SPDX identifier. Signed-off-by: Benjamin Gaignard <[email protected]> Acked-by: Alexandre TORGUE <[email protected]> Acked-by: Pierre-Yves MORDRET <[email protected]> Acked-by: M'boumba Cedric Madianga <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
- Loading branch information
1 parent
a3fe09b
commit 9c41e45
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
/* | ||
* i2c-stm32.h | ||
* | ||
* Copyright (C) M'boumba Cedric Madianga 2017 | ||
* Copyright (C) STMicroelectronics 2017 | ||
* Author: M'boumba Cedric Madianga <[email protected]> | ||
* | ||
* License terms: GNU General Public License (GPL), version 2 | ||
*/ | ||
|
||
#ifndef _I2C_STM32_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
/* | ||
* Driver for STMicroelectronics STM32 I2C controller | ||
* | ||
|
@@ -6,11 +7,11 @@ | |
* http://www.st.com/resource/en/reference_manual/DM00031020.pdf | ||
* | ||
* Copyright (C) M'boumba Cedric Madianga 2016 | ||
* Copyright (C) STMicroelectronics 2017 | ||
* Author: M'boumba Cedric Madianga <[email protected]> | ||
* | ||
* This driver is based on i2c-st.c | ||
* | ||
* License terms: GNU General Public License (GPL), version 2 | ||
*/ | ||
|
||
#include <linux/clk.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
/* | ||
* Driver for STMicroelectronics STM32F7 I2C controller | ||
* | ||
|
@@ -7,11 +8,11 @@ | |
* http://www.st.com/resource/en/reference_manual/dm00124865.pdf | ||
* | ||
* Copyright (C) M'boumba Cedric Madianga 2017 | ||
* Copyright (C) STMicroelectronics 2017 | ||
* Author: M'boumba Cedric Madianga <[email protected]> | ||
* | ||
* This driver is based on i2c-stm32f4.c | ||
* | ||
* License terms: GNU General Public License (GPL), version 2 | ||
*/ | ||
#include <linux/clk.h> | ||
#include <linux/delay.h> | ||
|