All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpu: drm: stm: Adopt SPDX identifiers
@ 2017-12-06 11:29 ` Benjamin Gaignard
  0 siblings, 0 replies; 14+ messages in thread
From: Benjamin Gaignard @ 2017-12-06 11:29 UTC (permalink / raw)
  To: vincent.abriou, airlied, yannick.fertre, philippe.cornu
  Cc: dri-devel, linux-kernel, Benjamin Gaignard

Add SPDX identifiers to files under stm directory

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
---
 drivers/gpu/drm/stm/drv.c             | 3 +--
 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c | 3 +--
 drivers/gpu/drm/stm/ltdc.c            | 3 +--
 drivers/gpu/drm/stm/ltdc.h            | 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/drivers/gpu/drm/stm/drv.c b/drivers/gpu/drm/stm/drv.c
index c857663eafc2..2d6e9ca0450b 100644
--- a/drivers/gpu/drm/stm/drv.c
+++ b/drivers/gpu/drm/stm/drv.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2017
  *
@@ -5,8 +6,6 @@
  *          Yannick Fertre <yannick.fertre@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          Mickael Reulier <mickael.reulier@st.com>
- *
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/component.h>
diff --git a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
index e5b6310240fe..2e53410189f8 100644
--- a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
+++ b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2017
  *
  * Authors: Philippe Cornu <philippe.cornu@st.com>
  *          Yannick Fertre <yannick.fertre@st.com>
- *
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/clk.h>
diff --git a/drivers/gpu/drm/stm/ltdc.c b/drivers/gpu/drm/stm/ltdc.c
index 735c9081202a..34b91d049481 100644
--- a/drivers/gpu/drm/stm/ltdc.c
+++ b/drivers/gpu/drm/stm/ltdc.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2017
  *
@@ -5,8 +6,6 @@
  *          Yannick Fertre <yannick.fertre@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          Mickael Reulier <mickael.reulier@st.com>
- *
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/clk.h>
diff --git a/drivers/gpu/drm/stm/ltdc.h b/drivers/gpu/drm/stm/ltdc.h
index ae437557d715..d5da74d24995 100644
--- a/drivers/gpu/drm/stm/ltdc.h
+++ b/drivers/gpu/drm/stm/ltdc.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2017
  *
@@ -5,8 +6,6 @@
  *          Yannick Fertre <yannick.fertre@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          Mickael Reulier <mickael.reulier@st.com>
- *
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _LTDC_H_
-- 
2.15.0

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH] gpu: drm: stm: Adopt SPDX identifiers
@ 2017-12-06 11:29 ` Benjamin Gaignard
  0 siblings, 0 replies; 14+ messages in thread
From: Benjamin Gaignard @ 2017-12-06 11:29 UTC (permalink / raw)
  To: vincent.abriou, airlied, yannick.fertre, philippe.cornu
  Cc: linux-kernel, dri-devel, Benjamin Gaignard

Add SPDX identifiers to files under stm directory

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
---
 drivers/gpu/drm/stm/drv.c             | 3 +--
 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c | 3 +--
 drivers/gpu/drm/stm/ltdc.c            | 3 +--
 drivers/gpu/drm/stm/ltdc.h            | 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/drivers/gpu/drm/stm/drv.c b/drivers/gpu/drm/stm/drv.c
index c857663eafc2..2d6e9ca0450b 100644
--- a/drivers/gpu/drm/stm/drv.c
+++ b/drivers/gpu/drm/stm/drv.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2017
  *
@@ -5,8 +6,6 @@
  *          Yannick Fertre <yannick.fertre@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          Mickael Reulier <mickael.reulier@st.com>
- *
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/component.h>
diff --git a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
index e5b6310240fe..2e53410189f8 100644
--- a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
+++ b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2017
  *
  * Authors: Philippe Cornu <philippe.cornu@st.com>
  *          Yannick Fertre <yannick.fertre@st.com>
- *
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/clk.h>
diff --git a/drivers/gpu/drm/stm/ltdc.c b/drivers/gpu/drm/stm/ltdc.c
index 735c9081202a..34b91d049481 100644
--- a/drivers/gpu/drm/stm/ltdc.c
+++ b/drivers/gpu/drm/stm/ltdc.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2017
  *
@@ -5,8 +6,6 @@
  *          Yannick Fertre <yannick.fertre@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          Mickael Reulier <mickael.reulier@st.com>
- *
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/clk.h>
diff --git a/drivers/gpu/drm/stm/ltdc.h b/drivers/gpu/drm/stm/ltdc.h
index ae437557d715..d5da74d24995 100644
--- a/drivers/gpu/drm/stm/ltdc.h
+++ b/drivers/gpu/drm/stm/ltdc.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2017
  *
@@ -5,8 +6,6 @@
  *          Yannick Fertre <yannick.fertre@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          Mickael Reulier <mickael.reulier@st.com>
- *
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _LTDC_H_
-- 
2.15.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH] gpu: drm: sti: Adopt SPDX identifiers
  2017-12-06 11:29 ` Benjamin Gaignard
@ 2017-12-06 11:29   ` Benjamin Gaignard
  -1 siblings, 0 replies; 14+ messages in thread
From: Benjamin Gaignard @ 2017-12-06 11:29 UTC (permalink / raw)
  To: vincent.abriou, airlied, yannick.fertre, philippe.cornu
  Cc: dri-devel, linux-kernel, Benjamin Gaignard

Add SPDX identifiers to files under sti directory

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
---
 drivers/gpu/drm/sti/sti_awg_utils.c        | 2 +-
 drivers/gpu/drm/sti/sti_awg_utils.h        | 2 +-
 drivers/gpu/drm/sti/sti_compositor.c       | 2 +-
 drivers/gpu/drm/sti/sti_compositor.h       | 2 +-
 drivers/gpu/drm/sti/sti_crtc.c             | 2 +-
 drivers/gpu/drm/sti/sti_crtc.h             | 2 +-
 drivers/gpu/drm/sti/sti_cursor.c           | 2 +-
 drivers/gpu/drm/sti/sti_cursor.h           | 2 +-
 drivers/gpu/drm/sti/sti_drv.c              | 2 +-
 drivers/gpu/drm/sti/sti_drv.h              | 2 +-
 drivers/gpu/drm/sti/sti_dvo.c              | 2 +-
 drivers/gpu/drm/sti/sti_gdp.c              | 2 +-
 drivers/gpu/drm/sti/sti_gdp.h              | 2 +-
 drivers/gpu/drm/sti/sti_hda.c              | 2 +-
 drivers/gpu/drm/sti/sti_hdmi.c             | 2 +-
 drivers/gpu/drm/sti/sti_hdmi.h             | 2 +-
 drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c | 2 +-
 drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h | 2 +-
 drivers/gpu/drm/sti/sti_hqvdp.c            | 2 +-
 drivers/gpu/drm/sti/sti_hqvdp_lut.h        | 2 +-
 drivers/gpu/drm/sti/sti_mixer.c            | 2 +-
 drivers/gpu/drm/sti/sti_mixer.h            | 2 +-
 drivers/gpu/drm/sti/sti_plane.c            | 2 +-
 drivers/gpu/drm/sti/sti_plane.h            | 2 +-
 drivers/gpu/drm/sti/sti_tvout.c            | 2 +-
 drivers/gpu/drm/sti/sti_vid.c              | 2 +-
 drivers/gpu/drm/sti/sti_vid.h              | 2 +-
 drivers/gpu/drm/sti/sti_vtg.c              | 2 +-
 drivers/gpu/drm/sti/sti_vtg.h              | 2 +-
 29 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/drivers/gpu/drm/sti/sti_awg_utils.c b/drivers/gpu/drm/sti/sti_awg_utils.c
index 2da7d6866d5d..7c5a7830b6e8 100644
--- a/drivers/gpu/drm/sti/sti_awg_utils.c
+++ b/drivers/gpu/drm/sti/sti_awg_utils.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include "sti_awg_utils.h"
diff --git a/drivers/gpu/drm/sti/sti_awg_utils.h b/drivers/gpu/drm/sti/sti_awg_utils.h
index 45d599bd570a..258a568f050b 100644
--- a/drivers/gpu/drm/sti/sti_awg_utils.h
+++ b/drivers/gpu/drm/sti/sti_awg_utils.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_AWG_UTILS_H_
diff --git a/drivers/gpu/drm/sti/sti_compositor.c b/drivers/gpu/drm/sti/sti_compositor.c
index 6e4bf68262db..021b8fcaa0b9 100644
--- a/drivers/gpu/drm/sti/sti_compositor.c
+++ b/drivers/gpu/drm/sti/sti_compositor.c
@@ -1,9 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/component.h>
diff --git a/drivers/gpu/drm/sti/sti_compositor.h b/drivers/gpu/drm/sti/sti_compositor.h
index 2952a2d25a52..ac4bb3834810 100644
--- a/drivers/gpu/drm/sti/sti_compositor.h
+++ b/drivers/gpu/drm/sti/sti_compositor.h
@@ -1,9 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_COMPOSITOR_H_
diff --git a/drivers/gpu/drm/sti/sti_crtc.c b/drivers/gpu/drm/sti/sti_crtc.c
index e8a4d48e985a..21e50d7b1f86 100644
--- a/drivers/gpu/drm/sti/sti_crtc.c
+++ b/drivers/gpu/drm/sti/sti_crtc.c
@@ -1,9 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/clk.h>
diff --git a/drivers/gpu/drm/sti/sti_crtc.h b/drivers/gpu/drm/sti/sti_crtc.h
index 3f2d89a3634d..d87c488212d6 100644
--- a/drivers/gpu/drm/sti/sti_crtc.h
+++ b/drivers/gpu/drm/sti/sti_crtc.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_CRTC_H_
diff --git a/drivers/gpu/drm/sti/sti_cursor.c b/drivers/gpu/drm/sti/sti_cursor.c
index b709ebbec095..df0a282b9615 100644
--- a/drivers/gpu/drm/sti/sti_cursor.c
+++ b/drivers/gpu/drm/sti/sti_cursor.c
@@ -1,9 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Vincent Abriou <vincent.abriou@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/seq_file.h>
diff --git a/drivers/gpu/drm/sti/sti_cursor.h b/drivers/gpu/drm/sti/sti_cursor.h
index 2ee5c10e8b33..067feda5226c 100644
--- a/drivers/gpu/drm/sti/sti_cursor.h
+++ b/drivers/gpu/drm/sti/sti_cursor.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2013
  * Authors: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_CURSOR_H_
diff --git a/drivers/gpu/drm/sti/sti_drv.c b/drivers/gpu/drm/sti/sti_drv.c
index 9e9343101738..88d1dc6408af 100644
--- a/drivers/gpu/drm/sti/sti_drv.c
+++ b/drivers/gpu/drm/sti/sti_drv.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <drm/drmP.h>
diff --git a/drivers/gpu/drm/sti/sti_drv.h b/drivers/gpu/drm/sti/sti_drv.h
index 6502ed2d3351..abc49b43566e 100644
--- a/drivers/gpu/drm/sti/sti_drv.h
+++ b/drivers/gpu/drm/sti/sti_drv.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_DRV_H_
diff --git a/drivers/gpu/drm/sti/sti_dvo.c b/drivers/gpu/drm/sti/sti_dvo.c
index 83314aee65cb..a5979cd25cc7 100644
--- a/drivers/gpu/drm/sti/sti_dvo.c
+++ b/drivers/gpu/drm/sti/sti_dvo.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/clk.h>
diff --git a/drivers/gpu/drm/sti/sti_gdp.c b/drivers/gpu/drm/sti/sti_gdp.c
index b65eea4f2c97..9b2c47051b51 100644
--- a/drivers/gpu/drm/sti/sti_gdp.c
+++ b/drivers/gpu/drm/sti/sti_gdp.c
@@ -1,9 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 #include <linux/seq_file.h>
 
diff --git a/drivers/gpu/drm/sti/sti_gdp.h b/drivers/gpu/drm/sti/sti_gdp.h
index 73947a4a8004..d3e8ebfe2e66 100644
--- a/drivers/gpu/drm/sti/sti_gdp.h
+++ b/drivers/gpu/drm/sti/sti_gdp.h
@@ -1,9 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_GDP_H_
diff --git a/drivers/gpu/drm/sti/sti_hda.c b/drivers/gpu/drm/sti/sti_hda.c
index cf65e32b5090..67bbdb49fffc 100644
--- a/drivers/gpu/drm/sti/sti_hda.c
+++ b/drivers/gpu/drm/sti/sti_hda.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/clk.h>
diff --git a/drivers/gpu/drm/sti/sti_hdmi.c b/drivers/gpu/drm/sti/sti_hdmi.c
index 30f02d2fdd03..f0e2989a6dba 100644
--- a/drivers/gpu/drm/sti/sti_hdmi.c
+++ b/drivers/gpu/drm/sti/sti_hdmi.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/clk.h>
diff --git a/drivers/gpu/drm/sti/sti_hdmi.h b/drivers/gpu/drm/sti/sti_hdmi.h
index c6469b56ce7e..63a24941db3b 100644
--- a/drivers/gpu/drm/sti/sti_hdmi.h
+++ b/drivers/gpu/drm/sti/sti_hdmi.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_HDMI_H_
diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
index 8e0ceb0ced33..01699af6a768 100644
--- a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
+++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include "sti_hdmi_tx3g4c28phy.h"
diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
index f99a7ff281ef..d261947ef30a 100644
--- a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
+++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_HDMI_TX3G4C28PHY_H_
diff --git a/drivers/gpu/drm/sti/sti_hqvdp.c b/drivers/gpu/drm/sti/sti_hqvdp.c
index b19b3430b296..106be8c4e58b 100644
--- a/drivers/gpu/drm/sti/sti_hqvdp.c
+++ b/drivers/gpu/drm/sti/sti_hqvdp.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/component.h>
diff --git a/drivers/gpu/drm/sti/sti_hqvdp_lut.h b/drivers/gpu/drm/sti/sti_hqvdp_lut.h
index 619af7f4384e..57cccd9546a3 100644
--- a/drivers/gpu/drm/sti/sti_hqvdp_lut.h
+++ b/drivers/gpu/drm/sti/sti_hqvdp_lut.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_HQVDP_LUT_H_
diff --git a/drivers/gpu/drm/sti/sti_mixer.c b/drivers/gpu/drm/sti/sti_mixer.c
index 2bd1d46fe1cd..a4f45c74d678 100644
--- a/drivers/gpu/drm/sti/sti_mixer.c
+++ b/drivers/gpu/drm/sti/sti_mixer.c
@@ -1,9 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 #include <linux/seq_file.h>
 
