From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Kieran Bingham <kieran.bingham@ideasonboard.com>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org,
linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH v2 1/8] v4l: vsp1: Use SPDX license headers
Date: Sat, 28 Apr 2018 00:47:25 +0300 [thread overview]
Message-ID: <9975058.6n0K4TYcZK@avalon> (raw)
In-Reply-To: <45a7f1d7-9802-9b3b-c964-2f37c113cc8e@ideasonboard.com>
Hi Kieran,
On Saturday, 28 April 2018 00:25:51 EEST Kieran Bingham wrote:
> Hi Laurent,
>
> Thank you for the patch, and going through the whole driver for this update.
> On 22/04/18 23:34, Laurent Pinchart wrote:
> > Adopt the SPDX license identifier headers to ease license compliance
> > management. All files in the driver are licensed under the GPLv2+ except
> > for the vsp1_regs.h file which is licensed under the GPLv2. This is
> > likely an oversight, but fixing this requires contacting the copyright
> > owners and is out of scope for this patch.
>
> I agree that's out of scope for this patch, but it's not too exhaustive a
> list to correct at a later date:
>
> git shortlog -e -n -s -- ./drivers/media/platform/vsp1/vsp1_regs.h
> 19 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> 5 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> 3 Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> 2 Geert Uytterhoeven <geert+renesas@glider.be>
> 2 Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 1 Linus Torvalds <torvalds@linux-foundation.org>
> 1 Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> 1 Wolfram Sang <wsa+renesas@sang-engineering.com>
>
> (Both Geert and Linus are merge commits there)
I agree with you, I've sent a separate patch.
> > While at it fix the file descriptions to match file names where copy and
> > paste error occurred.
> >
> > Signed-off-by: Laurent Pinchart
> > <laurent.pinchart+renesas@ideasonboard.com>
>
> It's crazy that we have two types of comment style for the SPDX identifier -
> but that's not a fault in this patch, so:
>
> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
>
> > ---
> >
> > drivers/media/platform/vsp1/vsp1.h | 6 +-----
> > drivers/media/platform/vsp1/vsp1_brx.c | 6 +-----
> > drivers/media/platform/vsp1/vsp1_brx.h | 6 +-----
> > drivers/media/platform/vsp1/vsp1_clu.c | 6 +-----
> > drivers/media/platform/vsp1/vsp1_clu.h | 6 +-----
> > drivers/media/platform/vsp1/vsp1_dl.c | 8 ++------
> > drivers/media/platform/vsp1/vsp1_dl.h | 6 +-----
> > drivers/media/platform/vsp1/vsp1_drm.c | 8 ++------
> > drivers/media/platform/vsp1/vsp1_drm.h | 6 +-----
> > drivers/media/platform/vsp1/vsp1_drv.c | 6 +-----
> > drivers/media/platform/vsp1/vsp1_entity.c | 6 +-----
> > drivers/media/platform/vsp1/vsp1_entity.h | 6 +-----
> > drivers/media/platform/vsp1/vsp1_hgo.c | 6 +-----
> > drivers/media/platform/vsp1/vsp1_hgo.h | 6 +-----
> > drivers/media/platform/vsp1/vsp1_hgt.c | 6 +-----
> > drivers/media/platform/vsp1/vsp1_hgt.h | 6 +-----
> > drivers/media/platform/vsp1/vsp1_histo.c | 6 +-----
> > drivers/media/platform/vsp1/vsp1_histo.h | 6 +-----
> > drivers/media/platform/vsp1/vsp1_hsit.c | 6 +-----
> > drivers/media/platform/vsp1/vsp1_hsit.h | 6 +-----
> > drivers/media/platform/vsp1/vsp1_lif.c | 6 +-----
> > drivers/media/platform/vsp1/vsp1_lif.h | 6 +-----
> > drivers/media/platform/vsp1/vsp1_lut.c | 6 +-----
> > drivers/media/platform/vsp1/vsp1_lut.h | 6 +-----
> > drivers/media/platform/vsp1/vsp1_pipe.c | 6 +-----
> > drivers/media/platform/vsp1/vsp1_pipe.h | 6 +-----
> > drivers/media/platform/vsp1/vsp1_regs.h | 5 +----
> > drivers/media/platform/vsp1/vsp1_rpf.c | 6 +-----
> > drivers/media/platform/vsp1/vsp1_rwpf.c | 6 +-----
> > drivers/media/platform/vsp1/vsp1_rwpf.h | 6 +-----
> > drivers/media/platform/vsp1/vsp1_sru.c | 6 +-----
> > drivers/media/platform/vsp1/vsp1_sru.h | 6 +-----
> > drivers/media/platform/vsp1/vsp1_uds.c | 6 +-----
> > drivers/media/platform/vsp1/vsp1_uds.h | 6 +-----
> > drivers/media/platform/vsp1/vsp1_video.c | 6 +-----
> > drivers/media/platform/vsp1/vsp1_video.h | 6 +-----
> > drivers/media/platform/vsp1/vsp1_wpf.c | 6 +-----
> > 37 files changed, 39 insertions(+), 186 deletions(-)
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2018-04-27 21:47 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-22 22:34 [PATCH v2 0/8] R-Car DU: Support CRC calculation Laurent Pinchart
2018-04-22 22:34 ` [PATCH v2 1/8] v4l: vsp1: Use SPDX license headers Laurent Pinchart
2018-04-27 21:25 ` Kieran Bingham
2018-04-27 21:47 ` Laurent Pinchart [this message]
2018-04-22 22:34 ` [PATCH v2 2/8] v4l: vsp1: Share the CLU, LIF and LUT set_fmt pad operation code Laurent Pinchart
2018-04-28 9:50 ` jacopo mondi
2018-04-28 16:07 ` Laurent Pinchart
2018-04-28 17:16 ` Kieran Bingham
2018-04-28 17:25 ` Laurent Pinchart
2018-04-28 17:30 ` Laurent Pinchart
2018-04-28 17:32 ` Kieran Bingham
2018-04-22 22:34 ` [PATCH v2 3/8] v4l: vsp1: Reset the crop and compose rectangles in the set_fmt helper Laurent Pinchart
2018-04-28 9:56 ` jacopo mondi
2018-04-28 17:22 ` Kieran Bingham
2018-04-22 22:34 ` [PATCH v2 4/8] v4l: vsp1: Document the vsp1_du_atomic_config structure Laurent Pinchart
2018-04-28 17:29 ` Kieran Bingham
2018-04-22 22:34 ` [PATCH v2 5/8] v4l: vsp1: Extend the DU API to support CRC computation Laurent Pinchart
2018-04-28 10:03 ` jacopo mondi
2018-04-28 16:19 ` Laurent Pinchart
2018-04-28 17:48 ` Kieran Bingham
2018-04-22 22:34 ` [PATCH v2 6/8] v4l: vsp1: Add support for the DISCOM entity Laurent Pinchart
2018-04-28 10:40 ` jacopo mondi
2018-04-28 16:50 ` Laurent Pinchart
2018-04-28 18:28 ` Kieran Bingham
2018-04-22 22:34 ` [PATCH v2 7/8] v4l: vsp1: Integrate DISCOM in display pipeline Laurent Pinchart
2018-04-28 11:00 ` jacopo mondi
2018-04-28 16:57 ` Laurent Pinchart
2018-04-28 18:58 ` Kieran Bingham
2018-04-28 19:15 ` Laurent Pinchart
2018-04-22 22:34 ` [PATCH v2 8/8] drm: rcar-du: Add support for CRC computation Laurent Pinchart
2018-04-28 19:16 ` Kieran Bingham
2018-04-28 20:15 ` Laurent Pinchart
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=9975058.6n0K4TYcZK@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=kieran.bingham@ideasonboard.com \
--cc=laurent.pinchart+renesas@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox