diff mbox series

[resend] drm: dw-hdmi-i2s: convert to SPDX identifiers

Message ID 87lg4n1izg.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
State New, archived
Headers show
Series [resend] drm: dw-hdmi-i2s: convert to SPDX identifiers | expand

Commit Message

Kuninori Morimoto Dec. 18, 2018, 6 a.m. UTC
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>
---
few weeks passed, nothing happen. I re-post this patch again.
I added Andrew on Cc

 drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Comments

Daniel Vetter Dec. 18, 2018, 9:37 a.m. UTC | #1
On Tue, Dec 18, 2018 at 7:47 AM Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
>
> Hi Morimoto-san,
>
> Thank you for the patch.
>
> 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>
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
Laurent Pinchart Dec. 18, 2018, 9:55 a.m. UTC | #2
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>
Kuninori Morimoto Dec. 19, 2018, 12:16 a.m. UTC | #3
Hi

> > >> 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>

??
I double checked To and Cc.
Original patch included Archit, Andrzej address,
but these were suddenly removed on from Re: mail.
(I added these address again on this mail).
... what's happening ??


Best regards
---
Kuninori Morimoto
Laurent Pinchart Dec. 19, 2018, 12:32 a.m. UTC | #4
Hi Morimoto-san,

On Wednesday, 19 December 2018 02:16:55 EET Kuninori Morimoto wrote:
> Hi
> 
> >>>> 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>
> 
> ??
> I double checked To and Cc.
> Original patch included Archit, Andrzej address,
> but these were suddenly removed on from Re: mail.
> (I added these address again on this mail).
> ... what's happening ??

I've noticed that several mailing lists sometimes drop addresses from Cc: in 
the e-mail content (but still forwards mails to those addresses). I haven't 
investigated why.
Kuninori Morimoto Dec. 19, 2018, 12:56 a.m. UTC | #5
Hi Laurent

> > >>>> 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>
> > 
> > ??
> > I double checked To and Cc.
> > Original patch included Archit, Andrzej address,
> > but these were suddenly removed on from Re: mail.
> > (I added these address again on this mail).
> > ... what's happening ??
> 
> I've noticed that several mailing lists sometimes drop addresses from Cc: in 
> the e-mail content (but still forwards mails to those addresses). I haven't 
> investigated why.

Hmm...
I hope this mail is still reaching to Maintainer

Best regards
---
Kuninori Morimoto
Andrzej Hajda Dec. 19, 2018, 10:04 a.m. UTC | #6
Hi,


On 19.12.2018 01:56, Kuninori Morimoto wrote:
> Hi Laurent
>
>>>>>>> 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>
>>> ??
>>> I double checked To and Cc.
>>> Original patch included Archit, Andrzej address,
>>> but these were suddenly removed on from Re: mail.
>>> (I added these address again on this mail).
>>> ... what's happening ??
>> I've noticed that several mailing lists sometimes drop addresses from Cc: in 
>> the e-mail content (but still forwards mails to those addresses). I haven't 
>> investigated why.
> Hmm...
> I hope this mail is still reaching to Maintainer


Yes, I have just missed it. Adding drm/bridge in the subject will be
helpful next time.

Queued to drm-misc-next.


Regards

Andrzej


>
> Best regards
> ---
> Kuninori Morimoto
>
>
diff mbox series

Patch

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>