diff --git a/drivers/gpu/drm/sti/sti_mixer.h b/drivers/gpu/drm/sti/sti_mixer.h
index e64a00e61049..4cb3cfddc03a 100644
--- a/drivers/gpu/drm/sti/sti_mixer.h
+++ b/drivers/gpu/drm/sti/sti_mixer.h
@@ -1,9 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_MIXER_H_
diff --git a/drivers/gpu/drm/sti/sti_plane.c b/drivers/gpu/drm/sti/sti_plane.c
index 427d8f58c6b1..b074609c960a 100644
--- a/drivers/gpu/drm/sti/sti_plane.c
+++ b/drivers/gpu/drm/sti/sti_plane.c
@@ -1,9 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <drm/drmP.h>
diff --git a/drivers/gpu/drm/sti/sti_plane.h b/drivers/gpu/drm/sti/sti_plane.h
index c36c13faaa18..b8d7fae2a014 100644
--- a/drivers/gpu/drm/sti/sti_plane.h
+++ b/drivers/gpu/drm/sti/sti_plane.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_PLANE_H_
diff --git a/drivers/gpu/drm/sti/sti_tvout.c b/drivers/gpu/drm/sti/sti_tvout.c
index 8959fcc743a8..ea4a3b87fa55 100644
--- a/drivers/gpu/drm/sti/sti_tvout.c
+++ b/drivers/gpu/drm/sti/sti_tvout.c
@@ -1,9 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Vincent Abriou <vincent.abriou@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/clk.h>
diff --git a/drivers/gpu/drm/sti/sti_vid.c b/drivers/gpu/drm/sti/sti_vid.c
index 577a3341d3c1..2aac36c95835 100644
--- a/drivers/gpu/drm/sti/sti_vid.c
+++ b/drivers/gpu/drm/sti/sti_vid.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 #include <linux/seq_file.h>
 
diff --git a/drivers/gpu/drm/sti/sti_vid.h b/drivers/gpu/drm/sti/sti_vid.h
index fdc90f922a05..9dbd78461de1 100644
--- a/drivers/gpu/drm/sti/sti_vid.h
+++ b/drivers/gpu/drm/sti/sti_vid.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_VID_H_
diff --git a/drivers/gpu/drm/sti/sti_vtg.c b/drivers/gpu/drm/sti/sti_vtg.c
index 2dcba1d3a122..fbadb9ef6d31 100644
--- a/drivers/gpu/drm/sti/sti_vtg.c
+++ b/drivers/gpu/drm/sti/sti_vtg.c
@@ -1,10 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          Vincent Abriou <vincent.abriou@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/module.h>
diff --git a/drivers/gpu/drm/sti/sti_vtg.h b/drivers/gpu/drm/sti/sti_vtg.h
index f1dcdf9c2342..d177129e5bcb 100644
--- a/drivers/gpu/drm/sti/sti_vtg.h
+++ b/drivers/gpu/drm/sti/sti_vtg.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_VTG_H_
-- 
2.15.0

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH] gpu: drm: sti: Adopt SPDX identifiers
@ 2017-12-06 11:29   ` Benjamin Gaignard
  0 siblings, 0 replies; 14+ messages in thread
From: Benjamin Gaignard @ 2017-12-06 11:29 UTC (permalink / raw)
  To: vincent.abriou, airlied, yannick.fertre, philippe.cornu
  Cc: linux-kernel, dri-devel, Benjamin Gaignard

Add SPDX identifiers to files under sti directory

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
---
 drivers/gpu/drm/sti/sti_awg_utils.c        | 2 +-
 drivers/gpu/drm/sti/sti_awg_utils.h        | 2 +-
 drivers/gpu/drm/sti/sti_compositor.c       | 2 +-
 drivers/gpu/drm/sti/sti_compositor.h       | 2 +-
 drivers/gpu/drm/sti/sti_crtc.c             | 2 +-
 drivers/gpu/drm/sti/sti_crtc.h             | 2 +-
 drivers/gpu/drm/sti/sti_cursor.c           | 2 +-
 drivers/gpu/drm/sti/sti_cursor.h           | 2 +-
 drivers/gpu/drm/sti/sti_drv.c              | 2 +-
 drivers/gpu/drm/sti/sti_drv.h              | 2 +-
 drivers/gpu/drm/sti/sti_dvo.c              | 2 +-
 drivers/gpu/drm/sti/sti_gdp.c              | 2 +-
 drivers/gpu/drm/sti/sti_gdp.h              | 2 +-
 drivers/gpu/drm/sti/sti_hda.c              | 2 +-
 drivers/gpu/drm/sti/sti_hdmi.c             | 2 +-
 drivers/gpu/drm/sti/sti_hdmi.h             | 2 +-
 drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c | 2 +-
 drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h | 2 +-
 drivers/gpu/drm/sti/sti_hqvdp.c            | 2 +-
 drivers/gpu/drm/sti/sti_hqvdp_lut.h        | 2 +-
 drivers/gpu/drm/sti/sti_mixer.c            | 2 +-
 drivers/gpu/drm/sti/sti_mixer.h            | 2 +-
 drivers/gpu/drm/sti/sti_plane.c            | 2 +-
 drivers/gpu/drm/sti/sti_plane.h            | 2 +-
 drivers/gpu/drm/sti/sti_tvout.c            | 2 +-
 drivers/gpu/drm/sti/sti_vid.c              | 2 +-
 drivers/gpu/drm/sti/sti_vid.h              | 2 +-
 drivers/gpu/drm/sti/sti_vtg.c              | 2 +-
 drivers/gpu/drm/sti/sti_vtg.h              | 2 +-
 29 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/drivers/gpu/drm/sti/sti_awg_utils.c b/drivers/gpu/drm/sti/sti_awg_utils.c
index 2da7d6866d5d..7c5a7830b6e8 100644
--- a/drivers/gpu/drm/sti/sti_awg_utils.c
+++ b/drivers/gpu/drm/sti/sti_awg_utils.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include "sti_awg_utils.h"
diff --git a/drivers/gpu/drm/sti/sti_awg_utils.h b/drivers/gpu/drm/sti/sti_awg_utils.h
index 45d599bd570a..258a568f050b 100644
--- a/drivers/gpu/drm/sti/sti_awg_utils.h
+++ b/drivers/gpu/drm/sti/sti_awg_utils.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_AWG_UTILS_H_
diff --git a/drivers/gpu/drm/sti/sti_compositor.c b/drivers/gpu/drm/sti/sti_compositor.c
index 6e4bf68262db..021b8fcaa0b9 100644
--- a/drivers/gpu/drm/sti/sti_compositor.c
+++ b/drivers/gpu/drm/sti/sti_compositor.c
@@ -1,9 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/component.h>
diff --git a/drivers/gpu/drm/sti/sti_compositor.h b/drivers/gpu/drm/sti/sti_compositor.h
index 2952a2d25a52..ac4bb3834810 100644
--- a/drivers/gpu/drm/sti/sti_compositor.h
+++ b/drivers/gpu/drm/sti/sti_compositor.h
@@ -1,9 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_COMPOSITOR_H_
diff --git a/drivers/gpu/drm/sti/sti_crtc.c b/drivers/gpu/drm/sti/sti_crtc.c
index e8a4d48e985a..21e50d7b1f86 100644
--- a/drivers/gpu/drm/sti/sti_crtc.c
+++ b/drivers/gpu/drm/sti/sti_crtc.c
@@ -1,9 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/clk.h>
diff --git a/drivers/gpu/drm/sti/sti_crtc.h b/drivers/gpu/drm/sti/sti_crtc.h
index 3f2d89a3634d..d87c488212d6 100644
--- a/drivers/gpu/drm/sti/sti_crtc.h
+++ b/drivers/gpu/drm/sti/sti_crtc.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_CRTC_H_
diff --git a/drivers/gpu/drm/sti/sti_cursor.c b/drivers/gpu/drm/sti/sti_cursor.c
index b709ebbec095..df0a282b9615 100644
--- a/drivers/gpu/drm/sti/sti_cursor.c
+++ b/drivers/gpu/drm/sti/sti_cursor.c
@@ -1,9 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Vincent Abriou <vincent.abriou@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/seq_file.h>
diff --git a/drivers/gpu/drm/sti/sti_cursor.h b/drivers/gpu/drm/sti/sti_cursor.h
index 2ee5c10e8b33..067feda5226c 100644
--- a/drivers/gpu/drm/sti/sti_cursor.h
+++ b/drivers/gpu/drm/sti/sti_cursor.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2013
  * Authors: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_CURSOR_H_
diff --git a/drivers/gpu/drm/sti/sti_drv.c b/drivers/gpu/drm/sti/sti_drv.c
index 9e9343101738..88d1dc6408af 100644
--- a/drivers/gpu/drm/sti/sti_drv.c
+++ b/drivers/gpu/drm/sti/sti_drv.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <drm/drmP.h>
diff --git a/drivers/gpu/drm/sti/sti_drv.h b/drivers/gpu/drm/sti/sti_drv.h
index 6502ed2d3351..abc49b43566e 100644
--- a/drivers/gpu/drm/sti/sti_drv.h
+++ b/drivers/gpu/drm/sti/sti_drv.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_DRV_H_
diff --git a/drivers/gpu/drm/sti/sti_dvo.c b/drivers/gpu/drm/sti/sti_dvo.c
index 83314aee65cb..a5979cd25cc7 100644
--- a/drivers/gpu/drm/sti/sti_dvo.c
+++ b/drivers/gpu/drm/sti/sti_dvo.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/clk.h>
diff --git a/drivers/gpu/drm/sti/sti_gdp.c b/drivers/gpu/drm/sti/sti_gdp.c
index b65eea4f2c97..9b2c47051b51 100644
--- a/drivers/gpu/drm/sti/sti_gdp.c
+++ b/drivers/gpu/drm/sti/sti_gdp.c
@@ -1,9 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 #include <linux/seq_file.h>
 
diff --git a/drivers/gpu/drm/sti/sti_gdp.h b/drivers/gpu/drm/sti/sti_gdp.h
index 73947a4a8004..d3e8ebfe2e66 100644
--- a/drivers/gpu/drm/sti/sti_gdp.h
+++ b/drivers/gpu/drm/sti/sti_gdp.h
@@ -1,9 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_GDP_H_
diff --git a/drivers/gpu/drm/sti/sti_hda.c b/drivers/gpu/drm/sti/sti_hda.c
index cf65e32b5090..67bbdb49fffc 100644
--- a/drivers/gpu/drm/sti/sti_hda.c
+++ b/drivers/gpu/drm/sti/sti_hda.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/clk.h>
diff --git a/drivers/gpu/drm/sti/sti_hdmi.c b/drivers/gpu/drm/sti/sti_hdmi.c
index 30f02d2fdd03..f0e2989a6dba 100644
--- a/drivers/gpu/drm/sti/sti_hdmi.c
+++ b/drivers/gpu/drm/sti/sti_hdmi.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/clk.h>
diff --git a/drivers/gpu/drm/sti/sti_hdmi.h b/drivers/gpu/drm/sti/sti_hdmi.h
index c6469b56ce7e..63a24941db3b 100644
--- a/drivers/gpu/drm/sti/sti_hdmi.h
+++ b/drivers/gpu/drm/sti/sti_hdmi.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_HDMI_H_
diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
index 8e0ceb0ced33..01699af6a768 100644
--- a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
+++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include "sti_hdmi_tx3g4c28phy.h"
diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
index f99a7ff281ef..d261947ef30a 100644
--- a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
+++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_HDMI_TX3G4C28PHY_H_
diff --git a/drivers/gpu/drm/sti/sti_hqvdp.c b/drivers/gpu/drm/sti/sti_hqvdp.c
index b19b3430b296..106be8c4e58b 100644
--- a/drivers/gpu/drm/sti/sti_hqvdp.c
+++ b/drivers/gpu/drm/sti/sti_hqvdp.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/component.h>
diff --git a/drivers/gpu/drm/sti/sti_hqvdp_lut.h b/drivers/gpu/drm/sti/sti_hqvdp_lut.h
index 619af7f4384e..57cccd9546a3 100644
--- a/drivers/gpu/drm/sti/sti_hqvdp_lut.h
+++ b/drivers/gpu/drm/sti/sti_hqvdp_lut.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_HQVDP_LUT_H_
diff --git a/drivers/gpu/drm/sti/sti_mixer.c b/drivers/gpu/drm/sti/sti_mixer.c
index 2bd1d46fe1cd..a4f45c74d678 100644
--- a/drivers/gpu/drm/sti/sti_mixer.c
+++ b/drivers/gpu/drm/sti/sti_mixer.c
@@ -1,9 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 #include <linux/seq_file.h>
 
diff --git a/drivers/gpu/drm/sti/sti_mixer.h b/drivers/gpu/drm/sti/sti_mixer.h
index e64a00e61049..4cb3cfddc03a 100644
--- a/drivers/gpu/drm/sti/sti_mixer.h
+++ b/drivers/gpu/drm/sti/sti_mixer.h
@@ -1,9 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_MIXER_H_
diff --git a/drivers/gpu/drm/sti/sti_plane.c b/drivers/gpu/drm/sti/sti_plane.c
index 427d8f58c6b1..b074609c960a 100644
--- a/drivers/gpu/drm/sti/sti_plane.c
+++ b/drivers/gpu/drm/sti/sti_plane.c
@@ -1,9 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <drm/drmP.h>
diff --git a/drivers/gpu/drm/sti/sti_plane.h b/drivers/gpu/drm/sti/sti_plane.h
index c36c13faaa18..b8d7fae2a014 100644
--- a/drivers/gpu/drm/sti/sti_plane.h
+++ b/drivers/gpu/drm/sti/sti_plane.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_PLANE_H_
diff --git a/drivers/gpu/drm/sti/sti_tvout.c b/drivers/gpu/drm/sti/sti_tvout.c
index 8959fcc743a8..ea4a3b87fa55 100644
--- a/drivers/gpu/drm/sti/sti_tvout.c
+++ b/drivers/gpu/drm/sti/sti_tvout.c
@@ -1,9 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Vincent Abriou <vincent.abriou@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/clk.h>
diff --git a/drivers/gpu/drm/sti/sti_vid.c b/drivers/gpu/drm/sti/sti_vid.c
index 577a3341d3c1..2aac36c95835 100644
--- a/drivers/gpu/drm/sti/sti_vid.c
+++ b/drivers/gpu/drm/sti/sti_vid.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 #include <linux/seq_file.h>
 
diff --git a/drivers/gpu/drm/sti/sti_vid.h b/drivers/gpu/drm/sti/sti_vid.h
index fdc90f922a05..9dbd78461de1 100644
--- a/drivers/gpu/drm/sti/sti_vid.h
+++ b/drivers/gpu/drm/sti/sti_vid.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_VID_H_
diff --git a/drivers/gpu/drm/sti/sti_vtg.c b/drivers/gpu/drm/sti/sti_vtg.c
index 2dcba1d3a122..fbadb9ef6d31 100644
--- a/drivers/gpu/drm/sti/sti_vtg.c
+++ b/drivers/gpu/drm/sti/sti_vtg.c
@@ -1,10 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
  *          Fabien Dessenne <fabien.dessenne@st.com>
  *          Vincent Abriou <vincent.abriou@st.com>
  *          for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/module.h>
diff --git a/drivers/gpu/drm/sti/sti_vtg.h b/drivers/gpu/drm/sti/sti_vtg.h
index f1dcdf9c2342..d177129e5bcb 100644
--- a/drivers/gpu/drm/sti/sti_vtg.h
+++ b/drivers/gpu/drm/sti/sti_vtg.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) STMicroelectronics SA 2014
  * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #ifndef _STI_VTG_H_
-- 
2.15.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* Re: [PATCH] gpu: drm: stm: Adopt SPDX identifiers
  2017-12-06 11:29 ` Benjamin Gaignard
