Linux Media Controller development
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: "Mauro Carvalho Chehab" <mchehab@kernel.org>,
	"Ramesh Shanmugasundaram"
	<ramesh.shanmugasundaram@bp.renesas.com>,
	"Hans Verkuil" <hans.verkuil@cisco.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 0/8] renesas: convert to SPDX
Date: Mon, 06 Aug 2018 12:23:25 +0300	[thread overview]
Message-ID: <5725513.UuOhmpgbUg@avalon> (raw)
In-Reply-To: <87h8k8nqcf.wl-kuninori.morimoto.gx@renesas.com>

Hi Morimoto-san,

Thank you for the patches.

On Monday, 6 August 2018 06:15:21 EEST Kuninori Morimoto wrote:
> Hi Mauro, Hans, Laurent
> 
> These patches convert SPDX license on Renesas related drivers.
> 
> Kuninori Morimoto (8):
>   media: vsp1: convert to SPDX identifiers
>   media: rcar-fcp: convert to SPDX identifiers
>   media: adv7180: convert to SPDX identifiers
>   media: adv748x: convert to SPDX identifiers
>   drm: shmobile: convert to SPDX identifiers
>   drm: panel-lvds: convert to SPDX identifiers
>   fbdev: sh7760fb: convert to SPDX identifiers
>   backlight: as3711_bl: convert to SPDX identifiers

For the whole series,

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

I'll take the vsp1 and rcar-fcp patches in my tree and send a pull request to 
Mauro for v4.20. I will squash the shmobile patch with the previous one you 
sent, take the panel-lvds patch in the same tree, and send a pull request to 
Dave for v4.20.

For the adv7180 and adv748x patches I expect Hans to handle them.

The sh7760fb and the as3711 patches should be sent to the appropriate mailing 
lists and maintainers.

>  drivers/gpu/drm/panel/panel-lvds.c       |  6 +-----
>  drivers/media/i2c/adv7180.c              | 11 +----------
>  drivers/media/i2c/adv748x/adv748x-afe.c  |  6 +-----
>  drivers/media/i2c/adv748x/adv748x-core.c |  8 ++------
>  drivers/media/i2c/adv748x/adv748x-csi2.c |  6 +-----
>  drivers/media/i2c/adv748x/adv748x-hdmi.c |  6 +-----
>  drivers/media/i2c/adv748x/adv748x.h      |  6 +-----
>  drivers/video/backlight/as3711_bl.c      |  7 ++-----
>  drivers/video/fbdev/sh7760fb.c           |  7 ++-----
>  include/linux/platform_data/shmob_drm.h  |  6 +-----
>  include/media/rcar-fcp.h                 |  6 +-----
>  include/media/vsp1.h                     |  6 +-----
>  12 files changed, 15 insertions(+), 66 deletions(-)

-- 
Regards,

Laurent Pinchart

      parent reply	other threads:[~2018-08-06 11:30 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-06  3:15 [PATCH 0/8] renesas: convert to SPDX Kuninori Morimoto
2018-08-06  3:16 ` [PATCH 1/8] media: vsp1: convert to SPDX identifiers Kuninori Morimoto
2018-08-09 12:37   ` Simon Horman
2018-08-06  3:17 ` [PATCH 2/8] media: rcar-fcp: " Kuninori Morimoto
2018-08-09 12:37   ` Simon Horman
2018-08-06  3:17 ` [PATCH 3/8] media: adv7180: " Kuninori Morimoto
2018-08-09 12:37   ` Simon Horman
2018-08-06  3:17 ` [PATCH 4/8] media: adv748x: " Kuninori Morimoto
2018-08-06  9:03   ` "Niklas Söderlund"
2018-08-09 12:39   ` Simon Horman
2018-08-09 12:45   ` Kieran Bingham
2018-08-06  3:18 ` [PATCH 5/8] drm: shmobile: " Kuninori Morimoto
2018-08-09 12:38   ` Simon Horman
2018-08-06  3:18 ` [PATCH 6/8] drm: panel-lvds: " Kuninori Morimoto
2018-08-09 12:38   ` Simon Horman
2018-08-06  3:18 ` [PATCH 7/8] fbdev: sh7760fb: " Kuninori Morimoto
2018-08-09 12:39   ` Simon Horman
2018-08-06  3:19 ` [PATCH 8/8] backlight: as3711_bl: " Kuninori Morimoto
2018-08-09 12:39   ` Simon Horman
2018-08-06  9:23 ` Laurent Pinchart [this message]

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=5725513.UuOhmpgbUg@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@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox