All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] convert to SPDX identifiers
@ 2018-07-26  2:33 Kuninori Morimoto
  2018-07-26  2:34 ` [PATCH 01/11] media: soc_camera_platform: " Kuninori Morimoto
                   ` (12 more replies)
  0 siblings, 13 replies; 24+ messages in thread
From: Kuninori Morimoto @ 2018-07-26  2:33 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil
  Cc: Laurent Pinchart, "Niklas Söderlund",
	Kieran Bingham, Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro,
	Charles Keepax, Jacopo Mondi, linux-media, linux-renesas-soc


Hi Mauro, Hans

These convert license to SPDX style for Renesas related drivers
These are using "Author's favored style", not "Linus favored style".

Kuninori Morimoto (11):
  media: soc_camera_platform: convert to SPDX identifiers
  media: rcar-vin: convert to SPDX identifiers
  media: rcar-fcp: convert to SPDX identifiers
  media: rcar_drif: convert to SPDX identifiers
  media: rcar_fdp1: convert to SPDX identifiers
  media: rcar_jpu: convert to SPDX identifiers
  media: sh_veu: convert to SPDX identifiers
  media: sh_vou: convert to SPDX identifiers
  media: sh_mobile_ceu: convert to SPDX identifiers
  drm: rcar-du: convert to SPDX identifiers
  drm: shmobile: convert to SPDX identifiers

 drivers/gpu/drm/rcar-du/Kconfig                          | 1 +
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c                   | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_crtc.h                   | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_drv.c                    | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_drv.h                    | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_encoder.c                | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_encoder.h                | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_group.c                  | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_group.h                  | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_kms.c                    | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_kms.h                    | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_plane.c                  | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_plane.h                  | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_regs.h                   | 5 +----
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c                    | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_vsp.h                    | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c                   | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_lvds_regs.h                 | 5 +----
 drivers/gpu/drm/shmobile/Kconfig                         | 1 +
 drivers/gpu/drm/shmobile/shmob_drm_backlight.c           | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_backlight.h           | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_crtc.c                | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_crtc.h                | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_drv.c                 | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_drv.h                 | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_kms.c                 | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_kms.h                 | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_plane.c               | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_plane.h               | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_regs.h                | 6 +-----
 drivers/media/platform/rcar-fcp.c                        | 6 +-----
 drivers/media/platform/rcar-vin/Kconfig                  | 1 +
 drivers/media/platform/rcar-vin/Makefile                 | 1 +
 drivers/media/platform/rcar-vin/rcar-core.c              | 8 ++------
 drivers/media/platform/rcar-vin/rcar-dma.c               | 6 +-----
 drivers/media/platform/rcar-vin/rcar-v4l2.c              | 6 +-----
 drivers/media/platform/rcar-vin/rcar-vin.h               | 6 +-----
 drivers/media/platform/rcar_drif.c                       | 8 ++------
 drivers/media/platform/rcar_fdp1.c                       | 6 +-----
 drivers/media/platform/rcar_jpu.c                        | 5 +----
 drivers/media/platform/sh_veu.c                          | 5 +----
 drivers/media/platform/sh_vou.c                          | 5 +----
 drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c | 6 +-----
 drivers/media/platform/soc_camera/soc_camera_platform.c  | 5 +----
 44 files changed, 46 insertions(+), 196 deletions(-)

-- 
2.7.4

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

* [PATCH 01/11] media: soc_camera_platform: convert to SPDX identifiers
  2018-07-26  2:33 [PATCH 00/11] convert to SPDX identifiers Kuninori Morimoto
@ 2018-07-26  2:34 ` Kuninori Morimoto
  2018-07-26 15:10   ` Laurent Pinchart
  2018-07-26  2:35 ` [PATCH 02/11] media: rcar-vin: " Kuninori Morimoto
                   ` (11 subsequent siblings)
  12 siblings, 1 reply; 24+ messages in thread
From: Kuninori Morimoto @ 2018-07-26  2:34 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Hans Verkuil
  Cc: Ramesh Shanmugasundaram, Laurent Pinchart,
	"Niklas Söderlund",
	Kieran Bingham, Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro,
	Charles Keepax, Jacopo Mondi, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/media/platform/soc_camera/soc_camera_platform.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/media/platform/soc_camera/soc_camera_platform.c b/drivers/media/platform/soc_camera/soc_camera_platform.c
index ce00e90..6745a6e 100644
--- a/drivers/media/platform/soc_camera/soc_camera_platform.c
+++ b/drivers/media/platform/soc_camera/soc_camera_platform.c
@@ -1,13 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Generic Platform Camera Driver
  *
  * Copyright (C) 2008 Magnus Damm
  * Based on mt9m001 driver,
  * Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
  */
 
 #include <linux/init.h>
-- 
2.7.4

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

* [PATCH 02/11] media: rcar-vin: convert to SPDX identifiers
  2018-07-26  2:33 [PATCH 00/11] convert to SPDX identifiers Kuninori Morimoto
  2018-07-26  2:34 ` [PATCH 01/11] media: soc_camera_platform: " Kuninori Morimoto
@ 2018-07-26  2:35 ` Kuninori Morimoto
  2018-07-26 10:32     ` "Niklas Söderlund"
  2018-07-26  2:35 ` [PATCH 03/11] media: rcar-fcp: " Kuninori Morimoto
                   ` (10 subsequent siblings)
  12 siblings, 1 reply; 24+ messages in thread
From: Kuninori Morimoto @ 2018-07-26  2:35 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Hans Verkuil
  Cc: Ramesh Shanmugasundaram, Laurent Pinchart,
	"Niklas Söderlund",
	Kieran Bingham, Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro,
	Charles Keepax, Jacopo Mondi, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Kconfig and Makefile doesn't have license line, thus,
these are GPL-2.0 as default.
All ohter files are GPL-2.0+ as original license.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/media/platform/rcar-vin/Kconfig     | 1 +
 drivers/media/platform/rcar-vin/Makefile    | 1 +
 drivers/media/platform/rcar-vin/rcar-core.c | 8 ++------
 drivers/media/platform/rcar-vin/rcar-dma.c  | 6 +-----
 drivers/media/platform/rcar-vin/rcar-v4l2.c | 6 +-----
 drivers/media/platform/rcar-vin/rcar-vin.h  | 6 +-----
 6 files changed, 7 insertions(+), 21 deletions(-)

diff --git a/drivers/media/platform/rcar-vin/Kconfig b/drivers/media/platform/rcar-vin/Kconfig
index baf4eaf..e3eb8fe 100644
--- a/drivers/media/platform/rcar-vin/Kconfig
+++ b/drivers/media/platform/rcar-vin/Kconfig
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 config VIDEO_RCAR_CSI2
 	tristate "R-Car MIPI CSI-2 Receiver"
 	depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF
diff --git a/drivers/media/platform/rcar-vin/Makefile b/drivers/media/platform/rcar-vin/Makefile
index 5ab803d..00d809f 100644
--- a/drivers/media/platform/rcar-vin/Makefile
+++ b/drivers/media/platform/rcar-vin/Makefile
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 rcar-vin-objs = rcar-core.o rcar-dma.o rcar-v4l2.o
 
 obj-$(CONFIG_VIDEO_RCAR_CSI2) += rcar-csi2.o
diff --git a/drivers/media/platform/rcar-vin/rcar-core.c b/drivers/media/platform/rcar-vin/rcar-core.c
index 8843367..ce09799 100644
--- a/drivers/media/platform/rcar-vin/rcar-core.c
+++ b/drivers/media/platform/rcar-vin/rcar-core.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Driver for Renesas R-Car VIN
  *
@@ -7,11 +8,6 @@
  * Copyright (C) 2008 Magnus Damm
  *
  * Based on the soc-camera rcar_vin driver
- *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
  */
 
 #include <linux/module.h>
@@ -1275,4 +1271,4 @@ module_platform_driver(rcar_vin_driver);
 
 MODULE_AUTHOR("Niklas Söderlund <niklas.soderlund@ragnatech.se>");
 MODULE_DESCRIPTION("Renesas R-Car VIN camera host driver");
-MODULE_LICENSE("GPL v2");
+MODULE_LICENSE("GPL");
diff --git a/drivers/media/platform/rcar-vin/rcar-dma.c b/drivers/media/platform/rcar-vin/rcar-dma.c
index 65917d2..84adebc 100644
--- a/drivers/media/platform/rcar-vin/rcar-dma.c
+++ b/drivers/media/platform/rcar-vin/rcar-dma.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Driver for Renesas R-Car VIN
  *
@@ -7,11 +8,6 @@
  * Copyright (C) 2008 Magnus Damm
  *
  * Based on the soc-camera rcar_vin driver
- *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
  */
 
 #include <linux/delay.h>
diff --git a/drivers/media/platform/rcar-vin/rcar-v4l2.c b/drivers/media/platform/rcar-vin/rcar-v4l2.c
index f8f0519..37d35a2 100644
--- a/drivers/media/platform/rcar-vin/rcar-v4l2.c
+++ b/drivers/media/platform/rcar-vin/rcar-v4l2.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Driver for Renesas R-Car VIN
  *
@@ -7,11 +8,6 @@
  * Copyright (C) 2008 Magnus Damm
  *
  * Based on the soc-camera rcar_vin driver
- *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
  */
 
 #include <linux/pm_runtime.h>
diff --git a/drivers/media/platform/rcar-vin/rcar-vin.h b/drivers/media/platform/rcar-vin/rcar-vin.h
index 57117da..f684e47 100644
--- a/drivers/media/platform/rcar-vin/rcar-vin.h
+++ b/drivers/media/platform/rcar-vin/rcar-vin.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Driver for Renesas R-Car VIN
  *
@@ -7,11 +8,6 @@
  * Copyright (C) 2008 Magnus Damm
  *
  * Based on the soc-camera rcar_vin driver
- *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
  */
 
 #ifndef __RCAR_VIN__
-- 
2.7.4

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

* [PATCH 03/11] media: rcar-fcp: convert to SPDX identifiers
  2018-07-26  2:33 [PATCH 00/11] convert to SPDX identifiers Kuninori Morimoto
  2018-07-26  2:34 ` [PATCH 01/11] media: soc_camera_platform: " Kuninori Morimoto
  2018-07-26  2:35 ` [PATCH 02/11] media: rcar-vin: " Kuninori Morimoto
@ 2018-07-26  2:35 ` Kuninori Morimoto
  2018-07-26  2:35 ` [PATCH 04/11] media: rcar_drif: " Kuninori Morimoto
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 24+ messages in thread
From: Kuninori Morimoto @ 2018-07-26  2:35 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Hans Verkuil
  Cc: Ramesh Shanmugasundaram, Laurent Pinchart,
	"Niklas Söderlund",
	Kieran Bingham, Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro,
	Charles Keepax, Jacopo Mondi, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/media/platform/rcar-fcp.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/drivers/media/platform/rcar-fcp.c b/drivers/media/platform/rcar-fcp.c
index 2988031..b47af8e 100644
--- a/drivers/media/platform/rcar-fcp.c
+++ b/drivers/media/platform/rcar-fcp.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * rcar-fcp.c  --  R-Car Frame Compression Processor Driver
  *
  * Copyright (C) 2016 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #include <linux/device.h>
-- 
2.7.4

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

* [PATCH 04/11] media: rcar_drif: convert to SPDX identifiers
  2018-07-26  2:33 [PATCH 00/11] convert to SPDX identifiers Kuninori Morimoto
                   ` (2 preceding siblings ...)
  2018-07-26  2:35 ` [PATCH 03/11] media: rcar-fcp: " Kuninori Morimoto
@ 2018-07-26  2:35 ` Kuninori Morimoto
  2018-07-27  9:00   ` Ramesh Shanmugasundaram
  2018-07-26  2:36 ` [PATCH 05/11] media: rcar_fdp1: " Kuninori Morimoto
                   ` (8 subsequent siblings)
  12 siblings, 1 reply; 24+ messages in thread
From: Kuninori Morimoto @ 2018-07-26  2:35 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Hans Verkuil
  Cc: Ramesh Shanmugasundaram, Laurent Pinchart,
	"Niklas Söderlund",
	Kieran Bingham, Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro,
	Charles Keepax, Jacopo Mondi, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

As original license mentioned, it is GPL-2.0+ in SPDX.
Then, MODULE_LICENSE() should be "GPL" instead of "GPL v2".
See ${LINUX}/include/linux/module.h

	"GPL"		[GNU Public License v2 or later]
	"GPL v2"	[GNU Public License v2]

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/media/platform/rcar_drif.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/drivers/media/platform/rcar_drif.c b/drivers/media/platform/rcar_drif.c
index dc7e280..81413ab 100644
--- a/drivers/media/platform/rcar_drif.c
+++ b/drivers/media/platform/rcar_drif.c
@@ -1,13 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * R-Car Gen3 Digital Radio Interface (DRIF) driver
  *
  * Copyright (C) 2017 Renesas Electronics Corporation
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -1499,5 +1495,5 @@ module_platform_driver(rcar_drif_driver);
 
 MODULE_DESCRIPTION("Renesas R-Car Gen3 DRIF driver");
 MODULE_ALIAS("platform:" RCAR_DRIF_DRV_NAME);
-MODULE_LICENSE("GPL v2");
+MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>");
-- 
2.7.4

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

* [PATCH 05/11] media: rcar_fdp1: convert to SPDX identifiers
  2018-07-26  2:33 [PATCH 00/11] convert to SPDX identifiers Kuninori Morimoto
                   ` (3 preceding siblings ...)
  2018-07-26  2:35 ` [PATCH 04/11] media: rcar_drif: " Kuninori Morimoto
@ 2018-07-26  2:36 ` Kuninori Morimoto
  2018-07-26  7:02   ` Kieran Bingham
  2018-07-26  2:36 ` [PATCH 06/11] media: rcar_jpu: " Kuninori Morimoto
                   ` (7 subsequent siblings)
  12 siblings, 1 reply; 24+ messages in thread
From: Kuninori Morimoto @ 2018-07-26  2:36 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Hans Verkuil
  Cc: Ramesh Shanmugasundaram, Laurent Pinchart,
	"Niklas Söderlund",
	Kieran Bingham, Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro,
	Charles Keepax, Jacopo Mondi, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/media/platform/rcar_fdp1.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/drivers/media/platform/rcar_fdp1.c b/drivers/media/platform/rcar_fdp1.c
index b13dec3..2a15b7c 100644
--- a/drivers/media/platform/rcar_fdp1.c
+++ b/drivers/media/platform/rcar_fdp1.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Renesas R-Car Fine Display Processor
  *
@@ -8,11 +9,6 @@
  *
  * This code is developed and inspired from the vim2m, rcar_jpu,
  * m2m-deinterlace, and vsp1 drivers.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version
  */
 
 #include <linux/clk.h>
-- 
2.7.4

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

* [PATCH 06/11] media: rcar_jpu: convert to SPDX identifiers
  2018-07-26  2:33 [PATCH 00/11] convert to SPDX identifiers Kuninori Morimoto
                   ` (4 preceding siblings ...)
  2018-07-26  2:36 ` [PATCH 05/11] media: rcar_fdp1: " Kuninori Morimoto
@ 2018-07-26  2:36 ` Kuninori Morimoto
  2018-07-26  2:36 ` [PATCH 07/11] media: sh_veu: " Kuninori Morimoto
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 24+ messages in thread
From: Kuninori Morimoto @ 2018-07-26  2:36 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Hans Verkuil
  Cc: Ramesh Shanmugasundaram, Laurent Pinchart,
	"Niklas Söderlund",
	Kieran Bingham, Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro,
	Charles Keepax, Jacopo Mondi, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/media/platform/rcar_jpu.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/media/platform/rcar_jpu.c b/drivers/media/platform/rcar_jpu.c
index 6906317..3212682 100644
--- a/drivers/media/platform/rcar_jpu.c
+++ b/drivers/media/platform/rcar_jpu.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Author: Mikhail Ulyanov
  * Copyright (C) 2014-2015 Cogent Embedded, Inc.  <source@cogentembedded.com>
@@ -11,10 +12,6 @@
  *      1) Rotation
  *      2) Cropping
  *      3) V4L2_CID_JPEG_ACTIVE_MARKER
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
  */
 
 #include <asm/unaligned.h>
-- 
2.7.4

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

* [PATCH 07/11] media: sh_veu: convert to SPDX identifiers
  2018-07-26  2:33 [PATCH 00/11] convert to SPDX identifiers Kuninori Morimoto
                   ` (5 preceding siblings ...)
  2018-07-26  2:36 ` [PATCH 06/11] media: rcar_jpu: " Kuninori Morimoto
@ 2018-07-26  2:36 ` Kuninori Morimoto
  2018-07-26  2:36 ` [PATCH 08/11] media: sh_vou: " Kuninori Morimoto
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 24+ messages in thread
From: Kuninori Morimoto @ 2018-07-26  2:36 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Hans Verkuil
  Cc: Ramesh Shanmugasundaram, Laurent Pinchart,
	"Niklas Söderlund",
	Kieran Bingham, Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro,
	Charles Keepax, Jacopo Mondi, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/media/platform/sh_veu.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/media/platform/sh_veu.c b/drivers/media/platform/sh_veu.c
index 1a0cde0..1d274c6 100644
--- a/drivers/media/platform/sh_veu.c
+++ b/drivers/media/platform/sh_veu.c
@@ -1,13 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * sh-mobile VEU mem2mem driver
  *
  * Copyright (C) 2012 Renesas Electronics Corporation
  * Author: Guennadi Liakhovetski, <g.liakhovetski@gmx.de>
  * Copyright (C) 2008 Magnus Damm
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the version 2 of the GNU General Public License as
- * published by the Free Software Foundation
  */
 
 #include <linux/err.h>
-- 
2.7.4

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

* [PATCH 08/11] media: sh_vou: convert to SPDX identifiers
  2018-07-26  2:33 [PATCH 00/11] convert to SPDX identifiers Kuninori Morimoto
                   ` (6 preceding siblings ...)
  2018-07-26  2:36 ` [PATCH 07/11] media: sh_veu: " Kuninori Morimoto
@ 2018-07-26  2:36 ` Kuninori Morimoto
  2018-07-26  2:37 ` [PATCH 09/11] media: sh_mobile_ceu: " Kuninori Morimoto
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 24+ messages in thread
From: Kuninori Morimoto @ 2018-07-26  2:36 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Hans Verkuil
  Cc: Ramesh Shanmugasundaram, Laurent Pinchart,
	"Niklas Söderlund",
	Kieran Bingham, Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro,
	Charles Keepax, Jacopo Mondi, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/media/platform/sh_vou.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/media/platform/sh_vou.c b/drivers/media/platform/sh_vou.c
index 4dccf29..6135e13 100644
--- a/drivers/media/platform/sh_vou.c
+++ b/drivers/media/platform/sh_vou.c
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * SuperH Video Output Unit (VOU) driver
  *
  * Copyright (C) 2010, Guennadi Liakhovetski <g.liakhovetski@gmx.de>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
  */
 
 #include <linux/dma-mapping.h>
-- 
2.7.4

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

* [PATCH 09/11] media: sh_mobile_ceu: convert to SPDX identifiers
  2018-07-26  2:33 [PATCH 00/11] convert to SPDX identifiers Kuninori Morimoto
                   ` (7 preceding siblings ...)
  2018-07-26  2:36 ` [PATCH 08/11] media: sh_vou: " Kuninori Morimoto
@ 2018-07-26  2:37 ` Kuninori Morimoto
  2018-07-26  2:37 ` [PATCH 10/11] drm: rcar-du: " Kuninori Morimoto
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 24+ messages in thread
From: Kuninori Morimoto @ 2018-07-26  2:37 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Hans Verkuil
  Cc: Ramesh Shanmugasundaram, Laurent Pinchart,
	"Niklas Söderlund",
	Kieran Bingham, Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro,
	Charles Keepax, Jacopo Mondi, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c b/drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c
index 9897213..0a2c0da 100644
--- a/drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c
+++ b/drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * V4L2 Driver for SuperH Mobile CEU interface
  *
@@ -7,11 +8,6 @@
  *
  * Copyright (C) 2006, Sascha Hauer, Pengutronix
  * Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #include <linux/init.h>
-- 
2.7.4

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

* [PATCH 10/11] drm: rcar-du: convert to SPDX identifiers
  2018-07-26  2:33 [PATCH 00/11] convert to SPDX identifiers Kuninori Morimoto
                   ` (8 preceding siblings ...)
  2018-07-26  2:37 ` [PATCH 09/11] media: sh_mobile_ceu: " Kuninori Morimoto
@ 2018-07-26  2:37 ` Kuninori Morimoto
  2018-07-26  2:37 ` [PATCH 11/11] drm: shmobile: " Kuninori Morimoto
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 24+ messages in thread
From: Kuninori Morimoto @ 2018-07-26  2:37 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Hans Verkuil
  Cc: Ramesh Shanmugasundaram, Laurent Pinchart,
	"Niklas Söderlund",
	Kieran Bingham, Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro,
	Charles Keepax, Jacopo Mondi, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Kconfig doesn't have license line, thus, it is GPL-2.0 as default.
rcar_du_regs.h, rcar_lvds_regs.h are GPL-2.0,
and all other files are GPL-2.0+ as original license.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/gpu/drm/rcar-du/Kconfig           | 1 +
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c    | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_crtc.h    | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_drv.c     | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_drv.h     | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_encoder.c | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_encoder.h | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_group.c   | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_group.h   | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_kms.c     | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_kms.h     | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_plane.c   | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_plane.h   | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_regs.h    | 5 +----
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c     | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_du_vsp.h     | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c    | 6 +-----
 drivers/gpu/drm/rcar-du/rcar_lvds_regs.h  | 5 +----
 18 files changed, 18 insertions(+), 83 deletions(-)

diff --git a/drivers/gpu/drm/rcar-du/Kconfig b/drivers/gpu/drm/rcar-du/Kconfig
index edde8d4..2251416 100644
--- a/drivers/gpu/drm/rcar-du/Kconfig
+++ b/drivers/gpu/drm/rcar-du/Kconfig
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 config DRM_RCAR_DU
 	tristate "DRM Support for R-Car Display Unit"
 	depends on DRM && OF
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_crtc.c b/drivers/gpu/drm/rcar-du/rcar_du_crtc.c
index b52b3e8..e1e1b94 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_crtc.c
+++ b/drivers/gpu/drm/rcar-du/rcar_du_crtc.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * rcar_du_crtc.c  --  R-Car Display Unit CRTCs
  *
  * Copyright (C) 2013-2015 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #include <linux/clk.h>
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_crtc.h b/drivers/gpu/drm/rcar-du/rcar_du_crtc.h
index 7680cb2..f353a63d 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_crtc.h
+++ b/drivers/gpu/drm/rcar-du/rcar_du_crtc.h
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * rcar_du_crtc.h  --  R-Car Display Unit CRTCs
  *
  * Copyright (C) 2013-2015 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #ifndef __RCAR_DU_CRTC_H__
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
index 56f9472..952508d 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
+++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * rcar_du_drv.c  --  R-Car Display Unit DRM driver
  *
  * Copyright (C) 2013-2015 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #include <linux/clk.h>
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.h b/drivers/gpu/drm/rcar-du/rcar_du_drv.h
index b3a25e8..43a149da 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
+++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.h
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * rcar_du_drv.h  --  R-Car Display Unit DRM driver
  *
  * Copyright (C) 2013-2015 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #ifndef __RCAR_DU_DRV_H__
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_encoder.c b/drivers/gpu/drm/rcar-du/rcar_du_encoder.c
index f9c933d..1877764 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_encoder.c
+++ b/drivers/gpu/drm/rcar-du/rcar_du_encoder.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * rcar_du_encoder.c  --  R-Car Display Unit Encoder
  *
  * Copyright (C) 2013-2014 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #include <linux/export.h>
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_encoder.h b/drivers/gpu/drm/rcar-du/rcar_du_encoder.h
index 2d2abca..ce3cbc8 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_encoder.h
+++ b/drivers/gpu/drm/rcar-du/rcar_du_encoder.h
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * rcar_du_encoder.h  --  R-Car Display Unit Encoder
  *
  * Copyright (C) 2013-2014 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #ifndef __RCAR_DU_ENCODER_H__
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_group.c b/drivers/gpu/drm/rcar-du/rcar_du_group.c
index d539cb2..ef2c177 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_group.c
+++ b/drivers/gpu/drm/rcar-du/rcar_du_group.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * rcar_du_group.c  --  R-Car Display Unit Channels Pair
  *
  * Copyright (C) 2013-2015 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 /*
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_group.h b/drivers/gpu/drm/rcar-du/rcar_du_group.h
index 42105aed..87950c1 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_group.h
+++ b/drivers/gpu/drm/rcar-du/rcar_du_group.h
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * rcar_du_group.c  --  R-Car Display Unit Planes and CRTCs Group
  *
  * Copyright (C) 2013-2014 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #ifndef __RCAR_DU_GROUP_H__
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_kms.c b/drivers/gpu/drm/rcar-du/rcar_du_kms.c
index 0f5996f..ca6914c 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_kms.c
+++ b/drivers/gpu/drm/rcar-du/rcar_du_kms.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * rcar_du_kms.c  --  R-Car Display Unit Mode Setting
  *
  * Copyright (C) 2013-2015 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #include <drm/drmP.h>
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_kms.h b/drivers/gpu/drm/rcar-du/rcar_du_kms.h
index 10b2bb0..18f324a 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_kms.h
+++ b/drivers/gpu/drm/rcar-du/rcar_du_kms.h
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * rcar_du_kms.h  --  R-Car Display Unit Mode Setting
  *
  * Copyright (C) 2013-2014 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #ifndef __RCAR_DU_KMS_H__
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_plane.c b/drivers/gpu/drm/rcar-du/rcar_du_plane.c
index c20f7ed..5c2462a 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_plane.c
+++ b/drivers/gpu/drm/rcar-du/rcar_du_plane.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * rcar_du_plane.c  --  R-Car Display Unit Planes
  *
  * Copyright (C) 2013-2015 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #include <drm/drmP.h>
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_plane.h b/drivers/gpu/drm/rcar-du/rcar_du_plane.h
index 5c19c69..2f223a4 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_plane.h
+++ b/drivers/gpu/drm/rcar-du/rcar_du_plane.h
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * rcar_du_plane.h  --  R-Car Display Unit Planes
  *
  * Copyright (C) 2013-2014 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #ifndef __RCAR_DU_PLANE_H__
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_regs.h b/drivers/gpu/drm/rcar-du/rcar_du_regs.h
index 9dfd220..f141724 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_regs.h
+++ b/drivers/gpu/drm/rcar-du/rcar_du_regs.h
@@ -1,13 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * rcar_du_regs.h  --  R-Car Display Unit Registers Definitions
  *
  * Copyright (C) 2013-2015 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2
- * as published by the Free Software Foundation.
  */
 
 #ifndef __RCAR_DU_REGS_H__
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_vsp.c b/drivers/gpu/drm/rcar-du/rcar_du_vsp.c
index 76f9c9d..de2ad8f0 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_vsp.c
+++ b/drivers/gpu/drm/rcar-du/rcar_du_vsp.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * rcar_du_vsp.h  --  R-Car Display Unit VSP-Based Compositor
  *
  * Copyright (C) 2015 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #include <drm/drmP.h>
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_vsp.h b/drivers/gpu/drm/rcar-du/rcar_du_vsp.h
index 8a8a25c..e8c14dc 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_vsp.h
+++ b/drivers/gpu/drm/rcar-du/rcar_du_vsp.h
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * rcar_du_vsp.h  --  R-Car Display Unit VSP-Based Compositor
  *
  * Copyright (C) 2015 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #ifndef __RCAR_DU_VSP_H__
diff --git a/drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c b/drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c
index 76210ae..75490a3 100644
--- a/drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c
+++ b/drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * R-Car Gen3 HDMI PHY
  *
  * Copyright (C) 2016 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #include <linux/module.h>
diff --git a/drivers/gpu/drm/rcar-du/rcar_lvds_regs.h b/drivers/gpu/drm/rcar-du/rcar_lvds_regs.h
index 2896835..4870f50 100644
--- a/drivers/gpu/drm/rcar-du/rcar_lvds_regs.h
+++ b/drivers/gpu/drm/rcar-du/rcar_lvds_regs.h
@@ -1,13 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * rcar_lvds_regs.h  --  R-Car LVDS Interface Registers Definitions
  *
  * Copyright (C) 2013-2015 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2
- * as published by the Free Software Foundation.
  */
 
 #ifndef __RCAR_LVDS_REGS_H__
-- 
2.7.4

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

* [PATCH 11/11] drm: shmobile: convert to SPDX identifiers
  2018-07-26  2:33 [PATCH 00/11] convert to SPDX identifiers Kuninori Morimoto
                   ` (9 preceding siblings ...)
  2018-07-26  2:37 ` [PATCH 10/11] drm: rcar-du: " Kuninori Morimoto
@ 2018-07-26  2:37 ` Kuninori Morimoto
  2018-07-26  7:05 ` [PATCH 00/11] " Laurent Pinchart
  2018-07-26 13:19 ` Simon Horman
  12 siblings, 0 replies; 24+ messages in thread