@ 2017-12-06 14:26   ` Vincent ABRIOU
  -1 siblings, 0 replies; 14+ messages in thread
From: Vincent ABRIOU @ 2017-12-06 14:26 UTC (permalink / raw)
  To: Benjamin Gaignard, airlied, Yannick FERTRE, Philippe CORNU
  Cc: dri-devel, linux-kernel, Benjamin GAIGNARD

Benjamin,

The patch is fine for me:

Acked-by: Vincent Abriou <vincent.abriou@st.com>

Vincent

On 12/06/2017 12:29 PM, Benjamin Gaignard wrote:
> Add SPDX identifiers to files under stm directory
> 
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> ---
>   drivers/gpu/drm/stm/drv.c             | 3 +--
>   drivers/gpu/drm/stm/dw_mipi_dsi-stm.c | 3 +--
>   drivers/gpu/drm/stm/ltdc.c            | 3 +--
>   drivers/gpu/drm/stm/ltdc.h            | 3 +--
>   4 files changed, 4 insertions(+), 8 deletions(-)
> 
> diff --git a/drivers/gpu/drm/stm/drv.c b/drivers/gpu/drm/stm/drv.c
> index c857663eafc2..2d6e9ca0450b 100644
> --- a/drivers/gpu/drm/stm/drv.c
> +++ b/drivers/gpu/drm/stm/drv.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2017
>    *
> @@ -5,8 +6,6 @@
>    *          Yannick Fertre <yannick.fertre@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          Mickael Reulier <mickael.reulier@st.com>
> - *
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/component.h>
> diff --git a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
> index e5b6310240fe..2e53410189f8 100644
> --- a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
> +++ b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
> @@ -1,10 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2017
>    *
>    * Authors: Philippe Cornu <philippe.cornu@st.com>
>    *          Yannick Fertre <yannick.fertre@st.com>
> - *
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/clk.h>
> diff --git a/drivers/gpu/drm/stm/ltdc.c b/drivers/gpu/drm/stm/ltdc.c
> index 735c9081202a..34b91d049481 100644
> --- a/drivers/gpu/drm/stm/ltdc.c
> +++ b/drivers/gpu/drm/stm/ltdc.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2017
>    *
> @@ -5,8 +6,6 @@
>    *          Yannick Fertre <yannick.fertre@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          Mickael Reulier <mickael.reulier@st.com>
> - *
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/clk.h>
> diff --git a/drivers/gpu/drm/stm/ltdc.h b/drivers/gpu/drm/stm/ltdc.h
> index ae437557d715..d5da74d24995 100644
> --- a/drivers/gpu/drm/stm/ltdc.h
> +++ b/drivers/gpu/drm/stm/ltdc.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2017
>    *
> @@ -5,8 +6,6 @@
>    *          Yannick Fertre <yannick.fertre@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          Mickael Reulier <mickael.reulier@st.com>
> - *
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _LTDC_H_
> 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH] gpu: drm: stm: Adopt SPDX identifiers
@ 2017-12-06 14:26   ` Vincent ABRIOU
  0 siblings, 0 replies; 14+ messages in thread
From: Vincent ABRIOU @ 2017-12-06 14:26 UTC (permalink / raw)
  To: Benjamin Gaignard, airlied, Yannick FERTRE, Philippe CORNU
  Cc: linux-kernel, dri-devel, Benjamin GAIGNARD

Benjamin,

The patch is fine for me:

Acked-by: Vincent Abriou <vincent.abriou@st.com>

Vincent

On 12/06/2017 12:29 PM, Benjamin Gaignard wrote:
> Add SPDX identifiers to files under stm directory
> 
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> ---
>   drivers/gpu/drm/stm/drv.c             | 3 +--
>   drivers/gpu/drm/stm/dw_mipi_dsi-stm.c | 3 +--
>   drivers/gpu/drm/stm/ltdc.c            | 3 +--
>   drivers/gpu/drm/stm/ltdc.h            | 3 +--
>   4 files changed, 4 insertions(+), 8 deletions(-)
> 
> diff --git a/drivers/gpu/drm/stm/drv.c b/drivers/gpu/drm/stm/drv.c
> index c857663eafc2..2d6e9ca0450b 100644
> --- a/drivers/gpu/drm/stm/drv.c
> +++ b/drivers/gpu/drm/stm/drv.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2017
>    *
> @@ -5,8 +6,6 @@
>    *          Yannick Fertre <yannick.fertre@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          Mickael Reulier <mickael.reulier@st.com>
> - *
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/component.h>
> diff --git a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
> index e5b6310240fe..2e53410189f8 100644
> --- a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
> +++ b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
> @@ -1,10 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2017
>    *
>    * Authors: Philippe Cornu <philippe.cornu@st.com>
>    *          Yannick Fertre <yannick.fertre@st.com>
> - *
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/clk.h>
> diff --git a/drivers/gpu/drm/stm/ltdc.c b/drivers/gpu/drm/stm/ltdc.c
> index 735c9081202a..34b91d049481 100644
> --- a/drivers/gpu/drm/stm/ltdc.c
> +++ b/drivers/gpu/drm/stm/ltdc.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2017
>    *
> @@ -5,8 +6,6 @@
>    *          Yannick Fertre <yannick.fertre@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          Mickael Reulier <mickael.reulier@st.com>
> - *
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/clk.h>
> diff --git a/drivers/gpu/drm/stm/ltdc.h b/drivers/gpu/drm/stm/ltdc.h
> index ae437557d715..d5da74d24995 100644
> --- a/drivers/gpu/drm/stm/ltdc.h
> +++ b/drivers/gpu/drm/stm/ltdc.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2017
>    *
> @@ -5,8 +6,6 @@
>    *          Yannick Fertre <yannick.fertre@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          Mickael Reulier <mickael.reulier@st.com>
> - *
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _LTDC_H_
> 
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH] gpu: drm: sti: Adopt SPDX identifiers
  2017-12-06 11:29   ` Benjamin Gaignard
@ 2017-12-06 14:26     ` Vincent ABRIOU
  -1 siblings, 0 replies; 14+ messages in thread
From: Vincent ABRIOU @ 2017-12-06 14:26 UTC (permalink / raw)
  To: Benjamin Gaignard, airlied, Yannick FERTRE, Philippe CORNU
  Cc: dri-devel, linux-kernel, Benjamin GAIGNARD

Benjamin,

The patch is fine for me:

Acked-by: Vincent Abriou <vincent.abriou@st.com>

Vincent

