mfd: stm32: Adopt SPDX identifier
Add SPDX identifier Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> Acked-by: Philippe Ombredanne <pombredanne@nexb.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
2bb3253c30
commit
fa93f5b7aa
4 changed files with 4 additions and 16 deletions
|
@ -1,13 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* STM32 Low-Power Timer parent driver.
|
* STM32 Low-Power Timer parent driver.
|
||||||
*
|
|
||||||
* Copyright (C) STMicroelectronics 2017
|
* Copyright (C) STMicroelectronics 2017
|
||||||
*
|
|
||||||
* Author: Fabrice Gasnier <fabrice.gasnier@st.com>
|
* Author: Fabrice Gasnier <fabrice.gasnier@st.com>
|
||||||
*
|
|
||||||
* Inspired by Benjamin Gaignard's stm32-timers driver
|
* Inspired by Benjamin Gaignard's stm32-timers driver
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL), version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/mfd/stm32-lptimer.h>
|
#include <linux/mfd/stm32-lptimer.h>
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Copyright (C) STMicroelectronics 2016
|
* Copyright (C) STMicroelectronics 2016
|
||||||
*
|
|
||||||
* Author: Benjamin Gaignard <benjamin.gaignard@st.com>
|
* Author: Benjamin Gaignard <benjamin.gaignard@st.com>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL), version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/mfd/stm32-timers.h>
|
#include <linux/mfd/stm32-timers.h>
|
||||||
|
|
|
@ -1,13 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/*
|
/*
|
||||||
* STM32 Low-Power Timer parent driver.
|
* STM32 Low-Power Timer parent driver.
|
||||||
*
|
|
||||||
* Copyright (C) STMicroelectronics 2017
|
* Copyright (C) STMicroelectronics 2017
|
||||||
*
|
|
||||||
* Author: Fabrice Gasnier <fabrice.gasnier@st.com>
|
* Author: Fabrice Gasnier <fabrice.gasnier@st.com>
|
||||||
*
|
|
||||||
* Inspired by Benjamin Gaignard's stm32-timers driver
|
* Inspired by Benjamin Gaignard's stm32-timers driver
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL), version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LINUX_STM32_LPTIMER_H_
|
#ifndef _LINUX_STM32_LPTIMER_H_
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) STMicroelectronics 2016
|
* Copyright (C) STMicroelectronics 2016
|
||||||
*
|
|
||||||
* Author: Benjamin Gaignard <benjamin.gaignard@st.com>
|
* Author: Benjamin Gaignard <benjamin.gaignard@st.com>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL), version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LINUX_STM32_GPTIMER_H_
|
#ifndef _LINUX_STM32_GPTIMER_H_
|
||||||
|
|
Loading…
Add table
Reference in a new issue