From: Kuninori Morimoto @ 2018-07-26  2:37 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Hans Verkuil
  Cc: Ramesh Shanmugasundaram, Laurent Pinchart,
	"Niklas Söderlund",
	Kieran Bingham, Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro,
	Charles Keepax, Jacopo Mondi, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/gpu/drm/shmobile/Kconfig               | 1 +
 drivers/gpu/drm/shmobile/shmob_drm_backlight.c | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_backlight.h | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_crtc.c      | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_crtc.h      | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_drv.c       | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_drv.h       | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_kms.c       | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_kms.h       | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_plane.c     | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_plane.h     | 6 +-----
 drivers/gpu/drm/shmobile/shmob_drm_regs.h      | 6 +-----
 12 files changed, 12 insertions(+), 55 deletions(-)

diff --git a/drivers/gpu/drm/shmobile/Kconfig b/drivers/gpu/drm/shmobile/Kconfig
index 0426d66..61bbe8e 100644
--- a/drivers/gpu/drm/shmobile/Kconfig
+++ b/drivers/gpu/drm/shmobile/Kconfig
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 config DRM_SHMOBILE
 	tristate "DRM Support for SH Mobile"
 	depends on DRM && ARM
diff --git a/drivers/gpu/drm/shmobile/shmob_drm_backlight.c b/drivers/gpu/drm/shmobile/shmob_drm_backlight.c
index 33dd41a..f6628a5 100644
--- a/drivers/gpu/drm/shmobile/shmob_drm_backlight.c
+++ b/drivers/gpu/drm/shmobile/shmob_drm_backlight.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * shmob_drm_backlight.c  --  SH Mobile DRM Backlight
  *
  * Copyright (C) 2012 Renesas Electronics Corporation
  *
  * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #include <linux/backlight.h>
diff --git a/drivers/gpu/drm/shmobile/shmob_drm_backlight.h b/drivers/gpu/drm/shmobile/shmob_drm_backlight.h
index bac719e..d9abb7a 100644
--- a/drivers/gpu/drm/shmobile/shmob_drm_backlight.h
+++ b/drivers/gpu/drm/shmobile/shmob_drm_backlight.h
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * shmob_drm_backlight.h  --  SH Mobile DRM Backlight
  *
  * Copyright (C) 2012 Renesas Electronics Corporation
  *
  * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #ifndef __SHMOB_DRM_BACKLIGHT_H__
diff --git a/drivers/gpu/drm/shmobile/shmob_drm_crtc.c b/drivers/gpu/drm/shmobile/shmob_drm_crtc.c
index fc66167..499b5fd 100644
--- a/drivers/gpu/drm/shmobile/shmob_drm_crtc.c
+++ b/drivers/gpu/drm/shmobile/shmob_drm_crtc.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * shmob_drm_crtc.c  --  SH Mobile DRM CRTCs
  *
  * Copyright (C) 2012 Renesas Electronics Corporation
  *
  * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #include <linux/backlight.h>
diff --git a/drivers/gpu/drm/shmobile/shmob_drm_crtc.h b/drivers/gpu/drm/shmobile/shmob_drm_crtc.h
index c11f421..9ca6920 100644
--- a/drivers/gpu/drm/shmobile/shmob_drm_crtc.h
+++ b/drivers/gpu/drm/shmobile/shmob_drm_crtc.h
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * shmob_drm_crtc.h  --  SH Mobile DRM CRTCs
  *
  * Copyright (C) 2012 Renesas Electronics Corporation
  *
  * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #ifndef __SHMOB_DRM_CRTC_H__
diff --git a/drivers/gpu/drm/shmobile/shmob_drm_drv.c b/drivers/gpu/drm/shmobile/shmob_drm_drv.c
index 5925725..6ececad 100644
--- a/drivers/gpu/drm/shmobile/shmob_drm_drv.c
+++ b/drivers/gpu/drm/shmobile/shmob_drm_drv.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * shmob_drm_drv.c  --  SH Mobile DRM driver
  *
  * Copyright (C) 2012 Renesas Electronics Corporation
  *
  * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #include <linux/clk.h>
diff --git a/drivers/gpu/drm/shmobile/shmob_drm_drv.h b/drivers/gpu/drm/shmobile/shmob_drm_drv.h
index 088a6e55..80dc4b1 100644
--- a/drivers/gpu/drm/shmobile/shmob_drm_drv.h
+++ b/drivers/gpu/drm/shmobile/shmob_drm_drv.h
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * shmob_drm.h  --  SH Mobile DRM driver
  *
  * Copyright (C) 2012 Renesas Electronics Corporation
  *
  * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #ifndef __SHMOB_DRM_DRV_H__
diff --git a/drivers/gpu/drm/shmobile/shmob_drm_kms.c b/drivers/gpu/drm/shmobile/shmob_drm_kms.c
index 4476385..a172684 100644
--- a/drivers/gpu/drm/shmobile/shmob_drm_kms.c
+++ b/drivers/gpu/drm/shmobile/shmob_drm_kms.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * shmob_drm_kms.c  --  SH Mobile DRM Mode Setting
  *
  * Copyright (C) 2012 Renesas Electronics Corporation
  *
  * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #include <drm/drmP.h>
diff --git a/drivers/gpu/drm/shmobile/shmob_drm_kms.h b/drivers/gpu/drm/shmobile/shmob_drm_kms.h
index 753e281..6ec2b73 100644
--- a/drivers/gpu/drm/shmobile/shmob_drm_kms.h
+++ b/drivers/gpu/drm/shmobile/shmob_drm_kms.h
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * shmob_drm_kms.h  --  SH Mobile DRM Mode Setting
  *
  * Copyright (C) 2012 Renesas Electronics Corporation
  *
  * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #ifndef __SHMOB_DRM_KMS_H__
diff --git a/drivers/gpu/drm/shmobile/shmob_drm_plane.c b/drivers/gpu/drm/shmobile/shmob_drm_plane.c
index 1d0359f..1d1ee5e 100644
--- a/drivers/gpu/drm/shmobile/shmob_drm_plane.c
+++ b/drivers/gpu/drm/shmobile/shmob_drm_plane.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * shmob_drm_plane.c  --  SH Mobile DRM Planes
  *
  * Copyright (C) 2012 Renesas Electronics Corporation
  *
  * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #include <drm/drmP.h>
diff --git a/drivers/gpu/drm/shmobile/shmob_drm_plane.h b/drivers/gpu/drm/shmobile/shmob_drm_plane.h
index a58cc1f..bae67cc 100644
--- a/drivers/gpu/drm/shmobile/shmob_drm_plane.h
+++ b/drivers/gpu/drm/shmobile/shmob_drm_plane.h
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * shmob_drm_plane.h  --  SH Mobile DRM Planes
  *
  * Copyright (C) 2012 Renesas Electronics Corporation
  *
  * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #ifndef __SHMOB_DRM_PLANE_H__
diff --git a/drivers/gpu/drm/shmobile/shmob_drm_regs.h b/drivers/gpu/drm/shmobile/shmob_drm_regs.h
index ea17d44..9eb0b3d 100644
--- a/drivers/gpu/drm/shmobile/shmob_drm_regs.h
+++ b/drivers/gpu/drm/shmobile/shmob_drm_regs.h
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * shmob_drm_regs.h  --  SH Mobile DRM registers
  *
  * Copyright (C) 2012 Renesas Electronics Corporation
  *
  * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #ifndef __SHMOB_DRM_REGS_H__
-- 
2.7.4

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

* Re: [PATCH 05/11] media: rcar_fdp1: convert to SPDX identifiers
  2018-07-26  2:36 ` [PATCH 05/11] media: rcar_fdp1: " Kuninori Morimoto
@ 2018-07-26  7:02   ` Kieran Bingham
  0 siblings, 0 replies; 24+ messages in thread
From: Kieran Bingham @ 2018-07-26  7:02 UTC (permalink / raw)
  To: Kuninori Morimoto, Mauro Carvalho Chehab, Hans Verkuil
  Cc: Ramesh Shanmugasundaram, Laurent Pinchart, Niklas Söderlund,
	Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro, Charles Keepax,
	Jacopo Mondi, linux-media, linux-renesas-soc

On 26/07/18 03:36, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Acked-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>


> ---
>  drivers/media/platform/rcar_fdp1.c | 6 +-----
>  1 file changed, 1 insertion(+), 5 deletions(-)
> 
> diff --git a/drivers/media/platform/rcar_fdp1.c b/drivers/media/platform/rcar_fdp1.c
> index b13dec3..2a15b7c 100644
> --- a/drivers/media/platform/rcar_fdp1.c
> +++ b/drivers/media/platform/rcar_fdp1.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Renesas R-Car Fine Display Processor
>   *
> @@ -8,11 +9,6 @@
>   *
>   * This code is developed and inspired from the vim2m, rcar_jpu,
>   * m2m-deinterlace, and vsp1 drivers.
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by the
> - * Free Software Foundation; either version 2 of the
> - * License, or (at your option) any later version
>   */
>  
>  #include <linux/clk.h>
> 

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