On 12/06/2017 12:29 PM, Benjamin Gaignard wrote:
> Add SPDX identifiers to files under sti directory
> 
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> ---
>   drivers/gpu/drm/sti/sti_awg_utils.c        | 2 +-
>   drivers/gpu/drm/sti/sti_awg_utils.h        | 2 +-
>   drivers/gpu/drm/sti/sti_compositor.c       | 2 +-
>   drivers/gpu/drm/sti/sti_compositor.h       | 2 +-
>   drivers/gpu/drm/sti/sti_crtc.c             | 2 +-
>   drivers/gpu/drm/sti/sti_crtc.h             | 2 +-
>   drivers/gpu/drm/sti/sti_cursor.c           | 2 +-
>   drivers/gpu/drm/sti/sti_cursor.h           | 2 +-
>   drivers/gpu/drm/sti/sti_drv.c              | 2 +-
>   drivers/gpu/drm/sti/sti_drv.h              | 2 +-
>   drivers/gpu/drm/sti/sti_dvo.c              | 2 +-
>   drivers/gpu/drm/sti/sti_gdp.c              | 2 +-
>   drivers/gpu/drm/sti/sti_gdp.h              | 2 +-
>   drivers/gpu/drm/sti/sti_hda.c              | 2 +-
>   drivers/gpu/drm/sti/sti_hdmi.c             | 2 +-
>   drivers/gpu/drm/sti/sti_hdmi.h             | 2 +-
>   drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c | 2 +-
>   drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h | 2 +-
>   drivers/gpu/drm/sti/sti_hqvdp.c            | 2 +-
>   drivers/gpu/drm/sti/sti_hqvdp_lut.h        | 2 +-
>   drivers/gpu/drm/sti/sti_mixer.c            | 2 +-
>   drivers/gpu/drm/sti/sti_mixer.h            | 2 +-
>   drivers/gpu/drm/sti/sti_plane.c            | 2 +-
>   drivers/gpu/drm/sti/sti_plane.h            | 2 +-
>   drivers/gpu/drm/sti/sti_tvout.c            | 2 +-
>   drivers/gpu/drm/sti/sti_vid.c              | 2 +-
>   drivers/gpu/drm/sti/sti_vid.h              | 2 +-
>   drivers/gpu/drm/sti/sti_vtg.c              | 2 +-
>   drivers/gpu/drm/sti/sti_vtg.h              | 2 +-
>   29 files changed, 29 insertions(+), 29 deletions(-)
> 
> diff --git a/drivers/gpu/drm/sti/sti_awg_utils.c b/drivers/gpu/drm/sti/sti_awg_utils.c
> index 2da7d6866d5d..7c5a7830b6e8 100644
> --- a/drivers/gpu/drm/sti/sti_awg_utils.c
> +++ b/drivers/gpu/drm/sti/sti_awg_utils.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include "sti_awg_utils.h"
> diff --git a/drivers/gpu/drm/sti/sti_awg_utils.h b/drivers/gpu/drm/sti/sti_awg_utils.h
> index 45d599bd570a..258a568f050b 100644
> --- a/drivers/gpu/drm/sti/sti_awg_utils.h
> +++ b/drivers/gpu/drm/sti/sti_awg_utils.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_AWG_UTILS_H_
> diff --git a/drivers/gpu/drm/sti/sti_compositor.c b/drivers/gpu/drm/sti/sti_compositor.c
> index 6e4bf68262db..021b8fcaa0b9 100644
> --- a/drivers/gpu/drm/sti/sti_compositor.c
> +++ b/drivers/gpu/drm/sti/sti_compositor.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/component.h>
> diff --git a/drivers/gpu/drm/sti/sti_compositor.h b/drivers/gpu/drm/sti/sti_compositor.h
> index 2952a2d25a52..ac4bb3834810 100644
> --- a/drivers/gpu/drm/sti/sti_compositor.h
> +++ b/drivers/gpu/drm/sti/sti_compositor.h
> @@ -1,9 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_COMPOSITOR_H_
> diff --git a/drivers/gpu/drm/sti/sti_crtc.c b/drivers/gpu/drm/sti/sti_crtc.c
> index e8a4d48e985a..21e50d7b1f86 100644
> --- a/drivers/gpu/drm/sti/sti_crtc.c
> +++ b/drivers/gpu/drm/sti/sti_crtc.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/clk.h>
> diff --git a/drivers/gpu/drm/sti/sti_crtc.h b/drivers/gpu/drm/sti/sti_crtc.h
> index 3f2d89a3634d..d87c488212d6 100644
> --- a/drivers/gpu/drm/sti/sti_crtc.h
> +++ b/drivers/gpu/drm/sti/sti_crtc.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_CRTC_H_
> diff --git a/drivers/gpu/drm/sti/sti_cursor.c b/drivers/gpu/drm/sti/sti_cursor.c
> index b709ebbec095..df0a282b9615 100644
> --- a/drivers/gpu/drm/sti/sti_cursor.c
> +++ b/drivers/gpu/drm/sti/sti_cursor.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Vincent Abriou <vincent.abriou@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/seq_file.h>
> diff --git a/drivers/gpu/drm/sti/sti_cursor.h b/drivers/gpu/drm/sti/sti_cursor.h
> index 2ee5c10e8b33..067feda5226c 100644
> --- a/drivers/gpu/drm/sti/sti_cursor.h
> +++ b/drivers/gpu/drm/sti/sti_cursor.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2013
>    * Authors: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_CURSOR_H_
> diff --git a/drivers/gpu/drm/sti/sti_drv.c b/drivers/gpu/drm/sti/sti_drv.c
> index 9e9343101738..88d1dc6408af 100644
> --- a/drivers/gpu/drm/sti/sti_drv.c
> +++ b/drivers/gpu/drm/sti/sti_drv.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <drm/drmP.h>
> diff --git a/drivers/gpu/drm/sti/sti_drv.h b/drivers/gpu/drm/sti/sti_drv.h
> index 6502ed2d3351..abc49b43566e 100644
> --- a/drivers/gpu/drm/sti/sti_drv.h
> +++ b/drivers/gpu/drm/sti/sti_drv.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_DRV_H_
> diff --git a/drivers/gpu/drm/sti/sti_dvo.c b/drivers/gpu/drm/sti/sti_dvo.c
> index 83314aee65cb..a5979cd25cc7 100644
> --- a/drivers/gpu/drm/sti/sti_dvo.c
> +++ b/drivers/gpu/drm/sti/sti_dvo.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/clk.h>
> diff --git a/drivers/gpu/drm/sti/sti_gdp.c b/drivers/gpu/drm/sti/sti_gdp.c
> index b65eea4f2c97..9b2c47051b51 100644
> --- a/drivers/gpu/drm/sti/sti_gdp.c
> +++ b/drivers/gpu/drm/sti/sti_gdp.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   #include <linux/seq_file.h>
>   
> diff --git a/drivers/gpu/drm/sti/sti_gdp.h b/drivers/gpu/drm/sti/sti_gdp.h
> index 73947a4a8004..d3e8ebfe2e66 100644
> --- a/drivers/gpu/drm/sti/sti_gdp.h
> +++ b/drivers/gpu/drm/sti/sti_gdp.h
> @@ -1,9 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_GDP_H_
> diff --git a/drivers/gpu/drm/sti/sti_hda.c b/drivers/gpu/drm/sti/sti_hda.c
> index cf65e32b5090..67bbdb49fffc 100644
> --- a/drivers/gpu/drm/sti/sti_hda.c
> +++ b/drivers/gpu/drm/sti/sti_hda.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/clk.h>
> diff --git a/drivers/gpu/drm/sti/sti_hdmi.c b/drivers/gpu/drm/sti/sti_hdmi.c
> index 30f02d2fdd03..f0e2989a6dba 100644
> --- a/drivers/gpu/drm/sti/sti_hdmi.c
> +++ b/drivers/gpu/drm/sti/sti_hdmi.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/clk.h>
> diff --git a/drivers/gpu/drm/sti/sti_hdmi.h b/drivers/gpu/drm/sti/sti_hdmi.h
> index c6469b56ce7e..63a24941db3b 100644
> --- a/drivers/gpu/drm/sti/sti_hdmi.h
> +++ b/drivers/gpu/drm/sti/sti_hdmi.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_HDMI_H_
> diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
> index 8e0ceb0ced33..01699af6a768 100644
> --- a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
> +++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include "sti_hdmi_tx3g4c28phy.h"
> diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
> index f99a7ff281ef..d261947ef30a 100644
> --- a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
> +++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_HDMI_TX3G4C28PHY_H_
> diff --git a/drivers/gpu/drm/sti/sti_hqvdp.c b/drivers/gpu/drm/sti/sti_hqvdp.c
> index b19b3430b296..106be8c4e58b 100644
> --- a/drivers/gpu/drm/sti/sti_hqvdp.c
> +++ b/drivers/gpu/drm/sti/sti_hqvdp.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/component.h>
> diff --git a/drivers/gpu/drm/sti/sti_hqvdp_lut.h b/drivers/gpu/drm/sti/sti_hqvdp_lut.h
> index 619af7f4384e..57cccd9546a3 100644
> --- a/drivers/gpu/drm/sti/sti_hqvdp_lut.h
> +++ b/drivers/gpu/drm/sti/sti_hqvdp_lut.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_HQVDP_LUT_H_
> diff --git a/drivers/gpu/drm/sti/sti_mixer.c b/drivers/gpu/drm/sti/sti_mixer.c
> index 2bd1d46fe1cd..a4f45c74d678 100644
> --- a/drivers/gpu/drm/sti/sti_mixer.c
> +++ b/drivers/gpu/drm/sti/sti_mixer.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   #include <linux/seq_file.h>
>   
> diff --git a/drivers/gpu/drm/sti/sti_mixer.h b/drivers/gpu/drm/sti/sti_mixer.h
> index e64a00e61049..4cb3cfddc03a 100644
> --- a/drivers/gpu/drm/sti/sti_mixer.h
> +++ b/drivers/gpu/drm/sti/sti_mixer.h
> @@ -1,9 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_MIXER_H_
> diff --git a/drivers/gpu/drm/sti/sti_plane.c b/drivers/gpu/drm/sti/sti_plane.c
> index 427d8f58c6b1..b074609c960a 100644
> --- a/drivers/gpu/drm/sti/sti_plane.c
> +++ b/drivers/gpu/drm/sti/sti_plane.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <drm/drmP.h>
> diff --git a/drivers/gpu/drm/sti/sti_plane.h b/drivers/gpu/drm/sti/sti_plane.h
> index c36c13faaa18..b8d7fae2a014 100644
> --- a/drivers/gpu/drm/sti/sti_plane.h
> +++ b/drivers/gpu/drm/sti/sti_plane.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_PLANE_H_
> diff --git a/drivers/gpu/drm/sti/sti_tvout.c b/drivers/gpu/drm/sti/sti_tvout.c
> index 8959fcc743a8..ea4a3b87fa55 100644
> --- a/drivers/gpu/drm/sti/sti_tvout.c
> +++ b/drivers/gpu/drm/sti/sti_tvout.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Vincent Abriou <vincent.abriou@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/clk.h>
> diff --git a/drivers/gpu/drm/sti/sti_vid.c b/drivers/gpu/drm/sti/sti_vid.c
> index 577a3341d3c1..2aac36c95835 100644
> --- a/drivers/gpu/drm/sti/sti_vid.c
> +++ b/drivers/gpu/drm/sti/sti_vid.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   #include <linux/seq_file.h>
>   
> diff --git a/drivers/gpu/drm/sti/sti_vid.h b/drivers/gpu/drm/sti/sti_vid.h
> index fdc90f922a05..9dbd78461de1 100644
> --- a/drivers/gpu/drm/sti/sti_vid.h
> +++ b/drivers/gpu/drm/sti/sti_vid.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_VID_H_
> diff --git a/drivers/gpu/drm/sti/sti_vtg.c b/drivers/gpu/drm/sti/sti_vtg.c
> index 2dcba1d3a122..fbadb9ef6d31 100644
> --- a/drivers/gpu/drm/sti/sti_vtg.c
> +++ b/drivers/gpu/drm/sti/sti_vtg.c
> @@ -1,10 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          Vincent Abriou <vincent.abriou@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/module.h>
> diff --git a/drivers/gpu/drm/sti/sti_vtg.h b/drivers/gpu/drm/sti/sti_vtg.h
> index f1dcdf9c2342..d177129e5bcb 100644
> --- a/drivers/gpu/drm/sti/sti_vtg.h
> +++ b/drivers/gpu/drm/sti/sti_vtg.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_VTG_H_
> 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH] gpu: drm: sti: Adopt SPDX identifiers
@ 2017-12-06 14:26     ` Vincent ABRIOU
  0 siblings, 0 replies; 14+ messages in thread
From: Vincent ABRIOU @ 2017-12-06 14:26 UTC (permalink / raw)
  To: Benjamin Gaignard, airlied, Yannick FERTRE, Philippe CORNU
  Cc: linux-kernel, dri-devel, Benjamin GAIGNARD

Benjamin,

The patch is fine for me:

Acked-by: Vincent Abriou <vincent.abriou@st.com>

Vincent

On 12/06/2017 12:29 PM, Benjamin Gaignard wrote:
> Add SPDX identifiers to files under sti directory
> 
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> ---
>   drivers/gpu/drm/sti/sti_awg_utils.c        | 2 +-
>   drivers/gpu/drm/sti/sti_awg_utils.h        | 2 +-
>   drivers/gpu/drm/sti/sti_compositor.c       | 2 +-
>   drivers/gpu/drm/sti/sti_compositor.h       | 2 +-
>   drivers/gpu/drm/sti/sti_crtc.c             | 2 +-
>   drivers/gpu/drm/sti/sti_crtc.h             | 2 +-
>   drivers/gpu/drm/sti/sti_cursor.c           | 2 +-
>   drivers/gpu/drm/sti/sti_cursor.h           | 2 +-
>   drivers/gpu/drm/sti/sti_drv.c              | 2 +-
>   drivers/gpu/drm/sti/sti_drv.h              | 2 +-
>   drivers/gpu/drm/sti/sti_dvo.c              | 2 +-
>   drivers/gpu/drm/sti/sti_gdp.c              | 2 +-
>   drivers/gpu/drm/sti/sti_gdp.h              | 2 +-
>   drivers/gpu/drm/sti/sti_hda.c              | 2 +-
>   drivers/gpu/drm/sti/sti_hdmi.c             | 2 +-
>   drivers/gpu/drm/sti/sti_hdmi.h             | 2 +-
>   drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c | 2 +-
>   drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h | 2 +-
>   drivers/gpu/drm/sti/sti_hqvdp.c            | 2 +-
>   drivers/gpu/drm/sti/sti_hqvdp_lut.h        | 2 +-
>   drivers/gpu/drm/sti/sti_mixer.c            | 2 +-
>   drivers/gpu/drm/sti/sti_mixer.h            | 2 +-
>   drivers/gpu/drm/sti/sti_plane.c            | 2 +-
>   drivers/gpu/drm/sti/sti_plane.h            | 2 +-
>   drivers/gpu/drm/sti/sti_tvout.c            | 2 +-
>   drivers/gpu/drm/sti/sti_vid.c              | 2 +-
>   drivers/gpu/drm/sti/sti_vid.h              | 2 +-
>   drivers/gpu/drm/sti/sti_vtg.c              | 2 +-
>   drivers/gpu/drm/sti/sti_vtg.h              | 2 +-
>   29 files changed, 29 insertions(+), 29 deletions(-)
> 
> diff --git a/drivers/gpu/drm/sti/sti_awg_utils.c b/drivers/gpu/drm/sti/sti_awg_utils.c
> index 2da7d6866d5d..7c5a7830b6e8 100644
> --- a/drivers/gpu/drm/sti/sti_awg_utils.c
> +++ b/drivers/gpu/drm/sti/sti_awg_utils.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include "sti_awg_utils.h"
> diff --git a/drivers/gpu/drm/sti/sti_awg_utils.h b/drivers/gpu/drm/sti/sti_awg_utils.h
> index 45d599bd570a..258a568f050b 100644
> --- a/drivers/gpu/drm/sti/sti_awg_utils.h
> +++ b/drivers/gpu/drm/sti/sti_awg_utils.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_AWG_UTILS_H_
> diff --git a/drivers/gpu/drm/sti/sti_compositor.c b/drivers/gpu/drm/sti/sti_compositor.c
> index 6e4bf68262db..021b8fcaa0b9 100644
> --- a/drivers/gpu/drm/sti/sti_compositor.c
> +++ b/drivers/gpu/drm/sti/sti_compositor.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/component.h>
> diff --git a/drivers/gpu/drm/sti/sti_compositor.h b/drivers/gpu/drm/sti/sti_compositor.h
> index 2952a2d25a52..ac4bb3834810 100644
> --- a/drivers/gpu/drm/sti/sti_compositor.h
> +++ b/drivers/gpu/drm/sti/sti_compositor.h
> @@ -1,9 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_COMPOSITOR_H_
> diff --git a/drivers/gpu/drm/sti/sti_crtc.c b/drivers/gpu/drm/sti/sti_crtc.c
> index e8a4d48e985a..21e50d7b1f86 100644
> --- a/drivers/gpu/drm/sti/sti_crtc.c
> +++ b/drivers/gpu/drm/sti/sti_crtc.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/clk.h>
> diff --git a/drivers/gpu/drm/sti/sti_crtc.h b/drivers/gpu/drm/sti/sti_crtc.h
> index 3f2d89a3634d..d87c488212d6 100644
> --- a/drivers/gpu/drm/sti/sti_crtc.h
> +++ b/drivers/gpu/drm/sti/sti_crtc.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_CRTC_H_
> diff --git a/drivers/gpu/drm/sti/sti_cursor.c b/drivers/gpu/drm/sti/sti_cursor.c
> index b709ebbec095..df0a282b9615 100644
> --- a/drivers/gpu/drm/sti/sti_cursor.c
> +++ b/drivers/gpu/drm/sti/sti_cursor.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Vincent Abriou <vincent.abriou@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/seq_file.h>
> diff --git a/drivers/gpu/drm/sti/sti_cursor.h b/drivers/gpu/drm/sti/sti_cursor.h
> index 2ee5c10e8b33..067feda5226c 100644
> --- a/drivers/gpu/drm/sti/sti_cursor.h
> +++ b/drivers/gpu/drm/sti/sti_cursor.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2013
>    * Authors: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_CURSOR_H_
> diff --git a/drivers/gpu/drm/sti/sti_drv.c b/drivers/gpu/drm/sti/sti_drv.c
> index 9e9343101738..88d1dc6408af 100644
> --- a/drivers/gpu/drm/sti/sti_drv.c
> +++ b/drivers/gpu/drm/sti/sti_drv.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <drm/drmP.h>
> diff --git a/drivers/gpu/drm/sti/sti_drv.h b/drivers/gpu/drm/sti/sti_drv.h
> index 6502ed2d3351..abc49b43566e 100644
> --- a/drivers/gpu/drm/sti/sti_drv.h
> +++ b/drivers/gpu/drm/sti/sti_drv.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_DRV_H_
> diff --git a/drivers/gpu/drm/sti/sti_dvo.c b/drivers/gpu/drm/sti/sti_dvo.c
> index 83314aee65cb..a5979cd25cc7 100644
> --- a/drivers/gpu/drm/sti/sti_dvo.c
> +++ b/drivers/gpu/drm/sti/sti_dvo.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/clk.h>
> diff --git a/drivers/gpu/drm/sti/sti_gdp.c b/drivers/gpu/drm/sti/sti_gdp.c
> index b65eea4f2c97..9b2c47051b51 100644
> --- a/drivers/gpu/drm/sti/sti_gdp.c
> +++ b/drivers/gpu/drm/sti/sti_gdp.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   #include <linux/seq_file.h>
>   
> diff --git a/drivers/gpu/drm/sti/sti_gdp.h b/drivers/gpu/drm/sti/sti_gdp.h
> index 73947a4a8004..d3e8ebfe2e66 100644
> --- a/drivers/gpu/drm/sti/sti_gdp.h
> +++ b/drivers/gpu/drm/sti/sti_gdp.h
> @@ -1,9 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_GDP_H_
> diff --git a/drivers/gpu/drm/sti/sti_hda.c b/drivers/gpu/drm/sti/sti_hda.c
> index cf65e32b5090..67bbdb49fffc 100644
> --- a/drivers/gpu/drm/sti/sti_hda.c
> +++ b/drivers/gpu/drm/sti/sti_hda.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/clk.h>
> diff --git a/drivers/gpu/drm/sti/sti_hdmi.c b/drivers/gpu/drm/sti/sti_hdmi.c
> index 30f02d2fdd03..f0e2989a6dba 100644
> --- a/drivers/gpu/drm/sti/sti_hdmi.c
> +++ b/drivers/gpu/drm/sti/sti_hdmi.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/clk.h>
> diff --git a/drivers/gpu/drm/sti/sti_hdmi.h b/drivers/gpu/drm/sti/sti_hdmi.h
> index c6469b56ce7e..63a24941db3b 100644
> --- a/drivers/gpu/drm/sti/sti_hdmi.h
> +++ b/drivers/gpu/drm/sti/sti_hdmi.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_HDMI_H_
> diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
> index 8e0ceb0ced33..01699af6a768 100644
> --- a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
> +++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include "sti_hdmi_tx3g4c28phy.h"
> diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
> index f99a7ff281ef..d261947ef30a 100644
> --- a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
> +++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_HDMI_TX3G4C28PHY_H_
> diff --git a/drivers/gpu/drm/sti/sti_hqvdp.c b/drivers/gpu/drm/sti/sti_hqvdp.c
> index b19b3430b296..106be8c4e58b 100644
> --- a/drivers/gpu/drm/sti/sti_hqvdp.c
> +++ b/drivers/gpu/drm/sti/sti_hqvdp.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/component.h>
> diff --git a/drivers/gpu/drm/sti/sti_hqvdp_lut.h b/drivers/gpu/drm/sti/sti_hqvdp_lut.h
> index 619af7f4384e..57cccd9546a3 100644
> --- a/drivers/gpu/drm/sti/sti_hqvdp_lut.h
> +++ b/drivers/gpu/drm/sti/sti_hqvdp_lut.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_HQVDP_LUT_H_
> diff --git a/drivers/gpu/drm/sti/sti_mixer.c b/drivers/gpu/drm/sti/sti_mixer.c
> index 2bd1d46fe1cd..a4f45c74d678 100644
> --- a/drivers/gpu/drm/sti/sti_mixer.c
> +++ b/drivers/gpu/drm/sti/sti_mixer.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   #include <linux/seq_file.h>
>   
> diff --git a/drivers/gpu/drm/sti/sti_mixer.h b/drivers/gpu/drm/sti/sti_mixer.h
> index e64a00e61049..4cb3cfddc03a 100644
> --- a/drivers/gpu/drm/sti/sti_mixer.h
> +++ b/drivers/gpu/drm/sti/sti_mixer.h
> @@ -1,9 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_MIXER_H_
> diff --git a/drivers/gpu/drm/sti/sti_plane.c b/drivers/gpu/drm/sti/sti_plane.c
> index 427d8f58c6b1..b074609c960a 100644
> --- a/drivers/gpu/drm/sti/sti_plane.c
> +++ b/drivers/gpu/drm/sti/sti_plane.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <drm/drmP.h>
> diff --git a/drivers/gpu/drm/sti/sti_plane.h b/drivers/gpu/drm/sti/sti_plane.h
> index c36c13faaa18..b8d7fae2a014 100644
> --- a/drivers/gpu/drm/sti/sti_plane.h
> +++ b/drivers/gpu/drm/sti/sti_plane.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_PLANE_H_
> diff --git a/drivers/gpu/drm/sti/sti_tvout.c b/drivers/gpu/drm/sti/sti_tvout.c
> index 8959fcc743a8..ea4a3b87fa55 100644
> --- a/drivers/gpu/drm/sti/sti_tvout.c
> +++ b/drivers/gpu/drm/sti/sti_tvout.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Vincent Abriou <vincent.abriou@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/clk.h>
> diff --git a/drivers/gpu/drm/sti/sti_vid.c b/drivers/gpu/drm/sti/sti_vid.c
> index 577a3341d3c1..2aac36c95835 100644
> --- a/drivers/gpu/drm/sti/sti_vid.c
> +++ b/drivers/gpu/drm/sti/sti_vid.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   #include <linux/seq_file.h>
>   
> diff --git a/drivers/gpu/drm/sti/sti_vid.h b/drivers/gpu/drm/sti/sti_vid.h
> index fdc90f922a05..9dbd78461de1 100644
> --- a/drivers/gpu/drm/sti/sti_vid.h
> +++ b/drivers/gpu/drm/sti/sti_vid.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_VID_H_
> diff --git a/drivers/gpu/drm/sti/sti_vtg.c b/drivers/gpu/drm/sti/sti_vtg.c
> index 2dcba1d3a122..fbadb9ef6d31 100644
> --- a/drivers/gpu/drm/sti/sti_vtg.c
> +++ b/drivers/gpu/drm/sti/sti_vtg.c
> @@ -1,10 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>    *          Fabien Dessenne <fabien.dessenne@st.com>
>    *          Vincent Abriou <vincent.abriou@st.com>
>    *          for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #include <linux/module.h>
> diff --git a/drivers/gpu/drm/sti/sti_vtg.h b/drivers/gpu/drm/sti/sti_vtg.h
> index f1dcdf9c2342..d177129e5bcb 100644
> --- a/drivers/gpu/drm/sti/sti_vtg.h
> +++ b/drivers/gpu/drm/sti/sti_vtg.h
> @@ -1,7 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
>   /*
>    * Copyright (C) STMicroelectronics SA 2014
>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
> - * License terms:  GNU General Public License (GPL), version 2
>    */
>   
>   #ifndef _STI_VTG_H_
> 
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH] gpu: drm: stm: Adopt SPDX identifiers
  2017-12-06 14:26   ` Vincent ABRIOU
