All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Daniel Vetter <daniel@ffwll.ch>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
	David Airlie <airlied@linux.ie>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	dri-devel <dri-devel@lists.freedesktop.org>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH][resend] drm: dw-hdmi-i2s: convert to SPDX identifiers
Date: Tue, 18 Dec 2018 11:55:01 +0200	[thread overview]
Message-ID: <2503467.Tla0HvxUZs@avalon> (raw)
In-Reply-To: <CAKMK7uEJbMDRdGq1g6i+EqYjgsYDO0RFH64WrUjaW=16Th49ig@mail.gmail.com>

Hi Daniel,

On Tuesday, 18 December 2018 11:37:14 EET Daniel Vetter wrote:
> On Tue, Dec 18, 2018 at 7:47 AM Laurent Pinchart wrote:
> > On Tuesday, 18 December 2018 08:00:24 EET Kuninori Morimoto wrote:
> >> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> >> 
> >> This patch updates license to use SPDX-License-Identifier
> >> instead of verbose license text.
> >> 
> >> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > 
> > Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > 
> >> ---
> >> few weeks passed, nothing happen. I re-post this patch again.
> >> I added Andrew on Cc
> > 
> > The driver seems to be lacking a maintainer :-S
> 
> bridge drivers all have a fallback maintainer, but none of them are
> cc'ed. It's maintained in drm-misc, so you could just push the patch
> too :-) Especially since you're listed:
> 
> DRM DRIVERS FOR BRIDGE CHIPS
> M:    Archit Taneja <architt@codeaurora.org>
> M:    Andrzej Hajda <a.hajda@samsung.com>
> R:    Laurent Pinchart <Laurent.pinchart@ideasonboard.com>

Note the R, not the M :-)

> S:    Maintained
> T:    git git://anongit.freedesktop.org/drm/drm-misc
> F:    drivers/gpu/drm/bridge/
> 
> 
> Cheers, Daniel
> 
> >>  drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c | 5 +----
> >>  1 file changed, 1 insertion(+), 4 deletions(-)
> >> 
> >> diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
> >> b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c index
> >> 8f9c8a6..2228689 100644
> >> --- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
> >> +++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
> >> @@ -1,12 +1,9 @@
> >> +// SPDX-License-Identifier: GPL-2.0
> >>  /*
> >>   * dw-hdmi-i2s-audio.c
> >>   *
> >>   * Copyright (c) 2017 Renesas Solutions Corp.
> >>   * Kuninori Morimoto <kuninori.morimoto.gx@renesas.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.
> >>   */
> >>  
> >>  #include <drm/bridge/dw_hdmi.h>

-- 
Regards,

Laurent Pinchart



_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Daniel Vetter <daniel@ffwll.ch>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
	David Airlie <airlied@linux.ie>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	dri-devel <dri-devel@lists.freedesktop.org>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH][resend] drm: dw-hdmi-i2s: convert to SPDX identifiers
Date: Tue, 18 Dec 2018 11:55:01 +0200	[thread overview]
Message-ID: <2503467.Tla0HvxUZs@avalon> (raw)
In-Reply-To: <CAKMK7uEJbMDRdGq1g6i+EqYjgsYDO0RFH64WrUjaW=16Th49ig@mail.gmail.com>

Hi Daniel,

On Tuesday, 18 December 2018 11:37:14 EET Daniel Vetter wrote:
> On Tue, Dec 18, 2018 at 7:47 AM Laurent Pinchart wrote:
> > On Tuesday, 18 December 2018 08:00:24 EET Kuninori Morimoto wrote:
> >> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> >> 
> >> This patch updates license to use SPDX-License-Identifier
> >> instead of verbose license text.
> >> 
> >> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > 
> > Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > 
> >> ---
> >> few weeks passed, nothing happen. I re-post this patch again.
> >> I added Andrew on Cc
> > 
> > The driver seems to be lacking a maintainer :-S
> 
> bridge drivers all have a fallback maintainer, but none of them are
> cc'ed. It's maintained in drm-misc, so you could just push the patch
> too :-) Especially since you're listed:
> 
> DRM DRIVERS FOR BRIDGE CHIPS
> M:    Archit Taneja <architt@codeaurora.org>
> M:    Andrzej Hajda <a.hajda@samsung.com>
> R:    Laurent Pinchart <Laurent.pinchart@ideasonboard.com>

Note the R, not the M :-)

> S:    Maintained
> T:    git git://anongit.freedesktop.org/drm/drm-misc
> F:    drivers/gpu/drm/bridge/
> 
> 
> Cheers, Daniel
> 
> >>  drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c | 5 +----
> >>  1 file changed, 1 insertion(+), 4 deletions(-)
> >> 
> >> diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
> >> b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c index
> >> 8f9c8a6..2228689 100644
> >> --- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
> >> +++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
> >> @@ -1,12 +1,9 @@
> >> +// SPDX-License-Identifier: GPL-2.0
> >>  /*
> >>   * dw-hdmi-i2s-audio.c
> >>   *
> >>   * Copyright (c) 2017 Renesas Solutions Corp.
> >>   * Kuninori Morimoto <kuninori.morimoto.gx@renesas.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.
> >>   */
> >>  
> >>  #include <drm/bridge/dw_hdmi.h>

-- 
Regards,

Laurent Pinchart




  reply	other threads:[~2018-12-18  9:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-18  6:00 [PATCH][resend] drm: dw-hdmi-i2s: convert to SPDX identifiers Kuninori Morimoto
2018-12-18  6:47 ` Laurent Pinchart
2018-12-18  9:37   ` Daniel Vetter
2018-12-18  9:55     ` Laurent Pinchart [this message]
2018-12-18  9:55       ` Laurent Pinchart
2018-12-19  0:16       ` Kuninori Morimoto
2018-12-19  0:32         ` Laurent Pinchart
2018-12-19  0:56           ` Kuninori Morimoto
2018-12-19 10:04             ` Andrzej Hajda
  -- strict thread matches above, loose matches on Subject: below --
2018-11-28  6:09 Kuninori Morimoto

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=2503467.Tla0HvxUZs@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=airlied@linux.ie \
    --cc=akpm@linux-foundation.org \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=fabio.estevam@nxp.com \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-kernel@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 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.