* Re: [PATCH 00/11] convert to SPDX identifiers
  2018-07-26  2:33 [PATCH 00/11] convert to SPDX identifiers Kuninori Morimoto
                   ` (10 preceding siblings ...)
  2018-07-26  2:37 ` [PATCH 11/11] drm: shmobile: " Kuninori Morimoto
@ 2018-07-26  7:05 ` Laurent Pinchart
  2018-07-27  6:27   ` Kuninori Morimoto
  2018-07-26 13:19 ` Simon Horman
  12 siblings, 1 reply; 24+ messages in thread
From: Laurent Pinchart @ 2018-07-26  7:05 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Niklas Söderlund, Kieran Bingham, Mikhail Ulyanov,
	Gustavo A. R. Silva, Al Viro, Charles Keepax, Jacopo Mondi,
	linux-media, linux-renesas-soc

Hello Morimoto-san,

Thank you for the patches.

On Thursday, 26 July 2018 05:33:51 EEST Kuninori Morimoto wrote:
> Hi Mauro, Hans
> 
> These convert license to SPDX style for Renesas related drivers
> These are using "Author's favored style", not "Linus favored style".
> 
> Kuninori Morimoto (11):
>   media: soc_camera_platform: convert to SPDX identifiers
>   media: rcar-vin: convert to SPDX identifiers
>   media: rcar-fcp: convert to SPDX identifiers
>   media: rcar_drif: convert to SPDX identifiers
>   media: rcar_fdp1: convert to SPDX identifiers
>   media: rcar_jpu: convert to SPDX identifiers
>   media: sh_veu: convert to SPDX identifiers
>   media: sh_vou: convert to SPDX identifiers
>   media: sh_mobile_ceu: convert to SPDX identifiers
>   drm: rcar-du: convert to SPDX identifiers
>   drm: shmobile: convert to SPDX identifiers

For the whole series,

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Please note that the last two patches should go through the DRM tree, not the 
media tree.

How would you like to get this merged, should I take everything in my tree and 
submit pull requests ?

>  drivers/gpu/drm/rcar-du/Kconfig                          | 1 +
>  drivers/gpu/drm/rcar-du/rcar_du_crtc.c                   | 6 +-----
>  drivers/gpu/drm/rcar-du/rcar_du_crtc.h                   | 6 +-----
>  drivers/gpu/drm/rcar-du/rcar_du_drv.c                    | 6 +-----
>  drivers/gpu/drm/rcar-du/rcar_du_drv.h                    | 6 +-----
>  drivers/gpu/drm/rcar-du/rcar_du_encoder.c                | 6 +-----
>  drivers/gpu/drm/rcar-du/rcar_du_encoder.h                | 6 +-----
>  drivers/gpu/drm/rcar-du/rcar_du_group.c                  | 6 +-----
>  drivers/gpu/drm/rcar-du/rcar_du_group.h                  | 6 +-----
>  drivers/gpu/drm/rcar-du/rcar_du_kms.c                    | 6 +-----
>  drivers/gpu/drm/rcar-du/rcar_du_kms.h                    | 6 +-----
>  drivers/gpu/drm/rcar-du/rcar_du_plane.c                  | 6 +-----
>  drivers/gpu/drm/rcar-du/rcar_du_plane.h                  | 6 +-----
>  drivers/gpu/drm/rcar-du/rcar_du_regs.h                   | 5 +----
>  drivers/gpu/drm/rcar-du/rcar_du_vsp.c                    | 6 +-----
>  drivers/gpu/drm/rcar-du/rcar_du_vsp.h                    | 6 +-----
>  drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c                   | 6 +-----
>  drivers/gpu/drm/rcar-du/rcar_lvds_regs.h                 | 5 +----
>  drivers/gpu/drm/shmobile/Kconfig                         | 1 +
>  drivers/gpu/drm/shmobile/shmob_drm_backlight.c           | 6 +-----
>  drivers/gpu/drm/shmobile/shmob_drm_backlight.h           | 6 +-----
>  drivers/gpu/drm/shmobile/shmob_drm_crtc.c                | 6 +-----
>  drivers/gpu/drm/shmobile/shmob_drm_crtc.h                | 6 +-----
>  drivers/gpu/drm/shmobile/shmob_drm_drv.c                 | 6 +-----
>  drivers/gpu/drm/shmobile/shmob_drm_drv.h                 | 6 +-----
>  drivers/gpu/drm/shmobile/shmob_drm_kms.c                 | 6 +-----
>  drivers/gpu/drm/shmobile/shmob_drm_kms.h                 | 6 +-----
>  drivers/gpu/drm/shmobile/shmob_drm_plane.c               | 6 +-----
>  drivers/gpu/drm/shmobile/shmob_drm_plane.h               | 6 +-----
>  drivers/gpu/drm/shmobile/shmob_drm_regs.h                | 6 +-----
>  drivers/media/platform/rcar-fcp.c                        | 6 +-----
>  drivers/media/platform/rcar-vin/Kconfig                  | 1 +
>  drivers/media/platform/rcar-vin/Makefile                 | 1 +
>  drivers/media/platform/rcar-vin/rcar-core.c              | 8 ++------
>  drivers/media/platform/rcar-vin/rcar-dma.c               | 6 +-----
>  drivers/media/platform/rcar-vin/rcar-v4l2.c              | 6 +-----
>  drivers/media/platform/rcar-vin/rcar-vin.h               | 6 +-----
>  drivers/media/platform/rcar_drif.c                       | 8 ++------
>  drivers/media/platform/rcar_fdp1.c                       | 6 +-----
>  drivers/media/platform/rcar_jpu.c                        | 5 +----
>  drivers/media/platform/sh_veu.c                          | 5 +----
>  drivers/media/platform/sh_vou.c                          | 5 +----
>  drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c | 6 +-----
>  drivers/media/platform/soc_camera/soc_camera_platform.c  | 5 +----
>  44 files changed, 46 insertions(+), 196 deletions(-)


-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH 02/11] media: rcar-vin: convert to SPDX identifiers
  2018-07-26  2:35 ` [PATCH 02/11] media: rcar-vin: " Kuninori Morimoto
@ 2018-07-26 10:32     ` "Niklas Söderlund"
  0 siblings, 0 replies; 24+ messages in thread
From: "Niklas Söderlund" @ 2018-07-26 10:32 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mauro Carvalho Chehab, Hans Verkuil, Ramesh Shanmugasundaram,
	Laurent Pinchart, Kieran Bingham, Mikhail Ulyanov,
	Gustavo A. R. Silva, Al Viro, Charles Keepax, Jacopo Mondi,
	linux-media, linux-renesas-soc

Hi Morimoto-san,

Thanks for your patch.

On 2018-07-26 02:35:06 +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Kconfig and Makefile doesn't have license line, thus,
> these are GPL-2.0 as default.
> All ohter files are GPL-2.0+ as original license.
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

> ---
>  drivers/media/platform/rcar-vin/Kconfig     | 1 +
>  drivers/media/platform/rcar-vin/Makefile    | 1 +
>  drivers/media/platform/rcar-vin/rcar-core.c | 8 ++------
>  drivers/media/platform/rcar-vin/rcar-dma.c  | 6 +-----
>  drivers/media/platform/rcar-vin/rcar-v4l2.c | 6 +-----
>  drivers/media/platform/rcar-vin/rcar-vin.h  | 6 +-----
>  6 files changed, 7 insertions(+), 21 deletions(-)
> 
> diff --git a/drivers/media/platform/rcar-vin/Kconfig b/drivers/media/platform/rcar-vin/Kconfig
> index baf4eaf..e3eb8fe 100644
> --- a/drivers/media/platform/rcar-vin/Kconfig
> +++ b/drivers/media/platform/rcar-vin/Kconfig
> @@ -1,3 +1,4 @@
> +# SPDX-License-Identifier: GPL-2.0
>  config VIDEO_RCAR_CSI2
>  	tristate "R-Car MIPI CSI-2 Receiver"
>  	depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF
> diff --git a/drivers/media/platform/rcar-vin/Makefile b/drivers/media/platform/rcar-vin/Makefile
> index 5ab803d..00d809f 100644
> --- a/drivers/media/platform/rcar-vin/Makefile
> +++ b/drivers/media/platform/rcar-vin/Makefile
> @@ -1,3 +1,4 @@
> +# SPDX-License-Identifier: GPL-2.0
>  rcar-vin-objs = rcar-core.o rcar-dma.o rcar-v4l2.o
>  
>  obj-$(CONFIG_VIDEO_RCAR_CSI2) += rcar-csi2.o
> diff --git a/drivers/media/platform/rcar-vin/rcar-core.c b/drivers/media/platform/rcar-vin/rcar-core.c
> index 8843367..ce09799 100644
> --- a/drivers/media/platform/rcar-vin/rcar-core.c
> +++ b/drivers/media/platform/rcar-vin/rcar-core.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Driver for Renesas R-Car VIN
>   *
> @@ -7,11 +8,6 @@
>   * Copyright (C) 2008 Magnus Damm
>   *
>   * Based on the soc-camera rcar_vin driver
> - *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
>   */
>  
>  #include <linux/module.h>
> @@ -1275,4 +1271,4 @@ module_platform_driver(rcar_vin_driver);
>  
>  MODULE_AUTHOR("Niklas Söderlund <niklas.soderlund@ragnatech.se>");
>  MODULE_DESCRIPTION("Renesas R-Car VIN camera host driver");
> -MODULE_LICENSE("GPL v2");
> +MODULE_LICENSE("GPL");
> diff --git a/drivers/media/platform/rcar-vin/rcar-dma.c b/drivers/media/platform/rcar-vin/rcar-dma.c
> index 65917d2..84adebc 100644
> --- a/drivers/media/platform/rcar-vin/rcar-dma.c
> +++ b/drivers/media/platform/rcar-vin/rcar-dma.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Driver for Renesas R-Car VIN
>   *
> @@ -7,11 +8,6 @@
>   * Copyright (C) 2008 Magnus Damm
>   *
>   * Based on the soc-camera rcar_vin driver
> - *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
>   */
>  
>  #include <linux/delay.h>
> diff --git a/drivers/media/platform/rcar-vin/rcar-v4l2.c b/drivers/media/platform/rcar-vin/rcar-v4l2.c
> index f8f0519..37d35a2 100644
> --- a/drivers/media/platform/rcar-vin/rcar-v4l2.c
> +++ b/drivers/media/platform/rcar-vin/rcar-v4l2.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Driver for Renesas R-Car VIN
>   *
> @@ -7,11 +8,6 @@
>   * Copyright (C) 2008 Magnus Damm
>   *
>   * Based on the soc-camera rcar_vin driver
> - *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
>   */
>  
>  #include <linux/pm_runtime.h>
> diff --git a/drivers/media/platform/rcar-vin/rcar-vin.h b/drivers/media/platform/rcar-vin/rcar-vin.h
> index 57117da..f684e47 100644
> --- a/drivers/media/platform/rcar-vin/rcar-vin.h
> +++ b/drivers/media/platform/rcar-vin/rcar-vin.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0+ */
>  /*
>   * Driver for Renesas R-Car VIN
>   *
> @@ -7,11 +8,6 @@
>   * Copyright (C) 2008 Magnus Damm
>   *
>   * Based on the soc-camera rcar_vin driver
> - *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
>   */
>  
>  #ifndef __RCAR_VIN__
> -- 
> 2.7.4
> 

-- 
Regards,
Niklas Söderlund

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

* Re: [PATCH 02/11] media: rcar-vin: convert to SPDX identifiers
@ 2018-07-26 10:32     ` "Niklas Söderlund"
  0 siblings, 0 replies; 24+ messages in thread
