All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Dual licence some files in GPL-2.0 and MIT
@ 2020-02-15 18:09 ` Emmanuel Vadot
  0 siblings, 0 replies; 34+ messages in thread
From: Emmanuel Vadot @ 2020-02-15 18:09 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, airlied, daniel, jani.nikula,
	efremov, tzimmermann, noralf, sam, chris, kraxel, dri-devel,
	linux-kernel
  Cc: Emmanuel Vadot

Hello all,

We had a discussion a while back with Noralf where he said that he wouldn't
mind dual licence his work under GPL-2 and MIT.
Those files are a problem with BSDs as we cannot include them.
For drm_client.c the main contributors are Noralf Trønnes and Thomas
Zimmermann, the other commits are just catch ups from changes elsewhere
(return values, struct member names, function renames etc ...).
For drm_format_helper the main contributors are Noralf Trønnes and
Gerd Hoffmann. Same comment as for drm_client.c for the other commits.

Emmanuel Vadot (2):
  drm/client: Dual licence the file in GPL-2 and MIT
  drm/format_helper: Dual licence the file in GPL 2 and MIT

 drivers/gpu/drm/drm_client.c        | 2 +-
 drivers/gpu/drm/drm_format_helper.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.25.0


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

* [PATCH v2 0/2] Dual licence some files in GPL-2.0 and MIT
@ 2020-02-15 18:09 ` Emmanuel Vadot
  0 siblings, 0 replies; 34+ messages in thread
From: Emmanuel Vadot @ 2020-02-15 18:09 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, airlied, daniel, jani.nikula,
	efremov, tzimmermann, noralf, sam, chris, kraxel, dri-devel,
	linux-kernel
  Cc: Emmanuel Vadot

Hello all,

We had a discussion a while back with Noralf where he said that he wouldn't
mind dual licence his work under GPL-2 and MIT.
Those files are a problem with BSDs as we cannot include them.
For drm_client.c the main contributors are Noralf Trønnes and Thomas
Zimmermann, the other commits are just catch ups from changes elsewhere
(return values, struct member names, function renames etc ...).
For drm_format_helper the main contributors are Noralf Trønnes and
Gerd Hoffmann. Same comment as for drm_client.c for the other commits.

Emmanuel Vadot (2):
  drm/client: Dual licence the file in GPL-2 and MIT
  drm/format_helper: Dual licence the file in GPL 2 and MIT

 drivers/gpu/drm/drm_client.c        | 2 +-
 drivers/gpu/drm/drm_format_helper.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.25.0

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

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