@ 2017-12-06 15:20     ` Benjamin Gaignard
  -1 siblings, 0 replies; 14+ messages in thread
From: Benjamin Gaignard @ 2017-12-06 15:20 UTC (permalink / raw)
  To: Vincent ABRIOU
  Cc: airlied, Yannick FERTRE, Philippe CORNU, dri-devel, linux-kernel,
	Benjamin GAIGNARD

2017-12-06 15:26 GMT+01:00 Vincent ABRIOU <vincent.abriou@st.com>:
> Benjamin,
>
> The patch is fine for me:
>
> Acked-by: Vincent Abriou <vincent.abriou@st.com>
>
> Vincent

Thanks,

Pushed in drm-misc-next

Benjamin

>
> On 12/06/2017 12:29 PM, Benjamin Gaignard wrote:
>> Add SPDX identifiers to files under stm directory
>>
>> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
>> ---
>>   drivers/gpu/drm/stm/drv.c             | 3 +--
>>   drivers/gpu/drm/stm/dw_mipi_dsi-stm.c | 3 +--
>>   drivers/gpu/drm/stm/ltdc.c            | 3 +--
>>   drivers/gpu/drm/stm/ltdc.h            | 3 +--
>>   4 files changed, 4 insertions(+), 8 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/stm/drv.c b/drivers/gpu/drm/stm/drv.c
>> index c857663eafc2..2d6e9ca0450b 100644
>> --- a/drivers/gpu/drm/stm/drv.c
>> +++ b/drivers/gpu/drm/stm/drv.c
>> @@ -1,3 +1,4 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2017
>>    *
>> @@ -5,8 +6,6 @@
>>    *          Yannick Fertre <yannick.fertre@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          Mickael Reulier <mickael.reulier@st.com>
>> - *
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/component.h>
>> diff --git a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
>> index e5b6310240fe..2e53410189f8 100644
>> --- a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
>> +++ b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
>> @@ -1,10 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2017
>>    *
>>    * Authors: Philippe Cornu <philippe.cornu@st.com>
>>    *          Yannick Fertre <yannick.fertre@st.com>
>> - *
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/stm/ltdc.c b/drivers/gpu/drm/stm/ltdc.c
>> index 735c9081202a..34b91d049481 100644
>> --- a/drivers/gpu/drm/stm/ltdc.c
>> +++ b/drivers/gpu/drm/stm/ltdc.c
>> @@ -1,3 +1,4 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2017
>>    *
>> @@ -5,8 +6,6 @@
>>    *          Yannick Fertre <yannick.fertre@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          Mickael Reulier <mickael.reulier@st.com>
>> - *
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/stm/ltdc.h b/drivers/gpu/drm/stm/ltdc.h
>> index ae437557d715..d5da74d24995 100644
>> --- a/drivers/gpu/drm/stm/ltdc.h
>> +++ b/drivers/gpu/drm/stm/ltdc.h
>> @@ -1,3 +1,4 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2017
>>    *
>> @@ -5,8 +6,6 @@
>>    *          Yannick Fertre <yannick.fertre@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          Mickael Reulier <mickael.reulier@st.com>
>> - *
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _LTDC_H_
>>



-- 
Benjamin Gaignard

Graphic Study Group

Linaro.org │ Open source software for ARM SoCs

Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH] gpu: drm: stm: Adopt SPDX identifiers
@ 2017-12-06 15:20     ` Benjamin Gaignard
  0 siblings, 0 replies; 14+ messages in thread
From: Benjamin Gaignard @ 2017-12-06 15:20 UTC (permalink / raw)
  To: Vincent ABRIOU
  Cc: Benjamin GAIGNARD, airlied, Philippe CORNU, dri-devel,
	linux-kernel, Yannick FERTRE

2017-12-06 15:26 GMT+01:00 Vincent ABRIOU <vincent.abriou@st.com>:
> Benjamin,
>
> The patch is fine for me:
>
> Acked-by: Vincent Abriou <vincent.abriou@st.com>
>
> Vincent

Thanks,

Pushed in drm-misc-next

Benjamin

>
> On 12/06/2017 12:29 PM, Benjamin Gaignard wrote:
>> Add SPDX identifiers to files under stm directory
>>
>> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
>> ---
>>   drivers/gpu/drm/stm/drv.c             | 3 +--
>>   drivers/gpu/drm/stm/dw_mipi_dsi-stm.c | 3 +--
>>   drivers/gpu/drm/stm/ltdc.c            | 3 +--
>>   drivers/gpu/drm/stm/ltdc.h            | 3 +--
>>   4 files changed, 4 insertions(+), 8 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/stm/drv.c b/drivers/gpu/drm/stm/drv.c
>> index c857663eafc2..2d6e9ca0450b 100644
>> --- a/drivers/gpu/drm/stm/drv.c
>> +++ b/drivers/gpu/drm/stm/drv.c
>> @@ -1,3 +1,4 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2017
>>    *
>> @@ -5,8 +6,6 @@
>>    *          Yannick Fertre <yannick.fertre@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          Mickael Reulier <mickael.reulier@st.com>
>> - *
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/component.h>
>> diff --git a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
>> index e5b6310240fe..2e53410189f8 100644
>> --- a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
>> +++ b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
>> @@ -1,10 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2017
>>    *
>>    * Authors: Philippe Cornu <philippe.cornu@st.com>
>>    *          Yannick Fertre <yannick.fertre@st.com>
>> - *
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/stm/ltdc.c b/drivers/gpu/drm/stm/ltdc.c
>> index 735c9081202a..34b91d049481 100644
>> --- a/drivers/gpu/drm/stm/ltdc.c
>> +++ b/drivers/gpu/drm/stm/ltdc.c
>> @@ -1,3 +1,4 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2017
>>    *
>> @@ -5,8 +6,6 @@
>>    *          Yannick Fertre <yannick.fertre@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          Mickael Reulier <mickael.reulier@st.com>
>> - *
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/stm/ltdc.h b/drivers/gpu/drm/stm/ltdc.h
>> index ae437557d715..d5da74d24995 100644
>> --- a/drivers/gpu/drm/stm/ltdc.h
>> +++ b/drivers/gpu/drm/stm/ltdc.h
>> @@ -1,3 +1,4 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2017
>>    *
>> @@ -5,8 +6,6 @@
>>    *          Yannick Fertre <yannick.fertre@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          Mickael Reulier <mickael.reulier@st.com>
>> - *
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _LTDC_H_
>>



-- 
Benjamin Gaignard

Graphic Study Group

Linaro.org │ Open source software for ARM SoCs

Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH] gpu: drm: sti: Adopt SPDX identifiers
  2017-12-06 14:26     ` Vincent ABRIOU
@ 2017-12-06 15:21       ` Benjamin Gaignard
  -1 siblings, 0 replies; 14+ messages in thread
From: Benjamin Gaignard @ 2017-12-06 15:21 UTC (permalink / raw)
  To: Vincent ABRIOU
  Cc: airlied, Yannick FERTRE, Philippe CORNU, dri-devel, linux-kernel,
	Benjamin GAIGNARD

2017-12-06 15:26 GMT+01:00 Vincent ABRIOU <vincent.abriou@st.com>:
> Benjamin,
>
> The patch is fine for me:
>
> Acked-by: Vincent Abriou <vincent.abriou@st.com>
>
> Vincent

Thanks,

Pushed in drm-misc-next

Benjamin

