From: Devarsh Thakkar <devarsht@ti.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: <jyri.sarha@iki.fi>, <tomi.valkeinen@ideasonboard.com>,
<airlied@gmail.com>, <daniel@ffwll.ch>,
<maarten.lankhorst@linux.intel.com>, <mripard@kernel.org>,
<tzimmermann@suse.de>, <dri-devel@lists.freedesktop.org>,
<linux-kernel@vger.kernel.org>, <praneeth@ti.com>, <nm@ti.com>,
<vigneshr@ti.com>, <r-ravikumar@ti.com>, <j-choudhary@ti.com>,
<grandmaster@al2klimov.de>, <caihuoqing@baidu.com>,
<ahalaney@redhat.com>, <cai.huoqing@linux.dev>,
<colin.i.king@gmail.com>, <javierm@redhat.com>,
<dmitry.baryshkov@linaro.org>, <geert+renesas@glider.be>,
<dakr@redhat.com>, <u.kleine-koenig@pengutronix.de>,
<robh@kernel.org>, <sam@ravnborg.org>, <simona.vetter@ffwll.ch>,
<ville.syrjala@linux.intel.com>, <wangxiaojun11@huawei.com>,
<yuanjilin@cdjrlc.com>, <yuehaibing@huawei.com>
Subject: Re: [PATCH] drm/tidss: Add MIT license along with GPL-2.0
Date: Mon, 16 Sep 2024 18:47:36 +0530 [thread overview]
Message-ID: <e5ea93f7-b21b-8a8e-bc74-f4d81fa27b8d@ti.com> (raw)
In-Reply-To: <20240913082428.GD25276@pendragon.ideasonboard.com>
Hi Laurent,
Thanks for the quick review.
On 13/09/24 13:54, Laurent Pinchart wrote:
> Hi Devarsh,
>
> On Thu, Sep 12, 2024 at 10:41:42PM +0530, Devarsh Thakkar wrote:
>> Modify license to include dual licensing as GPL-2.0-only OR MIT license for
>> tidss display driver. This allows other operating system ecosystems such as
>> Zephyr and also the commercial firmwares to refer and derive code from this
>
> GPL-2.0 isn't incompatible with "commercial". I think you mean
> "proprietary" here.
>
Yes, GPL-2.0 is not incompatible to commercial but there is an enforecement
that derivative code needs to be GPL-2.0 licensed which may not fit well for
projects which are not using GPL-2.0 license. But yes MIT will also help
proprietary code, so I agree it is good to mention the same in commit message.
>> display driver in a more permissive manner.
>
> How do you envision that to work ? Zephyr doesn't have KMS, so you can't
> use the driver as-is. What exactly would TI want to use from the Linux
> kernel driver ?
>
Not the DRM/KMS part, but the tidss specific display controller programming is
the main point of interest. For e.g. At this point, mostly I see that the TI
customers are interested to re-use/derive code from u-boot tidss driver [1]
which is quite simple and use it in their test application or RTOS based
offerring which is non-GPL code. Since their test application has much more
code apart from the display part, which is non-GPL, they can't use GPL license.
Now since the u-boot tidss driver is derived from kernel tidss driver, my
understanding was that we need to change the license of kernel tidss driver
first before changing the u-boot tidss driver.
> Personally, there's a reason why I contribute code to the kernel under
> the GPL-2.0 license, it is to make sure the code will remain open. While
> I can accept other licenses on a case-by-case basis, I don't like the
> casual approach of this patch that seem (to me) to imply that the
> license is a mere detail. For a start I would like to know what
> "commercial firmwares" you're thinking about.
>
Understood, let me know if above information suffice or any further
information is needed.
[1]:
https://gitlab.com/u-boot/u-boot/-/blob/master/drivers/video/tidss/tidss_drv.c?ref_type=heads
Regards
Devarsh
next prev parent reply other threads:[~2024-09-16 13:18 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-12 17:11 Devarsh Thakkar
2024-09-12 18:04 ` Maxime Ripard
2024-09-12 18:08 ` Maxime Ripard
2024-09-12 18:21 ` Tomi Valkeinen
2024-09-12 22:30 ` Laurent Pinchart
2024-09-12 20:47 ` Danilo Krummrich
2024-09-13 7:32 ` Uwe Kleine-König
2024-09-13 7:38 ` Javier Martinez Canillas
2024-09-13 7:43 ` Geert Uytterhoeven
2024-09-12 21:44 ` Andrew Halaney
2024-09-13 8:24 ` Laurent Pinchart
2024-09-16 13:17 ` Devarsh Thakkar [this message]
2024-09-13 7:44 jyri.sarha
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=e5ea93f7-b21b-8a8e-bc74-f4d81fa27b8d@ti.com \
--to=devarsht@ti.com \
--cc=ahalaney@redhat.com \
--cc=airlied@gmail.com \
--cc=cai.huoqing@linux.dev \
--cc=caihuoqing@baidu.com \
--cc=colin.i.king@gmail.com \
--cc=dakr@redhat.com \
--cc=daniel@ffwll.ch \
--cc=dmitry.baryshkov@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=geert+renesas@glider.be \
--cc=grandmaster@al2klimov.de \
--cc=j-choudhary@ti.com \
--cc=javierm@redhat.com \
--cc=jyri.sarha@iki.fi \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=nm@ti.com \
--cc=praneeth@ti.com \
--cc=r-ravikumar@ti.com \
--cc=robh@kernel.org \
--cc=sam@ravnborg.org \
--cc=simona.vetter@ffwll.ch \
--cc=tomi.valkeinen@ideasonboard.com \
--cc=tzimmermann@suse.de \
--cc=u.kleine-koenig@pengutronix.de \
--cc=vigneshr@ti.com \
--cc=ville.syrjala@linux.intel.com \
--cc=wangxiaojun11@huawei.com \
--cc=yuanjilin@cdjrlc.com \
--cc=yuehaibing@huawei.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®