From: "Niklas Söderlund" @ 2018-07-26 10:32 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mauro Carvalho Chehab, Hans Verkuil, Ramesh Shanmugasundaram,
	Laurent Pinchart, Kieran Bingham, Mikhail Ulyanov,
	Gustavo A. R. Silva, Al Viro, Charles Keepax, Jacopo Mondi,
	linux-media, linux-renesas-soc

Hi Morimoto-san,

Thanks for your patch.

On 2018-07-26 02:35:06 +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Kconfig and Makefile doesn't have license line, thus,
> these are GPL-2.0 as default.
> All ohter files are GPL-2.0+ as original license.
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Acked-by: Niklas S�derlund <niklas.soderlund+renesas@ragnatech.se>

> ---
>  drivers/media/platform/rcar-vin/Kconfig     | 1 +
>  drivers/media/platform/rcar-vin/Makefile    | 1 +
>  drivers/media/platform/rcar-vin/rcar-core.c | 8 ++------
>  drivers/media/platform/rcar-vin/rcar-dma.c  | 6 +-----
>  drivers/media/platform/rcar-vin/rcar-v4l2.c | 6 +-----
>  drivers/media/platform/rcar-vin/rcar-vin.h  | 6 +-----
>  6 files changed, 7 insertions(+), 21 deletions(-)
> 
> diff --git a/drivers/media/platform/rcar-vin/Kconfig b/drivers/media/platform/rcar-vin/Kconfig
> index baf4eaf..e3eb8fe 100644
> --- a/drivers/media/platform/rcar-vin/Kconfig
> +++ b/drivers/media/platform/rcar-vin/Kconfig
> @@ -1,3 +1,4 @@
> +# SPDX-License-Identifier: GPL-2.0
>  config VIDEO_RCAR_CSI2
>  	tristate "R-Car MIPI CSI-2 Receiver"
>  	depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF
> diff --git a/drivers/media/platform/rcar-vin/Makefile b/drivers/media/platform/rcar-vin/Makefile
> index 5ab803d..00d809f 100644
> --- a/drivers/media/platform/rcar-vin/Makefile
> +++ b/drivers/media/platform/rcar-vin/Makefile
> @@ -1,3 +1,4 @@
> +# SPDX-License-Identifier: GPL-2.0
>  rcar-vin-objs = rcar-core.o rcar-dma.o rcar-v4l2.o
>  
>  obj-$(CONFIG_VIDEO_RCAR_CSI2) += rcar-csi2.o
> diff --git a/drivers/media/platform/rcar-vin/rcar-core.c b/drivers/media/platform/rcar-vin/rcar-core.c
> index 8843367..ce09799 100644
> --- a/drivers/media/platform/rcar-vin/rcar-core.c
> +++ b/drivers/media/platform/rcar-vin/rcar-core.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Driver for Renesas R-Car VIN
>   *
> @@ -7,11 +8,6 @@
>   * Copyright (C) 2008 Magnus Damm
>   *
>   * Based on the soc-camera rcar_vin driver
> - *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
>   */
>  
>  #include <linux/module.h>
> @@ -1275,4 +1271,4 @@ module_platform_driver(rcar_vin_driver);
>  
>  MODULE_AUTHOR("Niklas S�derlund <niklas.soderlund@ragnatech.se>");
>  MODULE_DESCRIPTION("Renesas R-Car VIN camera host driver");
> -MODULE_LICENSE("GPL v2");
> +MODULE_LICENSE("GPL");
> diff --git a/drivers/media/platform/rcar-vin/rcar-dma.c b/drivers/media/platform/rcar-vin/rcar-dma.c
> index 65917d2..84adebc 100644
> --- a/drivers/media/platform/rcar-vin/rcar-dma.c
> +++ b/drivers/media/platform/rcar-vin/rcar-dma.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Driver for Renesas R-Car VIN
>   *
> @@ -7,11 +8,6 @@
>   * Copyright (C) 2008 Magnus Damm
>   *
>   * Based on the soc-camera rcar_vin driver
> - *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
>   */
>  
>  #include <linux/delay.h>
> diff --git a/drivers/media/platform/rcar-vin/rcar-v4l2.c b/drivers/media/platform/rcar-vin/rcar-v4l2.c
> index f8f0519..37d35a2 100644
> --- a/drivers/media/platform/rcar-vin/rcar-v4l2.c
> +++ b/drivers/media/platform/rcar-vin/rcar-v4l2.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Driver for Renesas R-Car VIN
>   *
> @@ -7,11 +8,6 @@
>   * Copyright (C) 2008 Magnus Damm
>   *
>   * Based on the soc-camera rcar_vin driver
> - *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
>   */
>  
>  #include <linux/pm_runtime.h>
> diff --git a/drivers/media/platform/rcar-vin/rcar-vin.h b/drivers/media/platform/rcar-vin/rcar-vin.h
> index 57117da..f684e47 100644
> --- a/drivers/media/platform/rcar-vin/rcar-vin.h
> +++ b/drivers/media/platform/rcar-vin/rcar-vin.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: GPL-2.0+ */
>  /*
>   * Driver for Renesas R-Car VIN
>   *
> @@ -7,11 +8,6 @@
>   * Copyright (C) 2008 Magnus Damm
>   *
>   * Based on the soc-camera rcar_vin driver
> - *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
>   */
>  
>  #ifndef __RCAR_VIN__
> -- 
> 2.7.4
> 

-- 
Regards,
Niklas S�derlund

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

* Re: [PATCH 00/11] convert to SPDX identifiers
  2018-07-26  2:33 [PATCH 00/11] convert to SPDX identifiers Kuninori Morimoto
                   ` (11 preceding siblings ...)
  2018-07-26  7:05 ` [PATCH 00/11] " Laurent Pinchart
@ 2018-07-26 13:19 ` Simon Horman
  12 siblings, 0 replies; 24+ messages in thread
From: Simon Horman @ 2018-07-26 13:19 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart, "Niklas Söderlund",
	Kieran Bingham, Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro,
	Charles Keepax, Jacopo Mondi, linux-media, linux-renesas-soc

On Thu, Jul 26, 2018 at 02:33:51AM +0000, Kuninori Morimoto wrote:
> 
> Hi Mauro, Hans
> 
> These convert license to SPDX style for Renesas related drivers
> These are using "Author's favored style", not "Linus favored style".
> 
> Kuninori Morimoto (11):
>   media: soc_camera_platform: convert to SPDX identifiers
>   media: rcar-vin: convert to SPDX identifiers
>   media: rcar-fcp: convert to SPDX identifiers
>   media: rcar_drif: convert to SPDX identifiers
>   media: rcar_fdp1: convert to SPDX identifiers
>   media: rcar_jpu: convert to SPDX identifiers
>   media: sh_veu: convert to SPDX identifiers
>   media: sh_vou: convert to SPDX identifiers
>   media: sh_mobile_ceu: convert to SPDX identifiers
>   drm: rcar-du: convert to SPDX identifiers
>   drm: shmobile: convert to SPDX identifiers

...

>  44 files changed, 46 insertions(+), 196 deletions(-)

Nice diffstat.

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH 01/11] media: soc_camera_platform: convert to SPDX identifiers
  2018-07-26  2:34 ` [PATCH 01/11] media: soc_camera_platform: " Kuninori Morimoto