>
> On 12/06/2017 12:29 PM, Benjamin Gaignard wrote:
>> Add SPDX identifiers to files under sti directory
>>
>> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
>> ---
>>   drivers/gpu/drm/sti/sti_awg_utils.c        | 2 +-
>>   drivers/gpu/drm/sti/sti_awg_utils.h        | 2 +-
>>   drivers/gpu/drm/sti/sti_compositor.c       | 2 +-
>>   drivers/gpu/drm/sti/sti_compositor.h       | 2 +-
>>   drivers/gpu/drm/sti/sti_crtc.c             | 2 +-
>>   drivers/gpu/drm/sti/sti_crtc.h             | 2 +-
>>   drivers/gpu/drm/sti/sti_cursor.c           | 2 +-
>>   drivers/gpu/drm/sti/sti_cursor.h           | 2 +-
>>   drivers/gpu/drm/sti/sti_drv.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_drv.h              | 2 +-
>>   drivers/gpu/drm/sti/sti_dvo.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_gdp.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_gdp.h              | 2 +-
>>   drivers/gpu/drm/sti/sti_hda.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_hdmi.c             | 2 +-
>>   drivers/gpu/drm/sti/sti_hdmi.h             | 2 +-
>>   drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c | 2 +-
>>   drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h | 2 +-
>>   drivers/gpu/drm/sti/sti_hqvdp.c            | 2 +-
>>   drivers/gpu/drm/sti/sti_hqvdp_lut.h        | 2 +-
>>   drivers/gpu/drm/sti/sti_mixer.c            | 2 +-
>>   drivers/gpu/drm/sti/sti_mixer.h            | 2 +-
>>   drivers/gpu/drm/sti/sti_plane.c            | 2 +-
>>   drivers/gpu/drm/sti/sti_plane.h            | 2 +-
>>   drivers/gpu/drm/sti/sti_tvout.c            | 2 +-
>>   drivers/gpu/drm/sti/sti_vid.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_vid.h              | 2 +-
>>   drivers/gpu/drm/sti/sti_vtg.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_vtg.h              | 2 +-
>>   29 files changed, 29 insertions(+), 29 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/sti/sti_awg_utils.c b/drivers/gpu/drm/sti/sti_awg_utils.c
>> index 2da7d6866d5d..7c5a7830b6e8 100644
>> --- a/drivers/gpu/drm/sti/sti_awg_utils.c
>> +++ b/drivers/gpu/drm/sti/sti_awg_utils.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include "sti_awg_utils.h"
>> diff --git a/drivers/gpu/drm/sti/sti_awg_utils.h b/drivers/gpu/drm/sti/sti_awg_utils.h
>> index 45d599bd570a..258a568f050b 100644
>> --- a/drivers/gpu/drm/sti/sti_awg_utils.h
>> +++ b/drivers/gpu/drm/sti/sti_awg_utils.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_AWG_UTILS_H_
>> diff --git a/drivers/gpu/drm/sti/sti_compositor.c b/drivers/gpu/drm/sti/sti_compositor.c
>> index 6e4bf68262db..021b8fcaa0b9 100644
>> --- a/drivers/gpu/drm/sti/sti_compositor.c
>> +++ b/drivers/gpu/drm/sti/sti_compositor.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/component.h>
>> diff --git a/drivers/gpu/drm/sti/sti_compositor.h b/drivers/gpu/drm/sti/sti_compositor.h
>> index 2952a2d25a52..ac4bb3834810 100644
>> --- a/drivers/gpu/drm/sti/sti_compositor.h
>> +++ b/drivers/gpu/drm/sti/sti_compositor.h
>> @@ -1,9 +1,9 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_COMPOSITOR_H_
>> diff --git a/drivers/gpu/drm/sti/sti_crtc.c b/drivers/gpu/drm/sti/sti_crtc.c
>> index e8a4d48e985a..21e50d7b1f86 100644
>> --- a/drivers/gpu/drm/sti/sti_crtc.c
>> +++ b/drivers/gpu/drm/sti/sti_crtc.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/sti/sti_crtc.h b/drivers/gpu/drm/sti/sti_crtc.h
>> index 3f2d89a3634d..d87c488212d6 100644
>> --- a/drivers/gpu/drm/sti/sti_crtc.h
>> +++ b/drivers/gpu/drm/sti/sti_crtc.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_CRTC_H_
>> diff --git a/drivers/gpu/drm/sti/sti_cursor.c b/drivers/gpu/drm/sti/sti_cursor.c
>> index b709ebbec095..df0a282b9615 100644
>> --- a/drivers/gpu/drm/sti/sti_cursor.c
>> +++ b/drivers/gpu/drm/sti/sti_cursor.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Vincent Abriou <vincent.abriou@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/seq_file.h>
>> diff --git a/drivers/gpu/drm/sti/sti_cursor.h b/drivers/gpu/drm/sti/sti_cursor.h
>> index 2ee5c10e8b33..067feda5226c 100644
>> --- a/drivers/gpu/drm/sti/sti_cursor.h
>> +++ b/drivers/gpu/drm/sti/sti_cursor.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2013
>>    * Authors: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_CURSOR_H_
>> diff --git a/drivers/gpu/drm/sti/sti_drv.c b/drivers/gpu/drm/sti/sti_drv.c
>> index 9e9343101738..88d1dc6408af 100644
>> --- a/drivers/gpu/drm/sti/sti_drv.c
>> +++ b/drivers/gpu/drm/sti/sti_drv.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <drm/drmP.h>
>> diff --git a/drivers/gpu/drm/sti/sti_drv.h b/drivers/gpu/drm/sti/sti_drv.h
>> index 6502ed2d3351..abc49b43566e 100644
>> --- a/drivers/gpu/drm/sti/sti_drv.h
>> +++ b/drivers/gpu/drm/sti/sti_drv.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_DRV_H_
>> diff --git a/drivers/gpu/drm/sti/sti_dvo.c b/drivers/gpu/drm/sti/sti_dvo.c
>> index 83314aee65cb..a5979cd25cc7 100644
>> --- a/drivers/gpu/drm/sti/sti_dvo.c
>> +++ b/drivers/gpu/drm/sti/sti_dvo.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/sti/sti_gdp.c b/drivers/gpu/drm/sti/sti_gdp.c
>> index b65eea4f2c97..9b2c47051b51 100644
>> --- a/drivers/gpu/drm/sti/sti_gdp.c
>> +++ b/drivers/gpu/drm/sti/sti_gdp.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>   #include <linux/seq_file.h>
>>
>> diff --git a/drivers/gpu/drm/sti/sti_gdp.h b/drivers/gpu/drm/sti/sti_gdp.h
>> index 73947a4a8004..d3e8ebfe2e66 100644
>> --- a/drivers/gpu/drm/sti/sti_gdp.h
>> +++ b/drivers/gpu/drm/sti/sti_gdp.h
>> @@ -1,9 +1,9 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_GDP_H_
>> diff --git a/drivers/gpu/drm/sti/sti_hda.c b/drivers/gpu/drm/sti/sti_hda.c
>> index cf65e32b5090..67bbdb49fffc 100644
>> --- a/drivers/gpu/drm/sti/sti_hda.c
>> +++ b/drivers/gpu/drm/sti/sti_hda.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/sti/sti_hdmi.c b/drivers/gpu/drm/sti/sti_hdmi.c
>> index 30f02d2fdd03..f0e2989a6dba 100644
>> --- a/drivers/gpu/drm/sti/sti_hdmi.c
>> +++ b/drivers/gpu/drm/sti/sti_hdmi.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/sti/sti_hdmi.h b/drivers/gpu/drm/sti/sti_hdmi.h
>> index c6469b56ce7e..63a24941db3b 100644
>> --- a/drivers/gpu/drm/sti/sti_hdmi.h
>> +++ b/drivers/gpu/drm/sti/sti_hdmi.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_HDMI_H_
>> diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
>> index 8e0ceb0ced33..01699af6a768 100644
>> --- a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
>> +++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include "sti_hdmi_tx3g4c28phy.h"
>> diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
>> index f99a7ff281ef..d261947ef30a 100644
>> --- a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
>> +++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_HDMI_TX3G4C28PHY_H_
>> diff --git a/drivers/gpu/drm/sti/sti_hqvdp.c b/drivers/gpu/drm/sti/sti_hqvdp.c
>> index b19b3430b296..106be8c4e58b 100644
>> --- a/drivers/gpu/drm/sti/sti_hqvdp.c
>> +++ b/drivers/gpu/drm/sti/sti_hqvdp.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/component.h>
>> diff --git a/drivers/gpu/drm/sti/sti_hqvdp_lut.h b/drivers/gpu/drm/sti/sti_hqvdp_lut.h
>> index 619af7f4384e..57cccd9546a3 100644
>> --- a/drivers/gpu/drm/sti/sti_hqvdp_lut.h
>> +++ b/drivers/gpu/drm/sti/sti_hqvdp_lut.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_HQVDP_LUT_H_
>> diff --git a/drivers/gpu/drm/sti/sti_mixer.c b/drivers/gpu/drm/sti/sti_mixer.c
>> index 2bd1d46fe1cd..a4f45c74d678 100644
>> --- a/drivers/gpu/drm/sti/sti_mixer.c
>> +++ b/drivers/gpu/drm/sti/sti_mixer.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>   #include <linux/seq_file.h>
>>
>> diff --git a/drivers/gpu/drm/sti/sti_mixer.h b/drivers/gpu/drm/sti/sti_mixer.h
>> index e64a00e61049..4cb3cfddc03a 100644
>> --- a/drivers/gpu/drm/sti/sti_mixer.h
>> +++ b/drivers/gpu/drm/sti/sti_mixer.h
>> @@ -1,9 +1,9 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_MIXER_H_
>> diff --git a/drivers/gpu/drm/sti/sti_plane.c b/drivers/gpu/drm/sti/sti_plane.c
>> index 427d8f58c6b1..b074609c960a 100644
>> --- a/drivers/gpu/drm/sti/sti_plane.c
>> +++ b/drivers/gpu/drm/sti/sti_plane.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <drm/drmP.h>
>> diff --git a/drivers/gpu/drm/sti/sti_plane.h b/drivers/gpu/drm/sti/sti_plane.h
>> index c36c13faaa18..b8d7fae2a014 100644
>> --- a/drivers/gpu/drm/sti/sti_plane.h
>> +++ b/drivers/gpu/drm/sti/sti_plane.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_PLANE_H_
>> diff --git a/drivers/gpu/drm/sti/sti_tvout.c b/drivers/gpu/drm/sti/sti_tvout.c
>> index 8959fcc743a8..ea4a3b87fa55 100644
>> --- a/drivers/gpu/drm/sti/sti_tvout.c
>> +++ b/drivers/gpu/drm/sti/sti_tvout.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Vincent Abriou <vincent.abriou@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/sti/sti_vid.c b/drivers/gpu/drm/sti/sti_vid.c
>> index 577a3341d3c1..2aac36c95835 100644
>> --- a/drivers/gpu/drm/sti/sti_vid.c
>> +++ b/drivers/gpu/drm/sti/sti_vid.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>   #include <linux/seq_file.h>
>>
>> diff --git a/drivers/gpu/drm/sti/sti_vid.h b/drivers/gpu/drm/sti/sti_vid.h
>> index fdc90f922a05..9dbd78461de1 100644
>> --- a/drivers/gpu/drm/sti/sti_vid.h
>> +++ b/drivers/gpu/drm/sti/sti_vid.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_VID_H_
>> diff --git a/drivers/gpu/drm/sti/sti_vtg.c b/drivers/gpu/drm/sti/sti_vtg.c
>> index 2dcba1d3a122..fbadb9ef6d31 100644
>> --- a/drivers/gpu/drm/sti/sti_vtg.c
>> +++ b/drivers/gpu/drm/sti/sti_vtg.c
>> @@ -1,10 +1,10 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          Vincent Abriou <vincent.abriou@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/module.h>
>> diff --git a/drivers/gpu/drm/sti/sti_vtg.h b/drivers/gpu/drm/sti/sti_vtg.h
>> index f1dcdf9c2342..d177129e5bcb 100644
>> --- a/drivers/gpu/drm/sti/sti_vtg.h
>> +++ b/drivers/gpu/drm/sti/sti_vtg.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_VTG_H_
>>



-- 
Benjamin Gaignard

Graphic Study Group

