devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* OK to relicense text from display-timings.txt?
@ 2020-01-21 21:14 Sam Ravnborg
  2020-01-21 22:42 ` Laurent Pinchart
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sam Ravnborg @ 2020-01-21 21:14 UTC (permalink / raw)
  To: Steffen Trumtrar, Philipp Zabel, Laurent Pinchart, Peter Ujfalusi
  Cc: devicetree

Hi Steffen/Philipp.

In commit:
cc3f414cf2e404130584b63d373161ba6fd24bc2 ("video: add of helper for display timings/videomode")

You added display-timings.txt - which include a nice drawing that explains
the timing signals.

I am working on a DT schema variant of the same - see:
https://www.spinics.net/lists/devicetree/msg331526.html

In the revised version the preferred license is:
(GPL-2.0-only OR BSD-2-Clause)

Is it OK to re-license to (GPL-2.0-only OR BSD-2-Clause) in the
DT schema variant?


Hi Peter.

You contributed with following patch:
86f46565dff313a149b4bd09d4a8655274ef8f33 ("dt-bindings: display: display-timing: Add property to configure sync drive edge")

Part of the text is re-used in the panel-timing.yaml file.
OK to relicense?


Hi Laurent.

You contributed the following patch:
9cad9c95d7e8d6d61d8c9729e0b6bbd18f47d86d ("Documentation: DocBook DRM framework documentation")
This patch added a nice timing diagram - which Daniel Vetter later moved to drm_modes.h.

The timing diagram is re-used in panel-timing.yaml.
As the original author are you OK that this is relicensed?


Note: I need positive reply from all of you to re-license.
In case I get it your postive feedback it will be documented in
the commit message for panel-timing.
To keep a record for the background for the re-licensing.

	Sam

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: OK to relicense text from display-timings.txt?
  2020-01-21 21:14 OK to relicense text from display-timings.txt? Sam Ravnborg
@ 2020-01-21 22:42 ` Laurent Pinchart
  2020-01-22  7:21 ` Peter Ujfalusi
  2020-01-22  7:44 ` Steffen Trumtrar
  2 siblings, 0 replies; 5+ messages in thread
From: Laurent Pinchart @ 2020-01-21 22:42 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: Steffen Trumtrar, Philipp Zabel, Peter Ujfalusi, devicetree

Hi Sam,

On Tue, Jan 21, 2020 at 10:14:21PM +0100, Sam Ravnborg wrote:
> Hi Steffen/Philipp.
> 
> In commit:
> cc3f414cf2e404130584b63d373161ba6fd24bc2 ("video: add of helper for display timings/videomode")
> 
> You added display-timings.txt - which include a nice drawing that explains
> the timing signals.
> 
> I am working on a DT schema variant of the same - see:
> https://www.spinics.net/lists/devicetree/msg331526.html
> 
> In the revised version the preferred license is:
> (GPL-2.0-only OR BSD-2-Clause)
> 
> Is it OK to re-license to (GPL-2.0-only OR BSD-2-Clause) in the
> DT schema variant?
> 
> 
> Hi Peter.
> 
> You contributed with following patch:
> 86f46565dff313a149b4bd09d4a8655274ef8f33 ("dt-bindings: display: display-timing: Add property to configure sync drive edge")
> 
> Part of the text is re-used in the panel-timing.yaml file.
> OK to relicense?
> 
> 
> Hi Laurent.
> 
> You contributed the following patch:
> 9cad9c95d7e8d6d61d8c9729e0b6bbd18f47d86d ("Documentation: DocBook DRM framework documentation")
> This patch added a nice timing diagram - which Daniel Vetter later moved to drm_modes.h.
> 
> The timing diagram is re-used in panel-timing.yaml.
> As the original author are you OK that this is relicensed?

I'm usually not a fan of BSD licenses, but for DT bindings this is fine
with me.

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