* [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
  2020-02-15 18:09 ` Emmanuel Vadot
@ 2020-02-15 18:09   ` Emmanuel Vadot
  -1 siblings, 0 replies; 34+ messages in thread
From: Emmanuel Vadot @ 2020-02-15 18:09 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, airlied, daniel, jani.nikula,
	efremov, tzimmermann, noralf, sam, chris, kraxel, dri-devel,
	linux-kernel
  Cc: Emmanuel Vadot, Emmanuel Vadot

From: Emmanuel Vadot <manu@FreeBSD.Org>

Contributors for this file are :
Chris Wilson <chris@chris-wilson.co.uk>
Denis Efremov <efremov@linux.com>
Jani Nikula <jani.nikula@intel.com>
Maxime Ripard <mripard@kernel.org>
Noralf Trønnes <noralf@tronnes.org>
Sam Ravnborg <sam@ravnborg.org>
Thomas Zimmermann <tzimmermann@suse.de>

Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
---
 drivers/gpu/drm/drm_client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_client.c b/drivers/gpu/drm/drm_client.c
index b031b45aa8ef..6b0c6ef8b9b3 100644
--- a/drivers/gpu/drm/drm_client.c
+++ b/drivers/gpu/drm/drm_client.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0 or MIT
 /*
  * Copyright 2018 Noralf Trønnes
  */
-- 
2.25.0


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

* [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
@ 2020-02-15 18:09   ` Emmanuel Vadot
  0 siblings, 0 replies; 34+ messages in thread
From: Emmanuel Vadot @ 2020-02-15 18:09 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, airlied, daniel, jani.nikula,
	efremov, tzimmermann, noralf, sam, chris, kraxel, dri-devel,
	linux-kernel
  Cc: Emmanuel Vadot

From: Emmanuel Vadot <manu@FreeBSD.Org>

Contributors for this file are :
Chris Wilson <chris@chris-wilson.co.uk>
Denis Efremov <efremov@linux.com>
Jani Nikula <jani.nikula@intel.com>
Maxime Ripard <mripard@kernel.org>
Noralf Trønnes <noralf@tronnes.org>
Sam Ravnborg <sam@ravnborg.org>
Thomas Zimmermann <tzimmermann@suse.de>

Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
---
 drivers/gpu/drm/drm_client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_client.c b/drivers/gpu/drm/drm_client.c
index b031b45aa8ef..6b0c6ef8b9b3 100644
--- a/drivers/gpu/drm/drm_client.c
+++ b/drivers/gpu/drm/drm_client.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0 or MIT
 /*
  * Copyright 2018 Noralf Trønnes
  */
-- 
2.25.0

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

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

* [PATCH v2 2/2] drm/format_helper: Dual licence the file in GPL 2 and MIT
  2020-02-15 18:09 ` Emmanuel Vadot
@ 2020-02-15 18:09   ` Emmanuel Vadot
  -1 siblings, 0 replies; 34+ messages in thread
From: Emmanuel Vadot @ 2020-02-15 18:09 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, airlied, daniel, jani.nikula,
	efremov, tzimmermann, noralf, sam, chris, kraxel, dri-devel,
	linux-kernel
  Cc: Emmanuel Vadot, Emmanuel Vadot

From: Emmanuel Vadot <manu@FreeBSD.Org>

Contributors for this file are :
Gerd Hoffmann <kraxel@redhat.com>
Maxime Ripard <mripard@kernel.org>
Noralf Trønnes <noralf@tronnes.org>

Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
---
 drivers/gpu/drm/drm_format_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_format_helper.c b/drivers/gpu/drm/drm_format_helper.c
index 0897cb9aeaff..3b818f2b2392 100644
--- a/drivers/gpu/drm/drm_format_helper.c
+++ b/drivers/gpu/drm/drm_format_helper.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0 or MIT
 /*
  * Copyright (C) 2016 Noralf Trønnes
  *
-- 
2.25.0


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

* [PATCH v2 2/2] drm/format_helper: Dual licence the file in GPL 2 and MIT
@ 2020-02-15 18:09   ` Emmanuel Vadot
  0 siblings, 0 replies; 34+ messages in thread
From: Emmanuel Vadot @ 2020-02-15 18:09 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, airlied, daniel, jani.nikula,
	efremov, tzimmermann, noralf, sam, chris, kraxel, dri-devel,
	linux-kernel
  Cc: Emmanuel Vadot

From: Emmanuel Vadot <manu@FreeBSD.Org>

Contributors for this file are :
Gerd Hoffmann <kraxel@redhat.com>
Maxime Ripard <mripard@kernel.org>
Noralf Trønnes <noralf@tronnes.org>

Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
---
 drivers/gpu/drm/drm_format_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_format_helper.c b/drivers/gpu/drm/drm_format_helper.c
index 0897cb9aeaff..3b818f2b2392 100644
--- a/drivers/gpu/drm/drm_format_helper.c
+++ b/drivers/gpu/drm/drm_format_helper.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0 or MIT
 /*
  * Copyright (C) 2016 Noralf Trønnes
  *
-- 
2.25.0

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

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

* Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
  2020-02-15 18:09   ` Emmanuel Vadot
@ 2020-02-15 18:33     ` Jani Nikula
  -1 siblings, 0 replies; 34+ messages in thread
From: Jani Nikula @ 2020-02-15 18:33 UTC (permalink / raw)
  To: Emmanuel Vadot, maarten.lankhorst, mripard, airlied, daniel,
	efremov, tzimmermann, noralf, sam, chris, kraxel, dri-devel,
	linux-kernel
  Cc: Emmanuel Vadot, Emmanuel Vadot

On Sat, 15 Feb 2020, Emmanuel Vadot <manu@FreeBSD.org> wrote:
> From: Emmanuel Vadot <manu@FreeBSD.Org>
>
> Contributors for this file are :
> Chris Wilson <chris@chris-wilson.co.uk>
> Denis Efremov <efremov@linux.com>
> Jani Nikula <jani.nikula@intel.com>
> Maxime Ripard <mripard@kernel.org>
> Noralf Trønnes <noralf@tronnes.org>
> Sam Ravnborg <sam@ravnborg.org>
> Thomas Zimmermann <tzimmermann@suse.de>
>
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>

I've only converted some logging.

Acked-by: Jani Nikula <jani.nikula@intel.com>

> ---
>  drivers/gpu/drm/drm_client.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/drm_client.c b/drivers/gpu/drm/drm_client.c
> index b031b45aa8ef..6b0c6ef8b9b3 100644
> --- a/drivers/gpu/drm/drm_client.c
> +++ b/drivers/gpu/drm/drm_client.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: GPL-2.0 or MIT
>  /*
>   * Copyright 2018 Noralf Trønnes
>   */

-- 
Jani Nikula, Intel Open Source Graphics Center

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

* Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
@ 2020-02-15 18:33     ` Jani Nikula
  0 siblings, 0 replies; 34+ messages in thread
From: Jani Nikula @ 2020-02-15 18:33 UTC (permalink / raw)
  To: Emmanuel Vadot, maarten.lankhorst, mripard, airlied, daniel,
	efremov, tzimmermann, noralf, sam, chris, kraxel, dri-devel,
	linux-kernel
  Cc: Emmanuel Vadot

On Sat, 15 Feb 2020, Emmanuel Vadot <manu@FreeBSD.org> wrote:
> From: Emmanuel Vadot <manu@FreeBSD.Org>
>
> Contributors for this file are :
> Chris Wilson <chris@chris-wilson.co.uk>
> Denis Efremov <efremov@linux.com>
> Jani Nikula <jani.nikula@intel.com>
> Maxime Ripard <mripard@kernel.org>
> Noralf Trønnes <noralf@tronnes.org>
> Sam Ravnborg <sam@ravnborg.org>
> Thomas Zimmermann <tzimmermann@suse.de>
>
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>

I've only converted some logging.

Acked-by: Jani Nikula <jani.nikula@intel.com>

> ---
>  drivers/gpu/drm/drm_client.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/drm_client.c b/drivers/gpu/drm/drm_client.c
> index b031b45aa8ef..6b0c6ef8b9b3 100644
> --- a/drivers/gpu/drm/drm_client.c
> +++ b/drivers/gpu/drm/drm_client.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: GPL-2.0 or MIT
>  /*
>   * Copyright 2018 Noralf Trønnes
>   */

-- 
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH v2 0/2] Dual licence some files in GPL-2.0 and MIT
  2020-02-15 18:09 ` Emmanuel Vadot
@ 2020-02-15 18:39   ` Sam Ravnborg
  -1 siblings, 0 replies; 34+ messages in thread
From: Sam Ravnborg @ 2020-02-15 18:39 UTC (permalink / raw)
  To: Emmanuel Vadot
  Cc: maarten.lankhorst, mripard, airlied, daniel, jani.nikula,
	efremov, tzimmermann, noralf, chris, kraxel, dri-devel,
	linux-kernel

Hi Emmanuel.

On Sat, Feb 15, 2020 at 07:09:09PM +0100, Emmanuel Vadot wrote:
> Hello all,
> 
> We had a discussion a while back with Noralf where he said that he wouldn't
> mind dual licence his work under GPL-2 and MIT.
> Those files are a problem with BSDs as we cannot include them.
> For drm_client.c the main contributors are Noralf Trønnes and Thomas
> Zimmermann, the other commits are just catch ups from changes elsewhere
> (return values, struct member names, function renames etc ...).
> For drm_format_helper the main contributors are Noralf Trønnes and
> Gerd Hoffmann. Same comment as for drm_client.c for the other commits.
> 
> Emmanuel Vadot (2):
>   drm/client: Dual licence the file in GPL-2 and MIT
>   drm/format_helper: Dual licence the file in GPL 2 and MIT
> 
>  drivers/gpu/drm/drm_client.c        | 2 +-
>  drivers/gpu/drm/drm_format_helper.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

I have made a minimal change to drm_client.c
Therefore my acks count only for a very little - but here it is:
Acked-by: Sam Ravnborg <sam@ravnborg.org> [for my drm_client.c edits]


	Sam

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

* Re: [PATCH v2 0/2] Dual licence some files in GPL-2.0 and MIT
@ 2020-02-15 18:39   ` Sam Ravnborg
  0 siblings, 0 replies; 34+ messages in thread
From: Sam Ravnborg @ 2020-02-15 18:39 UTC (permalink / raw)
  To: Emmanuel Vadot
  Cc: tzimmermann, airlied, dri-devel, linux-kernel, efremov,
	jani.nikula, kraxel

Hi Emmanuel.

On Sat, Feb 15, 2020 at 07:09:09PM +0100, Emmanuel Vadot wrote:
> Hello all,
> 
> We had a discussion a while back with Noralf where he said that he wouldn't
> mind dual licence his work under GPL-2 and MIT.
> Those files are a problem with BSDs as we cannot include them.
> For drm_client.c the main contributors are Noralf Trønnes and Thomas
> Zimmermann, the other commits are just catch ups from changes elsewhere
> (return values, struct member names, function renames etc ...).
> For drm_format_helper the main contributors are Noralf Trønnes and
> Gerd Hoffmann. Same comment as for drm_client.c for the other commits.
> 
> Emmanuel Vadot (2):
>   drm/client: Dual licence the file in GPL-2 and MIT
>   drm/format_helper: Dual licence the file in GPL 2 and MIT
> 
>  drivers/gpu/drm/drm_client.c        | 2 +-
>  drivers/gpu/drm/drm_format_helper.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

I have made a minimal change to drm_client.c
Therefore my acks count only for a very little - but here it is:
Acked-by: Sam Ravnborg <sam@ravnborg.org> [for my drm_client.c edits]


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

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

* Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
  2020-02-15 18:09   ` Emmanuel Vadot
@ 2020-02-15 18:39     ` Noralf Trønnes
  -1 siblings, 0 replies; 34+ messages in thread
From: Noralf Trønnes @ 2020-02-15 18:39 UTC (permalink / raw)
  To: Emmanuel Vadot, maarten.lankhorst, mripard, airlied, daniel,
	jani.nikula, efremov, tzimmermann, sam, chris, kraxel, dri-devel,
	linux-kernel



Den 15.02.2020 19.09, skrev Emmanuel Vadot:
> From: Emmanuel Vadot <manu@FreeBSD.Org>
> 
> Contributors for this file are :
> Chris Wilson <chris@chris-wilson.co.uk>
> Denis Efremov <efremov@linux.com>
> Jani Nikula <jani.nikula@intel.com>
> Maxime Ripard <mripard@kernel.org>
> Noralf Trønnes <noralf@tronnes.org>
> Sam Ravnborg <sam@ravnborg.org>
> Thomas Zimmermann <tzimmermann@suse.de>
> 
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> ---

Acked-by: Noralf Trønnes <noralf@tronnes.org>


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

* Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
@ 2020-02-15 18:39     ` Noralf Trønnes
  0 siblings, 0 replies; 34+ messages in thread
From: Noralf Trønnes @ 2020-02-15 18:39 UTC (permalink / raw)
  To: Emmanuel Vadot, maarten.lankhorst, mripard, airlied, daniel,
	jani.nikula, efremov, tzimmermann, sam, chris, kraxel, dri-devel,
	linux-kernel



Den 15.02.2020 19.09, skrev Emmanuel Vadot:
> From: Emmanuel Vadot <manu@FreeBSD.Org>
> 
> Contributors for this file are :
> Chris Wilson <chris@chris-wilson.co.uk>
> Denis Efremov <efremov@linux.com>
> Jani Nikula <jani.nikula@intel.com>
> Maxime Ripard <mripard@kernel.org>
> Noralf Trønnes <noralf@tronnes.org>
> Sam Ravnborg <sam@ravnborg.org>
> Thomas Zimmermann <tzimmermann@suse.de>
> 
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> ---

Acked-by: Noralf Trønnes <noralf@tronnes.org>

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

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

* Re: [PATCH v2 2/2] drm/format_helper: Dual licence the file in GPL 2 and MIT
  2020-02-15 18:09   ` Emmanuel Vadot
@ 2020-02-15 18:39     ` Noralf Trønnes
  -1 siblings, 0 replies; 34+ messages in thread
From: Noralf Trønnes @ 2020-02-15 18:39 UTC (permalink / raw)
  To: Emmanuel Vadot, maarten.lankhorst, mripard, airlied, daniel,
	jani.nikula, efremov, tzimmermann, sam, chris, kraxel, dri-devel,
	linux-kernel



Den 15.02.2020 19.09, skrev Emmanuel Vadot:
> From: Emmanuel Vadot <manu@FreeBSD.Org>
> 
> Contributors for this file are :
> Gerd Hoffmann <kraxel@redhat.com>
> Maxime Ripard <mripard@kernel.org>
> Noralf Trønnes <noralf@tronnes.org>
> 
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> ---

Acked-by: Noralf Trønnes <noralf@tronnes.org>

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

* Re: [PATCH v2 2/2] drm/format_helper: Dual licence the file in GPL 2 and MIT
@ 2020-02-15 18:39     ` Noralf Trønnes
  0 siblings, 0 replies; 34+ messages in thread
From: Noralf Trønnes @ 2020-02-15 18:39 UTC (permalink / raw)
  To: Emmanuel Vadot, maarten.lankhorst, mripard, airlied, daniel,
	jani.nikula, efremov, tzimmermann, sam, chris, kraxel, dri-devel,
	linux-kernel



Den 15.02.2020 19.09, skrev Emmanuel Vadot:
> From: Emmanuel Vadot <manu@FreeBSD.Org>
> 
> Contributors for this file are :
> Gerd Hoffmann <kraxel@redhat.com>
> Maxime Ripard <mripard@kernel.org>
> Noralf Trønnes <noralf@tronnes.org>
> 
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> ---

Acked-by: Noralf Trønnes <noralf@tronnes.org>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
  2020-02-15 18:09   ` Emmanuel Vadot
@ 2020-02-16  8:33     ` Denis Efremov
  -1 siblings, 0 replies; 34+ messages in thread
From: Denis Efremov @ 2020-02-16  8:33 UTC (permalink / raw)
  To: Emmanuel Vadot, maarten.lankhorst, mripard, airlied, daniel,
	jani.nikula, tzimmermann, noralf, sam, chris, kraxel, dri-devel,
	linux-kernel



15.02.2020 21:09, Emmanuel Vadot пишет:
> From: Emmanuel Vadot <manu@FreeBSD.Org>
> 
> Contributors for this file are :
> Chris Wilson <chris@chris-wilson.co.uk>
> Denis Efremov <efremov@linux.com>
> Jani Nikula <jani.nikula@intel.com>
> Maxime Ripard <mripard@kernel.org>
> Noralf Trønnes <noralf@tronnes.org>
> Sam Ravnborg <sam@ravnborg.org>
> Thomas Zimmermann <tzimmermann@suse.de>
> 
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>

Acked-by: Denis Efremov <efremov@linux.com>

for my one-line patch.

Thanks,
Denis

> ---
>  drivers/gpu/drm/drm_client.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/drm_client.c b/drivers/gpu/drm/drm_client.c
> index b031b45aa8ef..6b0c6ef8b9b3 100644
> --- a/drivers/gpu/drm/drm_client.c
> +++ b/drivers/gpu/drm/drm_client.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: GPL-2.0 or MIT
>  /*
>   * Copyright 2018 Noralf Trønnes
>   */
> 

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

* Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
@ 2020-02-16  8:33     ` Denis Efremov
  0 siblings, 0 replies; 34+ messages in thread
From: Denis Efremov @ 2020-02-16  8:33 UTC (permalink / raw)
  To: Emmanuel Vadot, maarten.lankhorst, mripard, airlied, daniel,
	jani.nikula, tzimmermann, noralf, sam, chris, kraxel, dri-devel,
	linux-kernel



15.02.2020 21:09, Emmanuel Vadot пишет:
> From: Emmanuel Vadot <manu@FreeBSD.Org>
> 
> Contributors for this file are :
> Chris Wilson <chris@chris-wilson.co.uk>
> Denis Efremov <efremov@linux.com>
> Jani Nikula <jani.nikula@intel.com>
> Maxime Ripard <mripard@kernel.org>
> Noralf Trønnes <noralf@tronnes.org>
> Sam Ravnborg <sam@ravnborg.org>
> Thomas Zimmermann <tzimmermann@suse.de>
> 
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>

Acked-by: Denis Efremov <efremov@linux.com>

for my one-line patch.

Thanks,
Denis

> ---
>  drivers/gpu/drm/drm_client.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/drm_client.c b/drivers/gpu/drm/drm_client.c
> index b031b45aa8ef..6b0c6ef8b9b3 100644
> --- a/drivers/gpu/drm/drm_client.c
> +++ b/drivers/gpu/drm/drm_client.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: GPL-2.0 or MIT
>  /*
>   * Copyright 2018 Noralf Trønnes
>   */
> 
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH v2 0/2] Dual licence some files in GPL-2.0 and MIT
  2020-02-15 18:09 ` Emmanuel Vadot
@ 2020-02-16 16:47   ` Maxime Ripard
  -1 siblings, 0 replies; 34+ messages in thread
From: Maxime Ripard @ 2020-02-16 16:47 UTC (permalink / raw)
  To: Emmanuel Vadot
  Cc: maarten.lankhorst, airlied, daniel, jani.nikula, efremov,
	tzimmermann, noralf, sam, chris, kraxel, dri-devel, linux-kernel

On Sat, Feb 15, 2020 at 07:09:09PM +0100, Emmanuel Vadot wrote:
> Hello all,
>
> We had a discussion a while back with Noralf where he said that he wouldn't
> mind dual licence his work under GPL-2 and MIT.
> Those files are a problem with BSDs as we cannot include them.
> For drm_client.c the main contributors are Noralf Trønnes and Thomas
> Zimmermann, the other commits are just catch ups from changes elsewhere
> (return values, struct member names, function renames etc ...).
> For drm_format_helper the main contributors are Noralf Trønnes and
> Gerd Hoffmann. Same comment as for drm_client.c for the other commits.
>
> Emmanuel Vadot (2):
>   drm/client: Dual licence the file in GPL-2 and MIT
>   drm/format_helper: Dual licence the file in GPL 2 and MIT

Acked-by: Maxime Ripard <mripard@kernel.org>

Maxime

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

* Re: [PATCH v2 0/2] Dual licence some files in GPL-2.0 and MIT
@ 2020-02-16 16:47   ` Maxime Ripard
  0 siblings, 0 replies; 34+ messages in thread
From: Maxime Ripard @ 2020-02-16 16:47 UTC (permalink / raw)
  To: Emmanuel Vadot
  Cc: tzimmermann, airlied, dri-devel, linux-kernel, efremov,
	jani.nikula, kraxel, sam

On Sat, Feb 15, 2020 at 07:09:09PM +0100, Emmanuel Vadot wrote:
> Hello all,
>
> We had a discussion a while back with Noralf where he said that he wouldn't
> mind dual licence his work under GPL-2 and MIT.
> Those files are a problem with BSDs as we cannot include them.
> For drm_client.c the main contributors are Noralf Trønnes and Thomas
> Zimmermann, the other commits are just catch ups from changes elsewhere
> (return values, struct member names, function renames etc ...).
> For drm_format_helper the main contributors are Noralf Trønnes and
> Gerd Hoffmann. Same comment as for drm_client.c for the other commits.
>
> Emmanuel Vadot (2):
>   drm/client: Dual licence the file in GPL-2 and MIT
>   drm/format_helper: Dual licence the file in GPL 2 and MIT

Acked-by: Maxime Ripard <mripard@kernel.org>

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

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

* Re: [PATCH v2 2/2] drm/format_helper: Dual licence the file in GPL 2 and MIT
  2020-02-15 18:09   ` Emmanuel Vadot
@ 2020-02-17  8:13     ` Gerd Hoffmann
  -1 siblings, 0 replies; 34+ messages in thread
From: Gerd Hoffmann @ 2020-02-17  8:13 UTC (permalink / raw)
  To: Emmanuel Vadot
  Cc: maarten.lankhorst, mripard, airlied, daniel, jani.nikula,
	efremov, tzimmermann, noralf, sam, chris, dri-devel,
	linux-kernel

On Sat, Feb 15, 2020 at 07:09:11PM +0100, Emmanuel Vadot wrote:
> From: Emmanuel Vadot <manu@FreeBSD.Org>
> 
> Contributors for this file are :
> Gerd Hoffmann <kraxel@redhat.com>
> Maxime Ripard <mripard@kernel.org>
> Noralf Trønnes <noralf@tronnes.org>
> 
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> ---
>  drivers/gpu/drm/drm_format_helper.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/drm_format_helper.c b/drivers/gpu/drm/drm_format_helper.c
> index 0897cb9aeaff..3b818f2b2392 100644
> --- a/drivers/gpu/drm/drm_format_helper.c
> +++ b/drivers/gpu/drm/drm_format_helper.c
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> +// SPDX-License-Identifier: GPL-2.0 or MIT
>  /*
>   * Copyright (C) 2016 Noralf Trønnes
>   *

Acked-by: Gerd Hoffmann <kraxel@redhat.com>

> -- 
> 2.25.0
> 


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

* Re: [PATCH v2 2/2] drm/format_helper: Dual licence the file in GPL 2 and MIT
@ 2020-02-17  8:13     ` Gerd Hoffmann
  0 siblings, 0 replies; 34+ messages in thread
From: Gerd Hoffmann @ 2020-02-17  8:13 UTC (permalink / raw)
  To: Emmanuel Vadot
  Cc: tzimmermann, airlied, dri-devel, linux-kernel, efremov, jani.nikula, sam

On Sat, Feb 15, 2020 at 07:09:11PM +0100, Emmanuel Vadot wrote:
> From: Emmanuel Vadot <manu@FreeBSD.Org>
> 
> Contributors for this file are :
> Gerd Hoffmann <kraxel@redhat.com>
> Maxime Ripard <mripard@kernel.org>
> Noralf Trønnes <noralf@tronnes.org>
> 
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> ---
>  drivers/gpu/drm/drm_format_helper.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/drm_format_helper.c b/drivers/gpu/drm/drm_format_helper.c
> index 0897cb9aeaff..3b818f2b2392 100644
> --- a/drivers/gpu/drm/drm_format_helper.c
> +++ b/drivers/gpu/drm/drm_format_helper.c
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> +// SPDX-License-Identifier: GPL-2.0 or MIT
>  /*
>   * Copyright (C) 2016 Noralf Trønnes
>   *

Acked-by: Gerd Hoffmann <kraxel@redhat.com>

> -- 
> 2.25.0
> 

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

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

* Re: [PATCH v2 0/2] Dual licence some files in GPL-2.0 and MIT
  2020-02-15 18:09 ` Emmanuel Vadot
@ 2020-02-17  8:26   ` Thomas Zimmermann
  -1 siblings, 0 replies; 34+ messages in thread
From: Thomas Zimmermann @ 2020-02-17  8:26 UTC (permalink / raw)
  To: Emmanuel Vadot, maarten.lankhorst, mripard, airlied, daniel,
	jani.nikula, efremov, noralf, sam, chris, kraxel, dri-devel,
	linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1240 bytes --]

Hi

Am 15.02.20 um 19:09 schrieb Emmanuel Vadot:
> Hello all,
> 
> We had a discussion a while back with Noralf where he said that he wouldn't
> mind dual licence his work under GPL-2 and MIT.
> Those files are a problem with BSDs as we cannot include them.
> For drm_client.c the main contributors are Noralf Trønnes and Thomas
> Zimmermann, the other commits are just catch ups from changes elsewhere
> (return values, struct member names, function renames etc ...).
> For drm_format_helper the main contributors are Noralf Trønnes and
> Gerd Hoffmann. Same comment as for drm_client.c for the other commits.
> 
> Emmanuel Vadot (2):
>   drm/client: Dual licence the file in GPL-2 and MIT
>   drm/format_helper: Dual licence the file in GPL 2 and MIT
> 
>  drivers/gpu/drm/drm_client.c        | 2 +-
>  drivers/gpu/drm/drm_format_helper.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 

For the patches I contributed:

  Acked-by: Thomas Zimmermann <tzimmermann@suse.de>

Best regards
Thomas

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Felix Imendörffer


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH v2 0/2] Dual licence some files in GPL-2.0 and MIT
@ 2020-02-17  8:26   ` Thomas Zimmermann
  0 siblings, 0 replies; 34+ messages in thread
From: Thomas Zimmermann @ 2020-02-17  8:26 UTC (permalink / raw)
  To: Emmanuel Vadot, maarten.lankhorst, mripard, airlied, daniel,
	jani.nikula, efremov, noralf, sam, chris, kraxel, dri-devel,
	linux-kernel


[-- Attachment #1.1.1: Type: text/plain, Size: 1240 bytes --]

Hi

Am 15.02.20 um 19:09 schrieb Emmanuel Vadot:
> Hello all,
> 
> We had a discussion a while back with Noralf where he said that he wouldn't
> mind dual licence his work under GPL-2 and MIT.
> Those files are a problem with BSDs as we cannot include them.
> For drm_client.c the main contributors are Noralf Trønnes and Thomas
> Zimmermann, the other commits are just catch ups from changes elsewhere
> (return values, struct member names, function renames etc ...).
> For drm_format_helper the main contributors are Noralf Trønnes and
> Gerd Hoffmann. Same comment as for drm_client.c for the other commits.
> 
> Emmanuel Vadot (2):
>   drm/client: Dual licence the file in GPL-2 and MIT
>   drm/format_helper: Dual licence the file in GPL 2 and MIT
> 
>  drivers/gpu/drm/drm_client.c        | 2 +-
>  drivers/gpu/drm/drm_format_helper.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 

For the patches I contributed:

  Acked-by: Thomas Zimmermann <tzimmermann@suse.de>

Best regards
Thomas

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Felix Imendörffer


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

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

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

* Re: [PATCH v2 2/2] drm/format_helper: Dual licence the file in GPL 2 and MIT
  2020-02-15 18:09   ` Emmanuel Vadot
@ 2020-02-17  9:27     ` Daniel Vetter
  -1 siblings, 0 replies; 34+ messages in thread
From: Daniel Vetter @ 2020-02-17  9:27 UTC (permalink / raw)
  To: Emmanuel Vadot
  Cc: maarten.lankhorst, mripard, airlied, daniel, jani.nikula,
	efremov, tzimmermann, noralf, sam, chris, kraxel, dri-devel,
	linux-kernel

On Sat, Feb 15, 2020 at 07:09:11PM +0100, Emmanuel Vadot wrote:
> From: Emmanuel Vadot <manu@FreeBSD.Org>
> 
> Contributors for this file are :
> Gerd Hoffmann <kraxel@redhat.com>
> Maxime Ripard <mripard@kernel.org>
> Noralf Trønnes <noralf@tronnes.org>
> 
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>

Patch applied since we have all the acks we need. I think for the first
one we still need a few more.
-Daniel

> ---
>  drivers/gpu/drm/drm_format_helper.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/drm_format_helper.c b/drivers/gpu/drm/drm_format_helper.c
> index 0897cb9aeaff..3b818f2b2392 100644
> --- a/drivers/gpu/drm/drm_format_helper.c
> +++ b/drivers/gpu/drm/drm_format_helper.c
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> +// SPDX-License-Identifier: GPL-2.0 or MIT
>  /*
>   * Copyright (C) 2016 Noralf Trønnes
>   *
> -- 
> 2.25.0
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* Re: [PATCH v2 2/2] drm/format_helper: Dual licence the file in GPL 2 and MIT
@ 2020-02-17  9:27     ` Daniel Vetter
  0 siblings, 0 replies; 34+ messages in thread
From: Daniel Vetter @ 2020-02-17  9:27 UTC (permalink / raw)
  To: Emmanuel Vadot
  Cc: tzimmermann, airlied, dri-devel, linux-kernel, efremov,
	jani.nikula, sam, kraxel

On Sat, Feb 15, 2020 at 07:09:11PM +0100, Emmanuel Vadot wrote:
> From: Emmanuel Vadot <manu@FreeBSD.Org>
> 
> Contributors for this file are :
> Gerd Hoffmann <kraxel@redhat.com>
> Maxime Ripard <mripard@kernel.org>
> Noralf Trønnes <noralf@tronnes.org>
> 
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>

Patch applied since we have all the acks we need. I think for the first
one we still need a few more.
-Daniel

> ---
>  drivers/gpu/drm/drm_format_helper.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/drm_format_helper.c b/drivers/gpu/drm/drm_format_helper.c
> index 0897cb9aeaff..3b818f2b2392 100644
> --- a/drivers/gpu/drm/drm_format_helper.c
> +++ b/drivers/gpu/drm/drm_format_helper.c
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> +// SPDX-License-Identifier: GPL-2.0 or MIT
>  /*
>   * Copyright (C) 2016 Noralf Trønnes
>   *
> -- 
> 2.25.0
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
  2020-02-15 18:33     ` Jani Nikula
@ 2020-02-24 11:40       ` Chris Wilson
  -1 siblings, 0 replies; 34+ messages in thread
From: Chris Wilson @ 2020-02-24 11:40 UTC (permalink / raw)
  To: Emmanuel Vadot, Jani Nikula, airlied, daniel, dri-devel, efremov,
	kraxel, linux-kernel, maarten.lankhorst, mripard, noralf, sam,
	tzimmermann
  Cc: Emmanuel Vadot, Emmanuel Vadot

Quoting Jani Nikula (2020-02-15 18:33:09)
> On Sat, 15 Feb 2020, Emmanuel Vadot <manu@FreeBSD.org> wrote:
> > From: Emmanuel Vadot <manu@FreeBSD.Org>
> >
> > Contributors for this file are :
> > Chris Wilson <chris@chris-wilson.co.uk>
> > Denis Efremov <efremov@linux.com>
> > Jani Nikula <jani.nikula@intel.com>
> > Maxime Ripard <mripard@kernel.org>
> > Noralf Trønnes <noralf@tronnes.org>
> > Sam Ravnborg <sam@ravnborg.org>
> > Thomas Zimmermann <tzimmermann@suse.de>
> >
> > Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> 
> I've only converted some logging.
> 
> Acked-by: Jani Nikula <jani.nikula@intel.com>

Bonus ack from another Intel employee to cover all Intel copyright in
this file,
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
-Chris

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

* Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
@ 2020-02-24 11:40       ` Chris Wilson
  0 siblings, 0 replies; 34+ messages in thread
From: Chris Wilson @ 2020-02-24 11:40 UTC (permalink / raw)
  To: Emmanuel Vadot, Jani Nikula, airlied, daniel, dri-devel, efremov,
	kraxel, linux-kernel, maarten.lankhorst, mripard, noralf, sam,
	tzimmermann
  Cc: Emmanuel Vadot

Quoting Jani Nikula (2020-02-15 18:33:09)
> On Sat, 15 Feb 2020, Emmanuel Vadot <manu@FreeBSD.org> wrote:
> > From: Emmanuel Vadot <manu@FreeBSD.Org>
> >
> > Contributors for this file are :
> > Chris Wilson <chris@chris-wilson.co.uk>
> > Denis Efremov <efremov@linux.com>
> > Jani Nikula <jani.nikula@intel.com>
> > Maxime Ripard <mripard@kernel.org>
> > Noralf Trønnes <noralf@tronnes.org>
> > Sam Ravnborg <sam@ravnborg.org>
> > Thomas Zimmermann <tzimmermann@suse.de>
> >
> > Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> 
> I've only converted some logging.
> 
> Acked-by: Jani Nikula <jani.nikula@intel.com>

Bonus ack from another Intel employee to cover all Intel copyright in
this file,
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
-Chris
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
  2020-02-24 11:40       ` Chris Wilson
@ 2020-02-25  8:18         ` Emmanuel Vadot
  -1 siblings, 0 replies; 34+ messages in thread
From: Emmanuel Vadot @ 2020-02-25  8:18 UTC (permalink / raw)
  To: Chris Wilson
  Cc: Emmanuel Vadot, Jani Nikula, airlied, daniel, dri-devel, efremov,
	kraxel, linux-kernel, maarten.lankhorst, mripard, noralf, sam,
	tzimmermann, Emmanuel Vadot

On Mon, 24 Feb 2020 11:40:38 +0000
Chris Wilson <chris@chris-wilson.co.uk> wrote:

> Quoting Jani Nikula (2020-02-15 18:33:09)
> > On Sat, 15 Feb 2020, Emmanuel Vadot <manu@FreeBSD.org> wrote:
> > > From: Emmanuel Vadot <manu@FreeBSD.Org>
> > >
> > > Contributors for this file are :
> > > Chris Wilson <chris@chris-wilson.co.uk>
> > > Denis Efremov <efremov@linux.com>
> > > Jani Nikula <jani.nikula@intel.com>
> > > Maxime Ripard <mripard@kernel.org>
> > > Noralf Trønnes <noralf@tronnes.org>
> > > Sam Ravnborg <sam@ravnborg.org>
> > > Thomas Zimmermann <tzimmermann@suse.de>
> > >
> > > Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> > 
> > I've only converted some logging.
> > 
> > Acked-by: Jani Nikula <jani.nikula@intel.com>
> 
> Bonus ack from another Intel employee to cover all Intel copyright in
> this file,
> Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
> -Chris

 Thanks Chris,

 Daniel, if I'm counting right this was the last ack needed.

-- 
Emmanuel Vadot <manu@bidouilliste.com>

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

* Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
@ 2020-02-25  8:18         ` Emmanuel Vadot
  0 siblings, 0 replies; 34+ messages in thread
From: Emmanuel Vadot @ 2020-02-25  8:18 UTC (permalink / raw)
  To: Chris Wilson
  Cc: tzimmermann, Jani Nikula, linux-kernel, efremov, Emmanuel Vadot,
	airlied, dri-devel, sam, kraxel

On Mon, 24 Feb 2020 11:40:38 +0000
Chris Wilson <chris@chris-wilson.co.uk> wrote:

> Quoting Jani Nikula (2020-02-15 18:33:09)
> > On Sat, 15 Feb 2020, Emmanuel Vadot <manu@FreeBSD.org> wrote:
> > > From: Emmanuel Vadot <manu@FreeBSD.Org>
> > >
> > > Contributors for this file are :
> > > Chris Wilson <chris@chris-wilson.co.uk>
> > > Denis Efremov <efremov@linux.com>
> > > Jani Nikula <jani.nikula@intel.com>
> > > Maxime Ripard <mripard@kernel.org>
> > > Noralf Trønnes <noralf@tronnes.org>
> > > Sam Ravnborg <sam@ravnborg.org>
> > > Thomas Zimmermann <tzimmermann@suse.de>
> > >
> > > Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> > 
> > I've only converted some logging.
> > 
> > Acked-by: Jani Nikula <jani.nikula@intel.com>
> 
> Bonus ack from another Intel employee to cover all Intel copyright in
> this file,
> Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
> -Chris

 Thanks Chris,

 Daniel, if I'm counting right this was the last ack needed.

-- 
Emmanuel Vadot <manu@bidouilliste.com>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
  2020-02-25  8:18         ` Emmanuel Vadot
@ 2020-02-25 17:03           ` Daniel Vetter
  -1 siblings, 0 replies; 34+ messages in thread
From: Daniel Vetter @ 2020-02-25 17:03 UTC (permalink / raw)
  To: Emmanuel Vadot
  Cc: Chris Wilson, Emmanuel Vadot, Jani Nikula, airlied, daniel,
	dri-devel, efremov, kraxel, linux-kernel, maarten.lankhorst,
	mripard, noralf, sam, tzimmermann

On Tue, Feb 25, 2020 at 09:18:10AM +0100, Emmanuel Vadot wrote:
> On Mon, 24 Feb 2020 11:40:38 +0000
> Chris Wilson <chris@chris-wilson.co.uk> wrote:
> 
> > Quoting Jani Nikula (2020-02-15 18:33:09)
> > > On Sat, 15 Feb 2020, Emmanuel Vadot <manu@FreeBSD.org> wrote:
> > > > From: Emmanuel Vadot <manu@FreeBSD.Org>
> > > >
> > > > Contributors for this file are :
> > > > Chris Wilson <chris@chris-wilson.co.uk>
> > > > Denis Efremov <efremov@linux.com>
> > > > Jani Nikula <jani.nikula@intel.com>
> > > > Maxime Ripard <mripard@kernel.org>
> > > > Noralf Trønnes <noralf@tronnes.org>
> > > > Sam Ravnborg <sam@ravnborg.org>
> > > > Thomas Zimmermann <tzimmermann@suse.de>
> > > >
> > > > Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> > > 
> > > I've only converted some logging.
> > > 
> > > Acked-by: Jani Nikula <jani.nikula@intel.com>
> > 
> > Bonus ack from another Intel employee to cover all Intel copyright in
> > this file,
> > Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
> > -Chris
> 
>  Thanks Chris,
> 
>  Daniel, if I'm counting right this was the last ack needed.

I'm counting the same, patch applied and thanks for taking care of the
paperwork pushing here.

Thanks, Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
@ 2020-02-25 17:03           ` Daniel Vetter
  0 siblings, 0 replies; 34+ messages in thread
From: Daniel Vetter @ 2020-02-25 17:03 UTC (permalink / raw)
  To: Emmanuel Vadot
  Cc: tzimmermann, Jani Nikula, linux-kernel, dri-devel,
	Emmanuel Vadot, airlied, efremov, sam, kraxel

On Tue, Feb 25, 2020 at 09:18:10AM +0100, Emmanuel Vadot wrote:
> On Mon, 24 Feb 2020 11:40:38 +0000
> Chris Wilson <chris@chris-wilson.co.uk> wrote:
> 
> > Quoting Jani Nikula (2020-02-15 18:33:09)
> > > On Sat, 15 Feb 2020, Emmanuel Vadot <manu@FreeBSD.org> wrote:
> > > > From: Emmanuel Vadot <manu@FreeBSD.Org>
> > > >
> > > > Contributors for this file are :
> > > > Chris Wilson <chris@chris-wilson.co.uk>
> > > > Denis Efremov <efremov@linux.com>
> > > > Jani Nikula <jani.nikula@intel.com>
> > > > Maxime Ripard <mripard@kernel.org>
> > > > Noralf Trønnes <noralf@tronnes.org>
> > > > Sam Ravnborg <sam@ravnborg.org>
> > > > Thomas Zimmermann <tzimmermann@suse.de>
> > > >
> > > > Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> > > 
> > > I've only converted some logging.
> > > 
> > > Acked-by: Jani Nikula <jani.nikula@intel.com>
> > 
> > Bonus ack from another Intel employee to cover all Intel copyright in
> > this file,
> > Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
> > -Chris
> 
>  Thanks Chris,
> 
>  Daniel, if I'm counting right this was the last ack needed.

I'm counting the same, patch applied and thanks for taking care of the
paperwork pushing here.

Thanks, Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
  2020-02-25 17:03           ` Daniel Vetter
@ 2020-02-28 12:28             ` Noralf Trønnes
  -1 siblings, 0 replies; 34+ messages in thread
From: Noralf Trønnes @ 2020-02-28 12:28 UTC (permalink / raw)
  To: Emmanuel Vadot, Chris Wilson, Emmanuel Vadot, Jani Nikula,
	airlied, dri-devel, efremov, kraxel, linux-kernel,
	maarten.lankhorst, mripard, sam, tzimmermann



Den 25.02.2020 18.03, skrev Daniel Vetter:
> On Tue, Feb 25, 2020 at 09:18:10AM +0100, Emmanuel Vadot wrote:
>> On Mon, 24 Feb 2020 11:40:38 +0000
>> Chris Wilson <chris@chris-wilson.co.uk> wrote:
>>
>>> Quoting Jani Nikula (2020-02-15 18:33:09)
>>>> On Sat, 15 Feb 2020, Emmanuel Vadot <manu@FreeBSD.org> wrote:
>>>>> From: Emmanuel Vadot <manu@FreeBSD.Org>
>>>>>
>>>>> Contributors for this file are :
>>>>> Chris Wilson <chris@chris-wilson.co.uk>
>>>>> Denis Efremov <efremov@linux.com>
>>>>> Jani Nikula <jani.nikula@intel.com>
>>>>> Maxime Ripard <mripard@kernel.org>
>>>>> Noralf Trønnes <noralf@tronnes.org>
>>>>> Sam Ravnborg <sam@ravnborg.org>
>>>>> Thomas Zimmermann <tzimmermann@suse.de>
>>>>>
>>>>> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
>>>>
>>>> I've only converted some logging.
>>>>
>>>> Acked-by: Jani Nikula <jani.nikula@intel.com>
>>>
>>> Bonus ack from another Intel employee to cover all Intel copyright in
>>> this file,
>>> Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
>>> -Chris
>>
>>  Thanks Chris,
>>
>>  Daniel, if I'm counting right this was the last ack needed.
> 
> I'm counting the same, patch applied and thanks for taking care of the
> paperwork pushing here.
> 

Looks like it got lost somehow, I can't find it in drm-tip at least.

Noralf.

> Thanks, Daniel
> 

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

* Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
@ 2020-02-28 12:28             ` Noralf Trønnes
  0 siblings, 0 replies; 34+ messages in thread
From: Noralf Trønnes @ 2020-02-28 12:28 UTC (permalink / raw)
  To: Emmanuel Vadot, Chris Wilson, Emmanuel Vadot, Jani Nikula,
	airlied, dri-devel, efremov, kraxel, linux-kernel,
	maarten.lankhorst, mripard, sam, tzimmermann



Den 25.02.2020 18.03, skrev Daniel Vetter:
> On Tue, Feb 25, 2020 at 09:18:10AM +0100, Emmanuel Vadot wrote:
>> On Mon, 24 Feb 2020 11:40:38 +0000
>> Chris Wilson <chris@chris-wilson.co.uk> wrote:
>>
>>> Quoting Jani Nikula (2020-02-15 18:33:09)
>>>> On Sat, 15 Feb 2020, Emmanuel Vadot <manu@FreeBSD.org> wrote:
>>>>> From: Emmanuel Vadot <manu@FreeBSD.Org>
>>>>>
>>>>> Contributors for this file are :
>>>>> Chris Wilson <chris@chris-wilson.co.uk>
>>>>> Denis Efremov <efremov@linux.com>
>>>>> Jani Nikula <jani.nikula@intel.com>
>>>>> Maxime Ripard <mripard@kernel.org>
>>>>> Noralf Trønnes <noralf@tronnes.org>
>>>>> Sam Ravnborg <sam@ravnborg.org>
>>>>> Thomas Zimmermann <tzimmermann@suse.de>
>>>>>
>>>>> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
>>>>
>>>> I've only converted some logging.
>>>>
>>>> Acked-by: Jani Nikula <jani.nikula@intel.com>
>>>
>>> Bonus ack from another Intel employee to cover all Intel copyright in
>>> this file,
>>> Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
>>> -Chris
>>
>>  Thanks Chris,
>>
>>  Daniel, if I'm counting right this was the last ack needed.
> 
> I'm counting the same, patch applied and thanks for taking care of the
> paperwork pushing here.
> 

Looks like it got lost somehow, I can't find it in drm-tip at least.

Noralf.

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

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

* Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
  2020-02-28 12:28             ` Noralf Trønnes
@ 2020-02-28 23:36               ` Daniel Vetter
  -1 siblings, 0 replies; 34+ messages in thread
From: Daniel Vetter @ 2020-02-28 23:36 UTC (permalink / raw)
  To: Noralf Trønnes
  Cc: Emmanuel Vadot, Chris Wilson, Emmanuel Vadot, Jani Nikula,
	airlied, dri-devel, efremov, kraxel, linux-kernel,
	maarten.lankhorst, mripard, sam, tzimmermann

On Fri, Feb 28, 2020 at 01:28:57PM +0100, Noralf Trønnes wrote:
> 
> 
> Den 25.02.2020 18.03, skrev Daniel Vetter:
> > On Tue, Feb 25, 2020 at 09:18:10AM +0100, Emmanuel Vadot wrote:
> >> On Mon, 24 Feb 2020 11:40:38 +0000
> >> Chris Wilson <chris@chris-wilson.co.uk> wrote:
> >>
> >>> Quoting Jani Nikula (2020-02-15 18:33:09)
> >>>> On Sat, 15 Feb 2020, Emmanuel Vadot <manu@FreeBSD.org> wrote:
> >>>>> From: Emmanuel Vadot <manu@FreeBSD.Org>
> >>>>>
> >>>>> Contributors for this file are :
> >>>>> Chris Wilson <chris@chris-wilson.co.uk>
> >>>>> Denis Efremov <efremov@linux.com>
> >>>>> Jani Nikula <jani.nikula@intel.com>
> >>>>> Maxime Ripard <mripard@kernel.org>
> >>>>> Noralf Trønnes <noralf@tronnes.org>
> >>>>> Sam Ravnborg <sam@ravnborg.org>
> >>>>> Thomas Zimmermann <tzimmermann@suse.de>
> >>>>>
> >>>>> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> >>>>
> >>>> I've only converted some logging.
> >>>>
> >>>> Acked-by: Jani Nikula <jani.nikula@intel.com>
> >>>
> >>> Bonus ack from another Intel employee to cover all Intel copyright in
> >>> this file,
> >>> Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
> >>> -Chris
> >>
> >>  Thanks Chris,
> >>
> >>  Daniel, if I'm counting right this was the last ack needed.
> > 
> > I'm counting the same, patch applied and thanks for taking care of the
> > paperwork pushing here.
> > 
> 
> Looks like it got lost somehow, I can't find it in drm-tip at least.

Sry got stuck in my script, I kicked now.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* Re: [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 and MIT
@ 2020-02-28 23:36               ` Daniel Vetter
  0 siblings, 0 replies; 34+ messages in thread
From: Daniel Vetter @ 2020-02-28 23:36 UTC (permalink / raw)
  To: Noralf Trønnes
  Cc: Emmanuel Vadot, Jani Nikula, linux-kernel, dri-devel,
	Emmanuel Vadot, airlied, efremov, tzimmermann, sam, kraxel

On Fri, Feb 28, 2020 at 01:28:57PM +0100, Noralf Trønnes wrote:
> 
> 
> Den 25.02.2020 18.03, skrev Daniel Vetter:
> > On Tue, Feb 25, 2020 at 09:18:10AM +0100, Emmanuel Vadot wrote:
> >> On Mon, 24 Feb 2020 11:40:38 +0000
> >> Chris Wilson <chris@chris-wilson.co.uk> wrote:
> >>
> >>> Quoting Jani Nikula (2020-02-15 18:33:09)
> >>>> On Sat, 15 Feb 2020, Emmanuel Vadot <manu@FreeBSD.org> wrote:
> >>>>> From: Emmanuel Vadot <manu@FreeBSD.Org>
> >>>>>
> >>>>> Contributors for this file are :
> >>>>> Chris Wilson <chris@chris-wilson.co.uk>
> >>>>> Denis Efremov <efremov@linux.com>
> >>>>> Jani Nikula <jani.nikula@intel.com>
> >>>>> Maxime Ripard <mripard@kernel.org>
> >>>>> Noralf Trønnes <noralf@tronnes.org>
> >>>>> Sam Ravnborg <sam@ravnborg.org>
> >>>>> Thomas Zimmermann <tzimmermann@suse.de>
> >>>>>
> >>>>> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> >>>>
> >>>> I've only converted some logging.
> >>>>
> >>>> Acked-by: Jani Nikula <jani.nikula@intel.com>
> >>>
> >>> Bonus ack from another Intel employee to cover all Intel copyright in
> >>> this file,
> >>> Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
> >>> -Chris
> >>
> >>  Thanks Chris,
> >>
> >>  Daniel, if I'm counting right this was the last ack needed.
> > 
> > I'm counting the same, patch applied and thanks for taking care of the
> > paperwork pushing here.
> > 
> 
> Looks like it got lost somehow, I can't find it in drm-tip at least.

Sry got stuck in my script, I kicked now.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2020-02-28 23:36 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-15 18:09 [PATCH v2 0/2] Dual licence some files in GPL-2.0 and MIT Emmanuel Vadot
2020-02-15 18:09 ` Emmanuel Vadot
2020-02-15 18:09 ` [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 " Emmanuel Vadot
2020-02-15 18:09   ` Emmanuel Vadot
2020-02-15 18:33   ` Jani Nikula
2020-02-15 18:33     ` Jani Nikula
2020-02-24 11:40     ` Chris Wilson
2020-02-24 11:40       ` Chris Wilson
2020-02-25  8:18       ` Emmanuel Vadot
2020-02-25  8:18         ` Emmanuel Vadot
2020-02-25 17:03         ` Daniel Vetter
2020-02-25 17:03           ` Daniel Vetter
2020-02-28 12:28           ` Noralf Trønnes
2020-02-28 12:28             ` Noralf Trønnes
2020-02-28 23:36             ` Daniel Vetter
2020-02-28 23:36               ` Daniel Vetter
2020-02-15 18:39   ` Noralf Trønnes
2020-02-15 18:39     ` Noralf Trønnes
2020-02-16  8:33   ` Denis Efremov
2020-02-16  8:33     ` Denis Efremov
2020-02-15 18:09 ` [PATCH v2 2/2] drm/format_helper: Dual licence the file in GPL 2 " Emmanuel Vadot
2020-02-15 18:09   ` Emmanuel Vadot
2020-02-15 18:39   ` Noralf Trønnes
2020-02-15 18:39     ` Noralf Trønnes
2020-02-17  8:13   ` Gerd Hoffmann
2020-02-17  8:13     ` Gerd Hoffmann
2020-02-17  9:27   ` Daniel Vetter
2020-02-17  9:27     ` Daniel Vetter
2020-02-15 18:39 ` [PATCH v2 0/2] Dual licence some files in GPL-2.0 " Sam Ravnborg
2020-02-15 18:39   ` Sam Ravnborg
2020-02-16 16:47 ` Maxime Ripard
2020-02-16 16:47   ` Maxime Ripard
2020-02-17  8:26 ` Thomas Zimmermann
2020-02-17  8:26   ` Thomas Zimmermann

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.