@ 2018-07-26 15:10   ` Laurent Pinchart
  2018-07-26 19:18     ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 24+ messages in thread
From: Laurent Pinchart @ 2018-07-26 15:10 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mauro Carvalho Chehab, Hans Verkuil, Ramesh Shanmugasundaram,
	Niklas Söderlund, Kieran Bingham, Mikhail Ulyanov,
	Gustavo A. R. Silva, Al Viro, Charles Keepax, Jacopo Mondi,
	linux-media, linux-renesas-soc

Hi Morimoto-san,

On Thursday, 26 July 2018 05:34:42 EEST Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
>  drivers/media/platform/soc_camera/soc_camera_platform.c | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)

I have second thoughts about this one. Is it worth switching to SPDX as we're 
in the process of removing soc-camera from the kernel ? If it is, shouldn't 
you also address the other soc-camera source files ? I would personally prefer 
not touching soc-camera as it won't be there for much longer.

> diff --git a/drivers/media/platform/soc_camera/soc_camera_platform.c
> b/drivers/media/platform/soc_camera/soc_camera_platform.c index
> ce00e90..6745a6e 100644
> --- a/drivers/media/platform/soc_camera/soc_camera_platform.c
> +++ b/drivers/media/platform/soc_camera/soc_camera_platform.c
> @@ -1,13 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Generic Platform Camera Driver
>   *
>   * Copyright (C) 2008 Magnus Damm
>   * Based on mt9m001 driver,
>   * Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
>   */
> 
>  #include <linux/init.h>

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH 01/11] media: soc_camera_platform: convert to SPDX identifiers
  2018-07-26 15:10   ` Laurent Pinchart
@ 2018-07-26 19:18     ` Mauro Carvalho Chehab
  2018-07-26 19:56       ` Laurent Pinchart
  0 siblings, 1 reply; 24+ messages in thread
From: Mauro Carvalho Chehab @ 2018-07-26 19:18 UTC (permalink / raw)
  To: Laurent Pinchart
  Cc: Kuninori Morimoto, Mauro Carvalho Chehab, Hans Verkuil,
	Ramesh Shanmugasundaram, Niklas Söderlund, Kieran Bingham,
	Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro, Charles Keepax,
	Jacopo Mondi, linux-media, linux-renesas-soc

Em Thu, 26 Jul 2018 18:10:32 +0300
Laurent Pinchart <laurent.pinchart@ideasonboard.com> escreveu:

> Hi Morimoto-san,
> 
> On Thursday, 26 July 2018 05:34:42 EEST Kuninori Morimoto wrote:
> > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > 
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > ---
> >  drivers/media/platform/soc_camera/soc_camera_platform.c | 5 +----
> >  1 file changed, 1 insertion(+), 4 deletions(-)  
> 
> I have second thoughts about this one. Is it worth switching to SPDX as we're 
> in the process of removing soc-camera from the kernel ? If it is, shouldn't 
> you also address the other soc-camera source files ? I would personally prefer 
> not touching soc-camera as it won't be there for much longer.

I'd say that, if there are code there that will be converted and will stay
at the Kernel, the SPDX patchset is a good thing, as it makes easier for 
the conversion, as it would mean one less thing to be concerned with.

So, I'm inclined to apply this patch series.

> 
> > diff --git a/drivers/media/platform/soc_camera/soc_camera_platform.c
> > b/drivers/media/platform/soc_camera/soc_camera_platform.c index
> > ce00e90..6745a6e 100644
> > --- a/drivers/media/platform/soc_camera/soc_camera_platform.c
> > +++ b/drivers/media/platform/soc_camera/soc_camera_platform.c
> > @@ -1,13 +1,10 @@
> > +// SPDX-License-Identifier: GPL-2.0
> >  /*
> >   * Generic Platform Camera Driver
> >   *
> >   * Copyright (C) 2008 Magnus Damm
> >   * Based on mt9m001 driver,
> >   * Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de>
> > - *
> > - * This program is free software; you can redistribute it and/or modify
> > - * it under the terms of the GNU General Public License version 2 as
> > - * published by the Free Software Foundation.
> >   */
> > 
> >  #include <linux/init.h>  
> 



Thanks,
Mauro

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

* Re: [PATCH 01/11] media: soc_camera_platform: convert to SPDX identifiers
  2018-07-26 19:18     ` Mauro Carvalho Chehab
@ 2018-07-26 19:56       ` Laurent Pinchart
  2018-07-27  0:49         ` Kuninori Morimoto
  0 siblings, 1 reply; 24+ messages in thread
From: Laurent Pinchart @ 2018-07-26 19:56 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Kuninori Morimoto, Mauro Carvalho Chehab, Hans Verkuil,
	Ramesh Shanmugasundaram, Niklas Söderlund, Kieran Bingham,
	Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro, Charles Keepax,
	Jacopo Mondi, linux-media, linux-renesas-soc

Hi Mauro,

On Thursday, 26 July 2018 22:18:49 EEST Mauro Carvalho Chehab wrote:
> Em Thu, 26 Jul 2018 18:10:32 +0300 Laurent Pinchart escreveu:
> > On Thursday, 26 July 2018 05:34:42 EEST Kuninori Morimoto wrote:
> > > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > > 
> > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > > ---
> > > 
> > >  drivers/media/platform/soc_camera/soc_camera_platform.c | 5 +----
> > >  1 file changed, 1 insertion(+), 4 deletions(-)
> > 
> > I have second thoughts about this one. Is it worth switching to SPDX as
> > we're in the process of removing soc-camera from the kernel ? If it is,
> > shouldn't you also address the other soc-camera source files ? I would
> > personally prefer not touching soc-camera as it won't be there for much
> > longer.
> 
> I'd say that, if there are code there that will be converted and will stay
> at the Kernel, the SPDX patchset is a good thing, as it makes easier for
> the conversion, as it would mean one less thing to be concerned with.
> 
> So, I'm inclined to apply this patch series.

My comment referred to this patch only, not the whole series. The rest of the 
series is totally fine, only soc_camera_platform.c doesn't seem worth touching 
to me as it's going away. As far as I know the only remaining user is 
sh_mobile_ceu_camera.c, which isn't used by any platform anymore. It's just a 
matter of dropping it (I think Jacopo has submitted a patch already), and then 
removing the drivers/media/platform/soc_camera/ directory.

I've taken the whole series in my tree and collected acks, so I'll submit a 
pull request when we will decide what to do with patch 01/11.

> > > diff --git a/drivers/media/platform/soc_camera/soc_camera_platform.c
> > > b/drivers/media/platform/soc_camera/soc_camera_platform.c index
> > > ce00e90..6745a6e 100644
> > > --- a/drivers/media/platform/soc_camera/soc_camera_platform.c
> > > +++ b/drivers/media/platform/soc_camera/soc_camera_platform.c
> > > @@ -1,13 +1,10 @@
> > > +// SPDX-License-Identifier: GPL-2.0
> > >  /*
> > >   * Generic Platform Camera Driver
> > >   *
> > >   * Copyright (C) 2008 Magnus Damm
> > >   * Based on mt9m001 driver,
> > >   * Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de>
> > > - *
> > > - * This program is free software; you can redistribute it and/or modify
> > > - * it under the terms of the GNU General Public License version 2 as
> > > - * published by the Free Software Foundation.
> > >   */
> > >  
> > >  #include <linux/init.h>

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH 01/11] media: soc_camera_platform: convert to SPDX identifiers
  2018-07-26 19:56       ` Laurent Pinchart
@ 2018-07-27  0:49         ` Kuninori Morimoto
  2018-07-27  8:10           ` Laurent Pinchart
  0 siblings, 1 reply; 24+ messages in thread
From: Kuninori Morimoto @ 2018-07-27  0:49 UTC (permalink / raw)
  To: Laurent Pinchart
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Hans Verkuil,
	Ramesh Shanmugasundaram, Niklas Söderlund, Kieran Bingham,
	Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro, Charles Keepax,
	Jacopo Mondi, linux-media, linux-renesas-soc


Hi Laurent, Mauro

> > > > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > > > 
> > > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > > > ---
> > > > 
> > > >  drivers/media/platform/soc_camera/soc_camera_platform.c | 5 +----
> > > >  1 file changed, 1 insertion(+), 4 deletions(-)
> > > 
> > > I have second thoughts about this one. Is it worth switching to SPDX as
> > > we're in the process of removing soc-camera from the kernel ? If it is,
> > > shouldn't you also address the other soc-camera source files ? I would
> > > personally prefer not touching soc-camera as it won't be there for much
> > > longer.
> > 
> > I'd say that, if there are code there that will be converted and will stay
> > at the Kernel, the SPDX patchset is a good thing, as it makes easier for
> > the conversion, as it would mean one less thing to be concerned with.
> > 
> > So, I'm inclined to apply this patch series.
> 
> My comment referred to this patch only, not the whole series. The rest of the 
> series is totally fine, only soc_camera_platform.c doesn't seem worth touching 
> to me as it's going away. As far as I know the only remaining user is 
> sh_mobile_ceu_camera.c, which isn't used by any platform anymore. It's just a 
> matter of dropping it (I think Jacopo has submitted a patch already), and then 
> removing the drivers/media/platform/soc_camera/ directory.
> 
> I've taken the whole series in my tree and collected acks, so I'll submit a 
> pull request when we will decide what to do with patch 01/11.

I have no special opinion about it.
If you think it is not needed, please drop it.

soc_camera_platform is my (and Magnus's) driver of memories,
almost 10 years ago.
It is a littile bit lonely that it will disappear,
ut there is no problem.
Thanks soc_camera_platform

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 00/11] convert to SPDX identifiers
  2018-07-26  7:05 ` [PATCH 00/11] " Laurent Pinchart
@ 2018-07-27  6:27   ` Kuninori Morimoto
  0 siblings, 0 replies; 24+ messages in thread
