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.
Add SPDX identifier Signed-off-by: Benjamin Gaignard <[email protected]> Acked-by: Philippe Ombredanne <[email protected]> Signed-off-by: Lee Jones <[email protected]>
- Loading branch information
1 parent
2bb3253
commit fa93f5b
Showing
4 changed files
with
4 additions
and
16 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,13 +1,9 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
/* | ||
* STM32 Low-Power Timer parent driver. | ||
* | ||
* Copyright (C) STMicroelectronics 2017 | ||
* | ||
* Author: Fabrice Gasnier <[email protected]> | ||
* | ||
* Inspired by Benjamin Gaignard's stm32-timers driver | ||
* | ||
* License terms: GNU General Public License (GPL), version 2 | ||
*/ | ||
|
||
#include <linux/mfd/stm32-lptimer.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,9 +1,7 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
/* | ||
* Copyright (C) STMicroelectronics 2016 | ||
* | ||
* Author: Benjamin Gaignard <[email protected]> | ||
* | ||
* License terms: GNU General Public License (GPL), version 2 | ||
*/ | ||
|
||
#include <linux/mfd/stm32-timers.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,13 +1,9 @@ | ||
/* SPDX-License-Identifier: GPL-2.0 */ | ||
/* | ||
* STM32 Low-Power Timer parent driver. | ||
* | ||
* Copyright (C) STMicroelectronics 2017 | ||
* | ||
* Author: Fabrice Gasnier <[email protected]> | ||
* | ||
* Inspired by Benjamin Gaignard's stm32-timers driver | ||
* | ||
* License terms: GNU General Public License (GPL), version 2 | ||
*/ | ||
|
||
#ifndef _LINUX_STM32_LPTIMER_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,9 +1,7 @@ | ||
/* SPDX-License-Identifier: GPL-2.0 */ | ||
/* | ||
* Copyright (C) STMicroelectronics 2016 | ||
* | ||
* Author: Benjamin Gaignard <[email protected]> | ||
* | ||
* License terms: GNU General Public License (GPL), version 2 | ||
*/ | ||
|
||
#ifndef _LINUX_STM32_GPTIMER_H_ | ||
|