All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Cc: "Kuninori Morimoto" <kuninori.morimoto.gx@renesas.com>,
	"Mauro Carvalho Chehab" <mchehab@kernel.org>,
	"Hans Verkuil" <hans.verkuil@cisco.com>,
	"Ramesh Shanmugasundaram"
	<ramesh.shanmugasundaram@bp.renesas.com>,
	"Niklas Söderlund" <niklas.soderlund@ragnatech.se>,
	"Kieran Bingham" <kieran@ksquared.org.uk>,
	"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: Re: [PATCH 01/11] media: soc_camera_platform: convert to SPDX identifiers
Date: Thu, 26 Jul 2018 22:56:56 +0300	[thread overview]
Message-ID: <2222680.iWr5sPUPWG@avalon> (raw)
In-Reply-To: <20180726161756.1096cda4@coco.lan>

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

  reply	other threads:[~2018-07-26 21:14 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2222680.iWr5sPUPWG@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=ckeepax@opensource.wolfsonmicro.com \
    --cc=gustavo@embeddedor.com \
    --cc=hans.verkuil@cisco.com \
    --cc=jacopo+renesas@jmondi.org \
    --cc=kieran@ksquared.org.uk \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=mchehab+samsung@kernel.org \
    --cc=mchehab@kernel.org \
    --cc=mikhail.ulyanov@cogentembedded.com \
    --cc=niklas.soderlund@ragnatech.se \
    --cc=ramesh.shanmugasundaram@bp.renesas.com \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.