public inbox for linux-media@vger.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; 23+ 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] 23+ messages in thread

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

Thread overview: 23+ 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  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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox