Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752596AbdLFPVR (ORCPT ); Wed, 6 Dec 2017 10:21:17 -0500 Received: from mail-qt0-f193.google.com ([209.85.216.193]:39239 "EHLO mail-qt0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752129AbdLFPVI (ORCPT ); Wed, 6 Dec 2017 10:21:08 -0500 X-Google-Smtp-Source: AGs4zMY5WjwYbtiBUmBUovyQS/CuH+rAD8lmtEi7GrrsBESsEON8ghFwXKVjgiY0aq8M74Z8cxyL5AIXO2/SqtUw3LU= MIME-Version: 1.0 In-Reply-To: <30e436fc-8882-5e72-48f0-131f66df2e62@st.com> References: <20171206112947.9569-1-benjamin.gaignard@st.com> <20171206112947.9569-2-benjamin.gaignard@st.com> <30e436fc-8882-5e72-48f0-131f66df2e62@st.com> From: Benjamin Gaignard Date: Wed, 6 Dec 2017 16:21:06 +0100 Message-ID: Subject: Re: [PATCH] gpu: drm: sti: Adopt SPDX identifiers To: Vincent ABRIOU Cc: "airlied@linux.ie" , Yannick FERTRE , Philippe CORNU , "dri-devel@lists.freedesktop.org" , "linux-kernel@vger.kernel.org" , Benjamin GAIGNARD Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by nfs id vB6FLPAv024734 Content-Length: 18133 Lines: 464 2017-12-06 15:26 GMT+01:00 Vincent ABRIOU : > Benjamin, > > The patch is fine for me: > > Acked-by: Vincent Abriou > > 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 >> --- >> 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 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 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 >> * Fabien Dessenne >> * for STMicroelectronics. >> - * License terms: GNU General Public License (GPL), version 2 >> */ >> >> #include >> 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 >> * Fabien Dessenne >> * 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 >> * Fabien Dessenne >> * for STMicroelectronics. >> - * License terms: GNU General Public License (GPL), version 2 >> */ >> >> #include >> 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 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 >> * Fabien Dessenne >> * for STMicroelectronics. >> - * License terms: GNU General Public License (GPL), version 2 >> */ >> >> #include >> 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 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 for STMicroelectronics. >> - * License terms: GNU General Public License (GPL), version 2 >> */ >> >> #include >> 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 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 for STMicroelectronics. >> - * License terms: GNU General Public License (GPL), version 2 >> */ >> >> #include >> 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 >> * Fabien Dessenne >> * for STMicroelectronics. >> - * License terms: GNU General Public License (GPL), version 2 >> */ >> #include >> >> 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 >> * Fabien Dessenne >> * 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 for STMicroelectronics. >> - * License terms: GNU General Public License (GPL), version 2 >> */ >> >> #include >> 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 for STMicroelectronics. >> - * License terms: GNU General Public License (GPL), version 2 >> */ >> >> #include >> 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 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 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 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 for STMicroelectronics. >> - * License terms: GNU General Public License (GPL), version 2 >> */ >> >> #include >> 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 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 >> * Fabien Dessenne >> * for STMicroelectronics. >> - * License terms: GNU General Public License (GPL), version 2 >> */ >> #include >> >> 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 >> * Fabien Dessenne >> * 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 >> * Fabien Dessenne >> * for STMicroelectronics. >> - * License terms: GNU General Public License (GPL), version 2 >> */ >> >> #include >> 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 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 >> * Vincent Abriou >> * for STMicroelectronics. >> - * License terms: GNU General Public License (GPL), version 2 >> */ >> >> #include >> 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 for STMicroelectronics. >> - * License terms: GNU General Public License (GPL), version 2 >> */ >> #include >> >> 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 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 >> * Fabien Dessenne >> * Vincent Abriou >> * for STMicroelectronics. >> - * License terms: GNU General Public License (GPL), version 2 >> */ >> >> #include >> 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 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