Linaro.org │ Open source software for ARM SoCs

Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH] gpu: drm: sti: Adopt SPDX identifiers
@ 2017-12-06 15:21       ` Benjamin Gaignard
  0 siblings, 0 replies; 14+ messages in thread
From: Benjamin Gaignard @ 2017-12-06 15:21 UTC (permalink / raw)
  To: Vincent ABRIOU
  Cc: Benjamin GAIGNARD, airlied, Philippe CORNU, dri-devel,
	linux-kernel, Yannick FERTRE

2017-12-06 15:26 GMT+01:00 Vincent ABRIOU <vincent.abriou@st.com>:
> Benjamin,
>
> The patch is fine for me:
>
> Acked-by: Vincent Abriou <vincent.abriou@st.com>
>
> Vincent

Thanks,

Pushed in drm-misc-next

Benjamin

>
> On 12/06/2017 12:29 PM, Benjamin Gaignard wrote:
>> Add SPDX identifiers to files under sti directory
>>
>> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
>> ---
>>   drivers/gpu/drm/sti/sti_awg_utils.c        | 2 +-
>>   drivers/gpu/drm/sti/sti_awg_utils.h        | 2 +-
>>   drivers/gpu/drm/sti/sti_compositor.c       | 2 +-
>>   drivers/gpu/drm/sti/sti_compositor.h       | 2 +-
>>   drivers/gpu/drm/sti/sti_crtc.c             | 2 +-
>>   drivers/gpu/drm/sti/sti_crtc.h             | 2 +-
>>   drivers/gpu/drm/sti/sti_cursor.c           | 2 +-
>>   drivers/gpu/drm/sti/sti_cursor.h           | 2 +-
>>   drivers/gpu/drm/sti/sti_drv.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_drv.h              | 2 +-
>>   drivers/gpu/drm/sti/sti_dvo.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_gdp.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_gdp.h              | 2 +-
>>   drivers/gpu/drm/sti/sti_hda.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_hdmi.c             | 2 +-
>>   drivers/gpu/drm/sti/sti_hdmi.h             | 2 +-
>>   drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c | 2 +-
>>   drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h | 2 +-
>>   drivers/gpu/drm/sti/sti_hqvdp.c            | 2 +-
>>   drivers/gpu/drm/sti/sti_hqvdp_lut.h        | 2 +-
>>   drivers/gpu/drm/sti/sti_mixer.c            | 2 +-
>>   drivers/gpu/drm/sti/sti_mixer.h            | 2 +-
>>   drivers/gpu/drm/sti/sti_plane.c            | 2 +-
>>   drivers/gpu/drm/sti/sti_plane.h            | 2 +-
>>   drivers/gpu/drm/sti/sti_tvout.c            | 2 +-
>>   drivers/gpu/drm/sti/sti_vid.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_vid.h              | 2 +-
>>   drivers/gpu/drm/sti/sti_vtg.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_vtg.h              | 2 +-
>>   29 files changed, 29 insertions(+), 29 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/sti/sti_awg_utils.c b/drivers/gpu/drm/sti/sti_awg_utils.c
>> index 2da7d6866d5d..7c5a7830b6e8 100644
>> --- a/drivers/gpu/drm/sti/sti_awg_utils.c
>> +++ b/drivers/gpu/drm/sti/sti_awg_utils.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include "sti_awg_utils.h"
>> diff --git a/drivers/gpu/drm/sti/sti_awg_utils.h b/drivers/gpu/drm/sti/sti_awg_utils.h
>> index 45d599bd570a..258a568f050b 100644
>> --- a/drivers/gpu/drm/sti/sti_awg_utils.h
>> +++ b/drivers/gpu/drm/sti/sti_awg_utils.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_AWG_UTILS_H_
>> diff --git a/drivers/gpu/drm/sti/sti_compositor.c b/drivers/gpu/drm/sti/sti_compositor.c
>> index 6e4bf68262db..021b8fcaa0b9 100644
>> --- a/drivers/gpu/drm/sti/sti_compositor.c
>> +++ b/drivers/gpu/drm/sti/sti_compositor.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/component.h>
>> diff --git a/drivers/gpu/drm/sti/sti_compositor.h b/drivers/gpu/drm/sti/sti_compositor.h
>> index 2952a2d25a52..ac4bb3834810 100644
>> --- a/drivers/gpu/drm/sti/sti_compositor.h
>> +++ b/drivers/gpu/drm/sti/sti_compositor.h
>> @@ -1,9 +1,9 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_COMPOSITOR_H_
>> diff --git a/drivers/gpu/drm/sti/sti_crtc.c b/drivers/gpu/drm/sti/sti_crtc.c
>> index e8a4d48e985a..21e50d7b1f86 100644
>> --- a/drivers/gpu/drm/sti/sti_crtc.c
>> +++ b/drivers/gpu/drm/sti/sti_crtc.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/sti/sti_crtc.h b/drivers/gpu/drm/sti/sti_crtc.h
>> index 3f2d89a3634d..d87c488212d6 100644
>> --- a/drivers/gpu/drm/sti/sti_crtc.h
>> +++ b/drivers/gpu/drm/sti/sti_crtc.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_CRTC_H_
>> diff --git a/drivers/gpu/drm/sti/sti_cursor.c b/drivers/gpu/drm/sti/sti_cursor.c
>> index b709ebbec095..df0a282b9615 100644
>> --- a/drivers/gpu/drm/sti/sti_cursor.c
>> +++ b/drivers/gpu/drm/sti/sti_cursor.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Vincent Abriou <vincent.abriou@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/seq_file.h>
>> diff --git a/drivers/gpu/drm/sti/sti_cursor.h b/drivers/gpu/drm/sti/sti_cursor.h
>> index 2ee5c10e8b33..067feda5226c 100644
>> --- a/drivers/gpu/drm/sti/sti_cursor.h
>> +++ b/drivers/gpu/drm/sti/sti_cursor.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2013
>>    * Authors: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_CURSOR_H_
>> diff --git a/drivers/gpu/drm/sti/sti_drv.c b/drivers/gpu/drm/sti/sti_drv.c
>> index 9e9343101738..88d1dc6408af 100644
>> --- a/drivers/gpu/drm/sti/sti_drv.c
>> +++ b/drivers/gpu/drm/sti/sti_drv.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <drm/drmP.h>
>> diff --git a/drivers/gpu/drm/sti/sti_drv.h b/drivers/gpu/drm/sti/sti_drv.h
>> index 6502ed2d3351..abc49b43566e 100644
>> --- a/drivers/gpu/drm/sti/sti_drv.h
>> +++ b/drivers/gpu/drm/sti/sti_drv.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_DRV_H_
>> diff --git a/drivers/gpu/drm/sti/sti_dvo.c b/drivers/gpu/drm/sti/sti_dvo.c
>> index 83314aee65cb..a5979cd25cc7 100644
>> --- a/drivers/gpu/drm/sti/sti_dvo.c
>> +++ b/drivers/gpu/drm/sti/sti_dvo.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/sti/sti_gdp.c b/drivers/gpu/drm/sti/sti_gdp.c
>> index b65eea4f2c97..9b2c47051b51 100644
>> --- a/drivers/gpu/drm/sti/sti_gdp.c
>> +++ b/drivers/gpu/drm/sti/sti_gdp.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>   #include <linux/seq_file.h>
>>
>> diff --git a/drivers/gpu/drm/sti/sti_gdp.h b/drivers/gpu/drm/sti/sti_gdp.h
>> index 73947a4a8004..d3e8ebfe2e66 100644
>> --- a/drivers/gpu/drm/sti/sti_gdp.h
>> +++ b/drivers/gpu/drm/sti/sti_gdp.h
>> @@ -1,9 +1,9 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_GDP_H_
>> diff --git a/drivers/gpu/drm/sti/sti_hda.c b/drivers/gpu/drm/sti/sti_hda.c
>> index cf65e32b5090..67bbdb49fffc 100644
>> --- a/drivers/gpu/drm/sti/sti_hda.c
>> +++ b/drivers/gpu/drm/sti/sti_hda.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/sti/sti_hdmi.c b/drivers/gpu/drm/sti/sti_hdmi.c
>> index 30f02d2fdd03..f0e2989a6dba 100644
>> --- a/drivers/gpu/drm/sti/sti_hdmi.c
>> +++ b/drivers/gpu/drm/sti/sti_hdmi.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/sti/sti_hdmi.h b/drivers/gpu/drm/sti/sti_hdmi.h
>> index c6469b56ce7e..63a24941db3b 100644
>> --- a/drivers/gpu/drm/sti/sti_hdmi.h
>> +++ b/drivers/gpu/drm/sti/sti_hdmi.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_HDMI_H_
>> diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
>> index 8e0ceb0ced33..01699af6a768 100644
>> --- a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
>> +++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include "sti_hdmi_tx3g4c28phy.h"
>> diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
>> index f99a7ff281ef..d261947ef30a 100644
>> --- a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
>> +++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_HDMI_TX3G4C28PHY_H_
>> diff --git a/drivers/gpu/drm/sti/sti_hqvdp.c b/drivers/gpu/drm/sti/sti_hqvdp.c
>> index b19b3430b296..106be8c4e58b 100644
>> --- a/drivers/gpu/drm/sti/sti_hqvdp.c
>> +++ b/drivers/gpu/drm/sti/sti_hqvdp.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/component.h>
>> diff --git a/drivers/gpu/drm/sti/sti_hqvdp_lut.h b/drivers/gpu/drm/sti/sti_hqvdp_lut.h
>> index 619af7f4384e..57cccd9546a3 100644
>> --- a/drivers/gpu/drm/sti/sti_hqvdp_lut.h
>> +++ b/drivers/gpu/drm/sti/sti_hqvdp_lut.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_HQVDP_LUT_H_
>> diff --git a/drivers/gpu/drm/sti/sti_mixer.c b/drivers/gpu/drm/sti/sti_mixer.c
>> index 2bd1d46fe1cd..a4f45c74d678 100644
>> --- a/drivers/gpu/drm/sti/sti_mixer.c
>> +++ b/drivers/gpu/drm/sti/sti_mixer.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>   #include <linux/seq_file.h>
>>
>> diff --git a/drivers/gpu/drm/sti/sti_mixer.h b/drivers/gpu/drm/sti/sti_mixer.h
>> index e64a00e61049..4cb3cfddc03a 100644
>> --- a/drivers/gpu/drm/sti/sti_mixer.h
>> +++ b/drivers/gpu/drm/sti/sti_mixer.h
>> @@ -1,9 +1,9 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_MIXER_H_
>> diff --git a/drivers/gpu/drm/sti/sti_plane.c b/drivers/gpu/drm/sti/sti_plane.c
>> index 427d8f58c6b1..b074609c960a 100644
>> --- a/drivers/gpu/drm/sti/sti_plane.c
>> +++ b/drivers/gpu/drm/sti/sti_plane.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <drm/drmP.h>
>> diff --git a/drivers/gpu/drm/sti/sti_plane.h b/drivers/gpu/drm/sti/sti_plane.h
>> index c36c13faaa18..b8d7fae2a014 100644
>> --- a/drivers/gpu/drm/sti/sti_plane.h
>> +++ b/drivers/gpu/drm/sti/sti_plane.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_PLANE_H_
>> diff --git a/drivers/gpu/drm/sti/sti_tvout.c b/drivers/gpu/drm/sti/sti_tvout.c
>> index 8959fcc743a8..ea4a3b87fa55 100644
>> --- a/drivers/gpu/drm/sti/sti_tvout.c
>> +++ b/drivers/gpu/drm/sti/sti_tvout.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Vincent Abriou <vincent.abriou@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/sti/sti_vid.c b/drivers/gpu/drm/sti/sti_vid.c
>> index 577a3341d3c1..2aac36c95835 100644
>> --- a/drivers/gpu/drm/sti/sti_vid.c
>> +++ b/drivers/gpu/drm/sti/sti_vid.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>   #include <linux/seq_file.h>
>>
>> diff --git a/drivers/gpu/drm/sti/sti_vid.h b/drivers/gpu/drm/sti/sti_vid.h
>> index fdc90f922a05..9dbd78461de1 100644
>> --- a/drivers/gpu/drm/sti/sti_vid.h
>> +++ b/drivers/gpu/drm/sti/sti_vid.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_VID_H_
>> diff --git a/drivers/gpu/drm/sti/sti_vtg.c b/drivers/gpu/drm/sti/sti_vtg.c
>> index 2dcba1d3a122..fbadb9ef6d31 100644
>> --- a/drivers/gpu/drm/sti/sti_vtg.c
>> +++ b/drivers/gpu/drm/sti/sti_vtg.c
>> @@ -1,10 +1,10 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          Vincent Abriou <vincent.abriou@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/module.h>
>> diff --git a/drivers/gpu/drm/sti/sti_vtg.h b/drivers/gpu/drm/sti/sti_vtg.h
>> index f1dcdf9c2342..d177129e5bcb 100644
>> --- a/drivers/gpu/drm/sti/sti_vtg.h
>> +++ b/drivers/gpu/drm/sti/sti_vtg.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_VTG_H_
>>



-- 
Benjamin Gaignard

Graphic Study Group

Linaro.org │ Open source software for ARM SoCs

Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH] gpu: drm: stm: Adopt SPDX identifiers
  2017-12-06 14:26   ` Vincent ABRIOU
  (?)
  (?)
@ 2017-12-06 21:28   ` Philippe Ombredanne
  -1 siblings, 0 replies; 14+ messages in thread
From: Philippe Ombredanne @ 2017-12-06 21:28 UTC (permalink / raw)
  To: Vincent ABRIOU
  Cc: Benjamin Gaignard, airlied, Yannick FERTRE, Philippe CORNU,
	dri-devel, linux-kernel, Benjamin GAIGNARD

On Wed, Dec 6, 2017 at 3:26 PM, Vincent ABRIOU <vincent.abriou@st.com> wrote:
> Benjamin,
>
> The patch is fine for me:
>
> Acked-by: Vincent Abriou <vincent.abriou@st.com>
>
> Vincent
>
> On 12/06/2017 12:29 PM, Benjamin Gaignard wrote:
>> Add SPDX identifiers to files under stm directory
>>
>> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
>> ---
>>   drivers/gpu/drm/stm/drv.c             | 3 +--
>>   drivers/gpu/drm/stm/dw_mipi_dsi-stm.c | 3 +--
>>   drivers/gpu/drm/stm/ltdc.c            | 3 +--
>>   drivers/gpu/drm/stm/ltdc.h            | 3 +--
>>   4 files changed, 4 insertions(+), 8 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/stm/drv.c b/drivers/gpu/drm/stm/drv.c
>> index c857663eafc2..2d6e9ca0450b 100644
>> --- a/drivers/gpu/drm/stm/drv.c
>> +++ b/drivers/gpu/drm/stm/drv.c
>> @@ -1,3 +1,4 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2017
>>    *
>> @@ -5,8 +6,6 @@
>>    *          Yannick Fertre <yannick.fertre@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          Mickael Reulier <mickael.reulier@st.com>
>> - *
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/component.h>
>> diff --git a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
>> index e5b6310240fe..2e53410189f8 100644
>> --- a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
>> +++ b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
>> @@ -1,10 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2017
>>    *
>>    * Authors: Philippe Cornu <philippe.cornu@st.com>
>>    *          Yannick Fertre <yannick.fertre@st.com>
>> - *
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/stm/ltdc.c b/drivers/gpu/drm/stm/ltdc.c
>> index 735c9081202a..34b91d049481 100644
>> --- a/drivers/gpu/drm/stm/ltdc.c
>> +++ b/drivers/gpu/drm/stm/ltdc.c
>> @@ -1,3 +1,4 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2017
>>    *
>> @@ -5,8 +6,6 @@
>>    *          Yannick Fertre <yannick.fertre@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          Mickael Reulier <mickael.reulier@st.com>
>> - *
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/stm/ltdc.h b/drivers/gpu/drm/stm/ltdc.h
>> index ae437557d715..d5da74d24995 100644
>> --- a/drivers/gpu/drm/stm/ltdc.h
>> +++ b/drivers/gpu/drm/stm/ltdc.h
>> @@ -1,3 +1,4 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2017
>>    *
>> @@ -5,8 +6,6 @@
>>    *          Yannick Fertre <yannick.fertre@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          Mickael Reulier <mickael.reulier@st.com>
>> - *
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _LTDC_H_
>>

For the use of SPDX ids: Thank you +++ and
Acked-by: Philippe Ombredanne <pombredanne@nexb.com>
-- 
Cordially
Philippe Ombredanne

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH] gpu: drm: sti: Adopt SPDX identifiers
  2017-12-06 14:26     ` Vincent ABRIOU
  (?)
  (?)