> Note: I need positive reply from all of you to re-license.
> In case I get it your postive feedback it will be documented in
> the commit message for panel-timing.
> To keep a record for the background for the re-licensing.

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: OK to relicense text from display-timings.txt?
  2020-01-21 21:14 OK to relicense text from display-timings.txt? Sam Ravnborg
  2020-01-21 22:42 ` Laurent Pinchart
@ 2020-01-22  7:21 ` Peter Ujfalusi
  2020-01-22  7:44 ` Steffen Trumtrar
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Ujfalusi @ 2020-01-22  7:21 UTC (permalink / raw)
  To: Sam Ravnborg, Steffen Trumtrar, Philipp Zabel, Laurent Pinchart
  Cc: devicetree

Hi Sam,

On 21/01/2020 23.14, Sam Ravnborg wrote:
> Hi Steffen/Philipp.
> 
> In commit:
> cc3f414cf2e404130584b63d373161ba6fd24bc2 ("video: add of helper for display timings/videomode")
> 
> You added display-timings.txt - which include a nice drawing that explains
> the timing signals.
> 
> I am working on a DT schema variant of the same - see:
> https://www.spinics.net/lists/devicetree/msg331526.html
> 
> In the revised version the preferred license is:
> (GPL-2.0-only OR BSD-2-Clause)
> 
> Is it OK to re-license to (GPL-2.0-only OR BSD-2-Clause) in the
> DT schema variant?
> 
> 
> Hi Peter.
> 
> You contributed with following patch:
> 86f46565dff313a149b4bd09d4a8655274ef8f33 ("dt-bindings: display: display-timing: Add property to configure sync drive edge")
> 
> Part of the text is re-used in the panel-timing.yaml file.
> OK to relicense?

As it is a necessity for the DT binding, yes (not a big fan of BSD
license otherwise).

Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>

> 
> Hi Laurent.
> 
> You contributed the following patch:
> 9cad9c95d7e8d6d61d8c9729e0b6bbd18f47d86d ("Documentation: DocBook DRM framework documentation")
> This patch added a nice timing diagram - which Daniel Vetter later moved to drm_modes.h.
> 
> The timing diagram is re-used in panel-timing.yaml.
> As the original author are you OK that this is relicensed?
> 
> 
> Note: I need positive reply from all of you to re-license.
> In case I get it your postive feedback it will be documented in
> the commit message for panel-timing.
> To keep a record for the background for the re-licensing.
> 
> 	Sam
> 

- Péter

Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: OK to relicense text from display-timings.txt?
  2020-01-21 21:14 OK to relicense text from display-timings.txt? Sam Ravnborg
  2020-01-21 22:42 ` Laurent Pinchart
  2020-01-22  7:21 ` Peter Ujfalusi
@ 2020-01-22  7:44 ` Steffen Trumtrar
  2020-01-22  8:52   ` Philipp Zabel
  2 siblings, 1 reply; 5+ messages in thread
From: Steffen Trumtrar @ 2020-01-22  7:44 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: Philipp Zabel, Laurent Pinchart, Peter Ujfalusi, devicetree

Hi Sam,

On Tue, Jan 21, 2020 at 10:14:21PM +0100, Sam Ravnborg wrote:
> Hi Steffen/Philipp.
> 
> In commit:
> cc3f414cf2e404130584b63d373161ba6fd24bc2 ("video: add of helper for display timings/videomode")
> 
> You added display-timings.txt - which include a nice drawing that explains
> the timing signals.
> 
> I am working on a DT schema variant of the same - see:
> https://www.spinics.net/lists/devicetree/msg331526.html
> 
> In the revised version the preferred license is:
> (GPL-2.0-only OR BSD-2-Clause)
> 
> Is it OK to re-license to (GPL-2.0-only OR BSD-2-Clause) in the
> DT schema variant?
> 

Acked-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> 


Best regards,
Steffen

> 
> Hi Peter.
> 
> You contributed with following patch:
> 86f46565dff313a149b4bd09d4a8655274ef8f33 ("dt-bindings: display: display-timing: Add property to configure sync drive edge")
> 
> Part of the text is re-used in the panel-timing.yaml file.
> OK to relicense?
> 
> 
> Hi Laurent.
> 
> You contributed the following patch:
> 9cad9c95d7e8d6d61d8c9729e0b6bbd18f47d86d ("Documentation: DocBook DRM framework documentation")
> This patch added a nice timing diagram - which Daniel Vetter later moved to drm_modes.h.
> 
> The timing diagram is re-used in panel-timing.yaml.
> As the original author are you OK that this is relicensed?
> 
> 
> Note: I need positive reply from all of you to re-license.
> In case I get it your postive feedback it will be documented in
> the commit message for panel-timing.
> To keep a record for the background for the re-licensing.
> 
> 	Sam
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: OK to relicense text from display-timings.txt?
  2020-01-22  7:44 ` Steffen Trumtrar
@ 2020-01-22  8:52   ` Philipp Zabel
  0 siblings, 0 replies; 5+ messages in thread
From: Philipp Zabel @ 2020-01-22  8:52 UTC (permalink / raw)
  To: Steffen Trumtrar, Sam Ravnborg
  Cc: Laurent Pinchart, Peter Ujfalusi, devicetree

On Wed, 2020-01-22 at 08:44 +0100, Steffen Trumtrar wrote:
> Hi Sam,
> 
> On Tue, Jan 21, 2020 at 10:14:21PM +0100, Sam Ravnborg wrote:
> > Hi Steffen/Philipp.
> > 
> > In commit:
> > cc3f414cf2e404130584b63d373161ba6fd24bc2 ("video: add of helper for display timings/videomode")
> > 
> > You added display-timings.txt - which include a nice drawing that explains
> > the timing signals.
> > 
> > I am working on a DT schema variant of the same - see:
> > https://www.spinics.net/lists/devicetree/msg331526.html
> > 
> > In the revised version the preferred license is:
> > (GPL-2.0-only OR BSD-2-Clause)
> > 
> > Is it OK to re-license to (GPL-2.0-only OR BSD-2-Clause) in the
> > DT schema variant?
> > 
> 
> Acked-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> 

Acked-by: Philipp Zabel <p.zabel@pengutronix.de>

regards
Philipp

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-01-22  8:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-21 21:14 OK to relicense text from display-timings.txt? Sam Ravnborg
2020-01-21 22:42 ` Laurent Pinchart
2020-01-22  7:21 ` Peter Ujfalusi
2020-01-22  7:44 ` Steffen Trumtrar
2020-01-22  8:52   ` Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).