All of lore.kernel.org
 help / color / mirror / Atom feed
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RFC 0/2] Add a display driver to the Allwinner H3
Date: Mon, 18 Jan 2016 11:18:27 +0100	[thread overview]
Message-ID: <20160118101827.GO4581@lukather> (raw)
In-Reply-To: <20160108181306.4a5a7370f0e3f3daa7c9e285@free.fr>

Hi,

On Fri, Jan 08, 2016 at 06:13:06PM +0100, Jean-Francois Moine wrote:
> On Wed, 6 Jan 2016 22:20:46 +0100
> Maxime Ripard <maxime.ripard@free-electrons.com> wrote:
> 
> > > As there is no documentation about the DE2 nor about the HDMI which
> > > are found in the H3, this driver has been built from Allwiiner's
> > > sources.
> > 
> > That's unfortunate :/
> > 
> > Have you checked in the A64 BSP if there was some useful information?
> 
> Same as the H3: no more information about the display system.

Too bad...

> > > So, there may be license problems, especially for the file
> > > de2_hdmi_h3.c which contains a lot of magic values.
> > 
> > I guess it's the biggest issue with your code right now. What licenses
> > issues are we talking about here?
> 
> The documentation about the H3, as the other Allwinner documentations,
> starts with:
> 
> 	This documentation is the original work and copyrighted
> 	property of Allwinner Technology ("Allwinner"). Reproduction in
> 	whole or in part must obtain the written approval of Allwinner
> 	and give clear acknowledgement to the copyright owner.

I'm not sure this one is an issue. This datasheet is available
publicly, and it's common to have a datasheet with restrictions (or
even an NDA).

> Then, the DE2 sources contain only:
> 
> 	All Winner Tech, All Right Reserved. 2014-2015 Copyright (c)
> 
> Eventually, there is no copyright/author/history in the HDMI sources.

That one is nasty though :/

It seems to be a GPL violation though, so we have two solutions:

A) have a clean room implementation
B) Ask allwinner to comply with the license

The former doesn't look likely to happen soon... Can you open an issue
on this on their linux github repo?

Thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160118/ca88bf83/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Jean-Francois Moine <moinejf@free.fr>
Cc: "Dave Airlie" <airlied@linux.ie>,
	"Emilio López" <emilio@elopez.com.ar>,
	"Chen-Yu Tsai" <wens@csie.org>,
	linux-arm-kernel@lists.infradead.org,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH RFC 0/2] Add a display driver to the Allwinner H3
Date: Mon, 18 Jan 2016 11:18:27 +0100	[thread overview]
Message-ID: <20160118101827.GO4581@lukather> (raw)
In-Reply-To: <20160108181306.4a5a7370f0e3f3daa7c9e285@free.fr>


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

Hi,

On Fri, Jan 08, 2016 at 06:13:06PM +0100, Jean-Francois Moine wrote:
> On Wed, 6 Jan 2016 22:20:46 +0100
> Maxime Ripard <maxime.ripard@free-electrons.com> wrote:
> 
> > > As there is no documentation about the DE2 nor about the HDMI which
> > > are found in the H3, this driver has been built from Allwiiner's
> > > sources.
> > 
> > That's unfortunate :/
> > 
> > Have you checked in the A64 BSP if there was some useful information?
> 
> Same as the H3: no more information about the display system.

Too bad...

> > > So, there may be license problems, especially for the file
> > > de2_hdmi_h3.c which contains a lot of magic values.
> > 
> > I guess it's the biggest issue with your code right now. What licenses
> > issues are we talking about here?
> 
> The documentation about the H3, as the other Allwinner documentations,
> starts with:
> 
> 	This documentation is the original work and copyrighted
> 	property of Allwinner Technology ("Allwinner"). Reproduction in
> 	whole or in part must obtain the written approval of Allwinner
> 	and give clear acknowledgement to the copyright owner.

I'm not sure this one is an issue. This datasheet is available
publicly, and it's common to have a datasheet with restrictions (or
even an NDA).

> Then, the DE2 sources contain only:
> 
> 	All Winner Tech, All Right Reserved. 2014-2015 Copyright (c)
> 
> Eventually, there is no copyright/author/history in the HDMI sources.

That one is nasty though :/

It seems to be a GPL violation though, so we have two solutions:

A) have a clean room implementation
B) Ask allwinner to comply with the license

The former doesn't look likely to happen soon... Can you open an issue
on this on their linux github repo?

Thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2016-01-18 10:18 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-05 19:15 [PATCH RFC 0/2] Add a display driver to the Allwinner H3 Jean-Francois Moine
2016-01-05 19:15 ` Jean-Francois Moine
2016-01-05 18:28 ` [PATCH RFC 1/2] clk: sunxi: Add sun8i display support Jean-Francois Moine
2016-01-05 18:28   ` Jean-Francois Moine
2016-01-06  2:39   ` Chen-Yu Tsai
2016-01-06  2:39     ` Chen-Yu Tsai
2016-01-08 17:50     ` Jean-Francois Moine
2016-01-08 17:50       ` Jean-Francois Moine
2016-01-18 19:09   ` Maxime Ripard
2016-01-18 19:09     ` Maxime Ripard
2016-01-19  8:09     ` Jean-Francois Moine
2016-01-19  8:09       ` Jean-Francois Moine
2016-01-27 21:50       ` Maxime Ripard
2016-01-27 21:50         ` Maxime Ripard
2016-01-28 14:55         ` Jean-Francois Moine
2016-01-28 14:55           ` Jean-Francois Moine
2016-01-05 18:40 ` [PATCH RFC 2/2] drm: sunxi: Add a basic DRM driver for Allwinner DE2 Jean-Francois Moine
2016-01-05 18:40   ` Jean-Francois Moine
2016-01-05 20:38   ` Russell King - ARM Linux
2016-01-05 20:38     ` Russell King - ARM Linux
2016-01-11 18:56     ` Jean-Francois Moine
2016-01-11 18:56       ` Jean-Francois Moine
2016-01-06 20:41   ` Jens Kuske
2016-01-06 20:41     ` Jens Kuske
2016-01-13 17:37     ` Jean-Francois Moine
2016-01-13 17:37       ` Jean-Francois Moine
2016-01-06 21:20 ` [PATCH RFC 0/2] Add a display driver to the Allwinner H3 Maxime Ripard
2016-01-06 21:20   ` Maxime Ripard
2016-01-08 17:13   ` Jean-Francois Moine
2016-01-08 17:13     ` Jean-Francois Moine
2016-01-18 10:18     ` Maxime Ripard [this message]
2016-01-18 10:18       ` Maxime Ripard
2016-01-19  8:49       ` Jean-Francois Moine
2016-01-19  8:49         ` Jean-Francois Moine
2016-02-02 16:58         ` Maxime Ripard
2016-02-02 16:58           ` Maxime Ripard

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=20160118101827.GO4581@lukather \
    --to=maxime.ripard@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.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.