From: Kuninori Morimoto @ 2018-07-27  6:27 UTC (permalink / raw)
  To: Laurent Pinchart
  Cc: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Niklas Söderlund, Kieran Bingham, Mikhail Ulyanov,
	Gustavo A. R. Silva, Al Viro, Charles Keepax, Jacopo Mondi,
	linux-media, linux-renesas-soc


Hi Laurent

> > These convert license to SPDX style for Renesas related drivers
> > These are using "Author's favored style", not "Linus favored style".
> > 
> > Kuninori Morimoto (11):
> >   media: soc_camera_platform: convert to SPDX identifiers
> >   media: rcar-vin: convert to SPDX identifiers
> >   media: rcar-fcp: convert to SPDX identifiers
> >   media: rcar_drif: convert to SPDX identifiers
> >   media: rcar_fdp1: convert to SPDX identifiers
> >   media: rcar_jpu: convert to SPDX identifiers
> >   media: sh_veu: convert to SPDX identifiers
> >   media: sh_vou: convert to SPDX identifiers
> >   media: sh_mobile_ceu: convert to SPDX identifiers
> >   drm: rcar-du: convert to SPDX identifiers
> >   drm: shmobile: convert to SPDX identifiers
> 
> For the whole series,
> 
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> 
> Please note that the last two patches should go through the DRM tree, not the 
> media tree.
> 
> How would you like to get this merged, should I take everything in my tree and 
> submit pull requests ?

I'm not familiar with media/drm.
I can follow maintainer opinion

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 01/11] media: soc_camera_platform: convert to SPDX identifiers
  2018-07-27  0:49         ` Kuninori Morimoto
@ 2018-07-27  8:10           ` Laurent Pinchart
  0 siblings, 0 replies; 24+ messages in thread
From: Laurent Pinchart @ 2018-07-27  8:10 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Hans Verkuil,
	Ramesh Shanmugasundaram, Niklas Söderlund, Kieran Bingham,
	Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro, Charles Keepax,
	Jacopo Mondi, linux-media, linux-renesas-soc

Hi Morimoto-san,

On Friday, 27 July 2018 03:49:20 EEST Kuninori Morimoto wrote:
> Hi Laurent, Mauro
> 
> >>>> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> >>>> 
> >>>> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> >>> ---
> >>>> 
> >>>>  drivers/media/platform/soc_camera/soc_camera_platform.c | 5 +----
> >>>>  1 file changed, 1 insertion(+), 4 deletions(-)
> >>> 
> >>> I have second thoughts about this one. Is it worth switching to SPDX
> >>> as we're in the process of removing soc-camera from the kernel ? If it
> >>> is, shouldn't you also address the other soc-camera source files ? I
> >>> would personally prefer not touching soc-camera as it won't be there
> >>> for much longer.
> >> 
> >> I'd say that, if there are code there that will be converted and will
> >> stay at the Kernel, the SPDX patchset is a good thing, as it makes
> >> easier for the conversion, as it would mean one less thing to be
> >> concerned with.
> >> 
> >> So, I'm inclined to apply this patch series.
> > 
> > My comment referred to this patch only, not the whole series. The rest of
> > the series is totally fine, only soc_camera_platform.c doesn't seem worth
> > touching to me as it's going away. As far as I know the only remaining
> > user is sh_mobile_ceu_camera.c, which isn't used by any platform anymore.
> > It's just a matter of dropping it (I think Jacopo has submitted a patch
> > already), and then removing the drivers/media/platform/soc_camera/
> > directory.
> > 
> > I've taken the whole series in my tree and collected acks, so I'll submit
> > a pull request when we will decide what to do with patch 01/11.
> 
> I have no special opinion about it.
> If you think it is not needed, please drop it.
> 
> soc_camera_platform is my (and Magnus's) driver of memories,
> almost 10 years ago.
> It is a littile bit lonely that it will disappear,
> ut there is no problem.
> Thanks soc_camera_platform

I'll bake a cake with 10 candles before removing it :-)

-- 
Regards,

Laurent Pinchart

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

* RE: [PATCH 04/11] media: rcar_drif: convert to SPDX identifiers
  2018-07-26  2:35 ` [PATCH 04/11] media: rcar_drif: " Kuninori Morimoto
@ 2018-07-27  9:00   ` Ramesh Shanmugasundaram
  0 siblings, 0 replies; 24+ messages in thread
From: Ramesh Shanmugasundaram @ 2018-07-27  9:00 UTC (permalink / raw)
  To: Kuninori Morimoto, Mauro Carvalho Chehab, Hans Verkuil
  Cc: Laurent Pinchart, "Niklas Söderlund",
	Kieran Bingham, Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro,
	Charles Keepax, Jacopo Mondi, linux-media, linux-renesas-soc

Hi Morimoto-san,

Thank you for the patch and the information on MODULE_LICENSE.

> -----Original Message-----
> From: Kuninori Morimoto
> Sent: Thursday, July 26, 2018 3:36 AM
> To: Mauro Carvalho Chehab <mchehab@kernel.org>; Hans Verkuil
> <hans.verkuil@cisco.com>
> Cc: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>;
> Laurent Pinchart <laurent.pinchart@ideasonboard.com>; "Niklas Söderlund"
> <niklas.soderlund@ragnatech.se>; Kieran Bingham <kieran@bingham.xyz>;
> Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>; Gustavo A. R. Silva
> <gustavo@embeddedor.com>; Al Viro <viro@zeniv.linux.org.uk>; Charles
> Keepax <ckeepax@opensource.wolfsonmicro.com>; Jacopo Mondi
> <jacopo+renesas@jmondi.org>; linux-media@vger.kernel.org; linux-renesas-
> soc@vger.kernel.org
> Subject: [PATCH 04/11] media: rcar_drif: convert to SPDX identifiers
> 
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> As original license mentioned, it is GPL-2.0+ in SPDX.
> Then, MODULE_LICENSE() should be "GPL" instead of "GPL v2".
> See ${LINUX}/include/linux/module.h
> 
> 	"GPL"		[GNU Public License v2 or later]
> 	"GPL v2"	[GNU Public License v2]
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Acked-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>

> ---
>  drivers/media/platform/rcar_drif.c | 8 ++------
>  1 file changed, 2 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/media/platform/rcar_drif.c
> b/drivers/media/platform/rcar_drif.c
> index dc7e280..81413ab 100644
> --- a/drivers/media/platform/rcar_drif.c
> +++ b/drivers/media/platform/rcar_drif.c
> @@ -1,13 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * R-Car Gen3 Digital Radio Interface (DRIF) driver
>   *
>   * Copyright (C) 2017 Renesas Electronics Corporation
>   *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> - *
>   * This program is distributed in the hope that it will be useful,
>   * but WITHOUT ANY WARRANTY; without even the implied warranty of
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> @@ -1499,5 +1495,5 @@ module_platform_driver(rcar_drif_driver);
> 
>  MODULE_DESCRIPTION("Renesas R-Car Gen3 DRIF driver");
>  MODULE_ALIAS("platform:" RCAR_DRIF_DRV_NAME);
> -MODULE_LICENSE("GPL v2");
> +MODULE_LICENSE("GPL");
>  MODULE_AUTHOR("Ramesh Shanmugasundaram
> <ramesh.shanmugasundaram@bp.renesas.com>");
> --
> 2.7.4

Thanks,
Ramesh

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

end of thread, other threads:[~2018-07-27 10:21 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-26  2:33 [PATCH 00/11] convert to SPDX identifiers Kuninori Morimoto
2018-07-26  2:34 ` [PATCH 01/11] media: soc_camera_platform: " Kuninori Morimoto
2018-07-26 15:10   ` Laurent Pinchart
2018-07-26 19:18     ` Mauro Carvalho Chehab
2018-07-26 19:56       ` Laurent Pinchart
2018-07-27  0:49         ` Kuninori Morimoto
2018-07-27  8:10           ` Laurent Pinchart
2018-07-26  2:35 ` [PATCH 02/11] media: rcar-vin: " Kuninori Morimoto
2018-07-26 10:32   ` "Niklas Söderlund"
2018-07-26 10:32     ` "Niklas Söderlund"
2018-07-26  2:35 ` [PATCH 03/11] media: rcar-fcp: " Kuninori Morimoto
2018-07-26  2:35 ` [PATCH 04/11] media: rcar_drif: " Kuninori Morimoto
2018-07-27  9:00   ` Ramesh Shanmugasundaram
2018-07-26  2:36 ` [PATCH 05/11] media: rcar_fdp1: " Kuninori Morimoto
2018-07-26  7:02   ` Kieran Bingham
2018-07-26  2:36 ` [PATCH 06/11] media: rcar_jpu: " Kuninori Morimoto
2018-07-26  2:36 ` [PATCH 07/11] media: sh_veu: " Kuninori Morimoto
2018-07-26  2:36 ` [PATCH 08/11] media: sh_vou: " Kuninori Morimoto
2018-07-26  2:37 ` [PATCH 09/11] media: sh_mobile_ceu: " Kuninori Morimoto
2018-07-26  2:37 ` [PATCH 10/11] drm: rcar-du: " Kuninori Morimoto
2018-07-26  2:37 ` [PATCH 11/11] drm: shmobile: " Kuninori Morimoto
2018-07-26  7:05 ` [PATCH 00/11] " Laurent Pinchart
2018-07-27  6:27   ` Kuninori Morimoto
2018-07-26 13:19 ` Simon Horman

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.