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: Tue, 2 Feb 2016 17:58:33 +0100	[thread overview]
Message-ID: <20160202165833.GY4652@lukather> (raw)
In-Reply-To: <20160119094907.2cc56f1ac6b120472df29aa1@free.fr>

On Tue, Jan 19, 2016 at 09:49:07AM +0100, Jean-Francois Moine wrote:
> On Mon, 18 Jan 2016 11:18:27 +0100
> Maxime Ripard <maxime.ripard@free-electrons.com> wrote:
> 
> > > 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?
> 
> Do you really think that I could have more luck than people of the
> linux-sunxi or pine64 teams?

It did work for a few issues in the past...

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/20160202/549266c0/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: "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: Tue, 2 Feb 2016 17:58:33 +0100	[thread overview]
Message-ID: <20160202165833.GY4652@lukather> (raw)
In-Reply-To: <20160119094907.2cc56f1ac6b120472df29aa1@free.fr>


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

On Tue, Jan 19, 2016 at 09:49:07AM +0100, Jean-Francois Moine wrote:
> On Mon, 18 Jan 2016 11:18:27 +0100
> Maxime Ripard <maxime.ripard@free-electrons.com> wrote:
> 
> > > 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?
> 
> Do you really think that I could have more luck than people of the
> linux-sunxi or pine64 teams?

It did work for a few issues in the past...

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: 159 bytes --]

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

  reply	other threads:[~2016-02-02 16:58 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
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 [this message]
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=20160202165833.GY4652@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.