@ 2017-12-06 21:29     ` Philippe Ombredanne
  -1 siblings, 0 replies; 14+ messages in thread
From: Philippe Ombredanne @ 2017-12-06 21:29 UTC (permalink / raw)
  To: Vincent ABRIOU
  Cc: Benjamin Gaignard, airlied, Yannick FERTRE, Philippe CORNU,
	dri-devel, linux-kernel, Benjamin GAIGNARD

On Wed, Dec 6, 2017 at 3:26 PM, Vincent ABRIOU <vincent.abriou@st.com> wrote:
> Benjamin,
>
> The patch is fine for me:
>
> Acked-by: Vincent Abriou <vincent.abriou@st.com>
>
> Vincent
>
> On 12/06/2017 12:29 PM, Benjamin Gaignard wrote:
>> Add SPDX identifiers to files under sti directory
>>
>> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
>> ---
>>   drivers/gpu/drm/sti/sti_awg_utils.c        | 2 +-
>>   drivers/gpu/drm/sti/sti_awg_utils.h        | 2 +-
>>   drivers/gpu/drm/sti/sti_compositor.c       | 2 +-
>>   drivers/gpu/drm/sti/sti_compositor.h       | 2 +-
>>   drivers/gpu/drm/sti/sti_crtc.c             | 2 +-
>>   drivers/gpu/drm/sti/sti_crtc.h             | 2 +-
>>   drivers/gpu/drm/sti/sti_cursor.c           | 2 +-
>>   drivers/gpu/drm/sti/sti_cursor.h           | 2 +-
>>   drivers/gpu/drm/sti/sti_drv.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_drv.h              | 2 +-
>>   drivers/gpu/drm/sti/sti_dvo.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_gdp.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_gdp.h              | 2 +-
>>   drivers/gpu/drm/sti/sti_hda.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_hdmi.c             | 2 +-
>>   drivers/gpu/drm/sti/sti_hdmi.h             | 2 +-
>>   drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c | 2 +-
>>   drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h | 2 +-
>>   drivers/gpu/drm/sti/sti_hqvdp.c            | 2 +-
>>   drivers/gpu/drm/sti/sti_hqvdp_lut.h        | 2 +-
>>   drivers/gpu/drm/sti/sti_mixer.c            | 2 +-
>>   drivers/gpu/drm/sti/sti_mixer.h            | 2 +-
>>   drivers/gpu/drm/sti/sti_plane.c            | 2 +-
>>   drivers/gpu/drm/sti/sti_plane.h            | 2 +-
>>   drivers/gpu/drm/sti/sti_tvout.c            | 2 +-
>>   drivers/gpu/drm/sti/sti_vid.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_vid.h              | 2 +-
>>   drivers/gpu/drm/sti/sti_vtg.c              | 2 +-
>>   drivers/gpu/drm/sti/sti_vtg.h              | 2 +-
>>   29 files changed, 29 insertions(+), 29 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/sti/sti_awg_utils.c b/drivers/gpu/drm/sti/sti_awg_utils.c
>> index 2da7d6866d5d..7c5a7830b6e8 100644
>> --- a/drivers/gpu/drm/sti/sti_awg_utils.c
>> +++ b/drivers/gpu/drm/sti/sti_awg_utils.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include "sti_awg_utils.h"
>> diff --git a/drivers/gpu/drm/sti/sti_awg_utils.h b/drivers/gpu/drm/sti/sti_awg_utils.h
>> index 45d599bd570a..258a568f050b 100644
>> --- a/drivers/gpu/drm/sti/sti_awg_utils.h
>> +++ b/drivers/gpu/drm/sti/sti_awg_utils.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_AWG_UTILS_H_
>> diff --git a/drivers/gpu/drm/sti/sti_compositor.c b/drivers/gpu/drm/sti/sti_compositor.c
>> index 6e4bf68262db..021b8fcaa0b9 100644
>> --- a/drivers/gpu/drm/sti/sti_compositor.c
>> +++ b/drivers/gpu/drm/sti/sti_compositor.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/component.h>
>> diff --git a/drivers/gpu/drm/sti/sti_compositor.h b/drivers/gpu/drm/sti/sti_compositor.h
>> index 2952a2d25a52..ac4bb3834810 100644
>> --- a/drivers/gpu/drm/sti/sti_compositor.h
>> +++ b/drivers/gpu/drm/sti/sti_compositor.h
>> @@ -1,9 +1,9 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_COMPOSITOR_H_
>> diff --git a/drivers/gpu/drm/sti/sti_crtc.c b/drivers/gpu/drm/sti/sti_crtc.c
>> index e8a4d48e985a..21e50d7b1f86 100644
>> --- a/drivers/gpu/drm/sti/sti_crtc.c
>> +++ b/drivers/gpu/drm/sti/sti_crtc.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/sti/sti_crtc.h b/drivers/gpu/drm/sti/sti_crtc.h
>> index 3f2d89a3634d..d87c488212d6 100644
>> --- a/drivers/gpu/drm/sti/sti_crtc.h
>> +++ b/drivers/gpu/drm/sti/sti_crtc.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_CRTC_H_
>> diff --git a/drivers/gpu/drm/sti/sti_cursor.c b/drivers/gpu/drm/sti/sti_cursor.c
>> index b709ebbec095..df0a282b9615 100644
>> --- a/drivers/gpu/drm/sti/sti_cursor.c
>> +++ b/drivers/gpu/drm/sti/sti_cursor.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Vincent Abriou <vincent.abriou@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/seq_file.h>
>> diff --git a/drivers/gpu/drm/sti/sti_cursor.h b/drivers/gpu/drm/sti/sti_cursor.h
>> index 2ee5c10e8b33..067feda5226c 100644
>> --- a/drivers/gpu/drm/sti/sti_cursor.h
>> +++ b/drivers/gpu/drm/sti/sti_cursor.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2013
>>    * Authors: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_CURSOR_H_
>> diff --git a/drivers/gpu/drm/sti/sti_drv.c b/drivers/gpu/drm/sti/sti_drv.c
>> index 9e9343101738..88d1dc6408af 100644
>> --- a/drivers/gpu/drm/sti/sti_drv.c
>> +++ b/drivers/gpu/drm/sti/sti_drv.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <drm/drmP.h>
>> diff --git a/drivers/gpu/drm/sti/sti_drv.h b/drivers/gpu/drm/sti/sti_drv.h
>> index 6502ed2d3351..abc49b43566e 100644
>> --- a/drivers/gpu/drm/sti/sti_drv.h
>> +++ b/drivers/gpu/drm/sti/sti_drv.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_DRV_H_
>> diff --git a/drivers/gpu/drm/sti/sti_dvo.c b/drivers/gpu/drm/sti/sti_dvo.c
>> index 83314aee65cb..a5979cd25cc7 100644
>> --- a/drivers/gpu/drm/sti/sti_dvo.c
>> +++ b/drivers/gpu/drm/sti/sti_dvo.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/sti/sti_gdp.c b/drivers/gpu/drm/sti/sti_gdp.c
>> index b65eea4f2c97..9b2c47051b51 100644
>> --- a/drivers/gpu/drm/sti/sti_gdp.c
>> +++ b/drivers/gpu/drm/sti/sti_gdp.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>   #include <linux/seq_file.h>
>>
>> diff --git a/drivers/gpu/drm/sti/sti_gdp.h b/drivers/gpu/drm/sti/sti_gdp.h
>> index 73947a4a8004..d3e8ebfe2e66 100644
>> --- a/drivers/gpu/drm/sti/sti_gdp.h
>> +++ b/drivers/gpu/drm/sti/sti_gdp.h
>> @@ -1,9 +1,9 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_GDP_H_
>> diff --git a/drivers/gpu/drm/sti/sti_hda.c b/drivers/gpu/drm/sti/sti_hda.c
>> index cf65e32b5090..67bbdb49fffc 100644
>> --- a/drivers/gpu/drm/sti/sti_hda.c
>> +++ b/drivers/gpu/drm/sti/sti_hda.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/sti/sti_hdmi.c b/drivers/gpu/drm/sti/sti_hdmi.c
>> index 30f02d2fdd03..f0e2989a6dba 100644
>> --- a/drivers/gpu/drm/sti/sti_hdmi.c
>> +++ b/drivers/gpu/drm/sti/sti_hdmi.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/sti/sti_hdmi.h b/drivers/gpu/drm/sti/sti_hdmi.h
>> index c6469b56ce7e..63a24941db3b 100644
>> --- a/drivers/gpu/drm/sti/sti_hdmi.h
>> +++ b/drivers/gpu/drm/sti/sti_hdmi.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_HDMI_H_
>> diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
>> index 8e0ceb0ced33..01699af6a768 100644
>> --- a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
>> +++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include "sti_hdmi_tx3g4c28phy.h"
>> diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
>> index f99a7ff281ef..d261947ef30a 100644
>> --- a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
>> +++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_HDMI_TX3G4C28PHY_H_
>> diff --git a/drivers/gpu/drm/sti/sti_hqvdp.c b/drivers/gpu/drm/sti/sti_hqvdp.c
>> index b19b3430b296..106be8c4e58b 100644
>> --- a/drivers/gpu/drm/sti/sti_hqvdp.c
>> +++ b/drivers/gpu/drm/sti/sti_hqvdp.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/component.h>
>> diff --git a/drivers/gpu/drm/sti/sti_hqvdp_lut.h b/drivers/gpu/drm/sti/sti_hqvdp_lut.h
>> index 619af7f4384e..57cccd9546a3 100644
>> --- a/drivers/gpu/drm/sti/sti_hqvdp_lut.h
>> +++ b/drivers/gpu/drm/sti/sti_hqvdp_lut.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_HQVDP_LUT_H_
>> diff --git a/drivers/gpu/drm/sti/sti_mixer.c b/drivers/gpu/drm/sti/sti_mixer.c
>> index 2bd1d46fe1cd..a4f45c74d678 100644
>> --- a/drivers/gpu/drm/sti/sti_mixer.c
>> +++ b/drivers/gpu/drm/sti/sti_mixer.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>   #include <linux/seq_file.h>
>>
>> diff --git a/drivers/gpu/drm/sti/sti_mixer.h b/drivers/gpu/drm/sti/sti_mixer.h
>> index e64a00e61049..4cb3cfddc03a 100644
>> --- a/drivers/gpu/drm/sti/sti_mixer.h
>> +++ b/drivers/gpu/drm/sti/sti_mixer.h
>> @@ -1,9 +1,9 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_MIXER_H_
>> diff --git a/drivers/gpu/drm/sti/sti_plane.c b/drivers/gpu/drm/sti/sti_plane.c
>> index 427d8f58c6b1..b074609c960a 100644
>> --- a/drivers/gpu/drm/sti/sti_plane.c
>> +++ b/drivers/gpu/drm/sti/sti_plane.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <drm/drmP.h>
>> diff --git a/drivers/gpu/drm/sti/sti_plane.h b/drivers/gpu/drm/sti/sti_plane.h
>> index c36c13faaa18..b8d7fae2a014 100644
>> --- a/drivers/gpu/drm/sti/sti_plane.h
>> +++ b/drivers/gpu/drm/sti/sti_plane.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_PLANE_H_
>> diff --git a/drivers/gpu/drm/sti/sti_tvout.c b/drivers/gpu/drm/sti/sti_tvout.c
>> index 8959fcc743a8..ea4a3b87fa55 100644
>> --- a/drivers/gpu/drm/sti/sti_tvout.c
>> +++ b/drivers/gpu/drm/sti/sti_tvout.c
>> @@ -1,9 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Vincent Abriou <vincent.abriou@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/clk.h>
>> diff --git a/drivers/gpu/drm/sti/sti_vid.c b/drivers/gpu/drm/sti/sti_vid.c
>> index 577a3341d3c1..2aac36c95835 100644
>> --- a/drivers/gpu/drm/sti/sti_vid.c
>> +++ b/drivers/gpu/drm/sti/sti_vid.c
>> @@ -1,7 +1,7 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>   #include <linux/seq_file.h>
>>
>> diff --git a/drivers/gpu/drm/sti/sti_vid.h b/drivers/gpu/drm/sti/sti_vid.h
>> index fdc90f922a05..9dbd78461de1 100644
>> --- a/drivers/gpu/drm/sti/sti_vid.h
>> +++ b/drivers/gpu/drm/sti/sti_vid.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_VID_H_
>> diff --git a/drivers/gpu/drm/sti/sti_vtg.c b/drivers/gpu/drm/sti/sti_vtg.c
>> index 2dcba1d3a122..fbadb9ef6d31 100644
>> --- a/drivers/gpu/drm/sti/sti_vtg.c
>> +++ b/drivers/gpu/drm/sti/sti_vtg.c
>> @@ -1,10 +1,10 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Authors: Benjamin Gaignard <benjamin.gaignard@st.com>
>>    *          Fabien Dessenne <fabien.dessenne@st.com>
>>    *          Vincent Abriou <vincent.abriou@st.com>
>>    *          for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #include <linux/module.h>
>> diff --git a/drivers/gpu/drm/sti/sti_vtg.h b/drivers/gpu/drm/sti/sti_vtg.h
>> index f1dcdf9c2342..d177129e5bcb 100644
>> --- a/drivers/gpu/drm/sti/sti_vtg.h
>> +++ b/drivers/gpu/drm/sti/sti_vtg.h
>> @@ -1,7 +1,7 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>>   /*
>>    * Copyright (C) STMicroelectronics SA 2014
>>    * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
>> - * License terms:  GNU General Public License (GPL), version 2
>>    */
>>
>>   #ifndef _STI_VTG_H_
>>


For the use of SPDX ids: Thank you +++ feel free to add my review to
the patch series
Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com>
-- 
Cordially
Philippe Ombredanne

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-12-06 21:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-06 11:29 [PATCH] gpu: drm: stm: Adopt SPDX identifiers Benjamin Gaignard
2017-12-06 11:29 ` Benjamin Gaignard
2017-12-06 11:29 ` [PATCH] gpu: drm: sti: " Benjamin Gaignard
2017-12-06 11:29   ` Benjamin Gaignard
2017-12-06 14:26   ` Vincent ABRIOU
2017-12-06 14:26     ` Vincent ABRIOU
2017-12-06 15:21     ` Benjamin Gaignard
2017-12-06 15:21       ` Benjamin Gaignard
2017-12-06 21:29     ` Philippe Ombredanne
2017-12-06 14:26 ` [PATCH] gpu: drm: stm: " Vincent ABRIOU
2017-12-06 14:26   ` Vincent ABRIOU
2017-12-06 15:20   ` Benjamin Gaignard
2017-12-06 15:20     ` Benjamin Gaignard
2017-12-06 21:28   ` Philippe Ombredanne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.