From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH] video: rockchip: Add missing dpcd_write() call to link_train_ce()
Date: Wed, 14 Oct 2020 15:31:13 -0400 [thread overview]
Message-ID: <20201014193113.GS14816@bill-the-cat> (raw)
In-Reply-To: <cecb011f-60de-6ac4-6787-ef8cee8419ef@gmail.com>
On Wed, Oct 14, 2020 at 09:58:28PM +0300, Alper Nebi Yasak wrote:
> On 14/10/2020 18:24, Tom Rini wrote:
> > On Tue, Oct 13, 2020 at 09:54:55AM -0600, Simon Glass wrote:
> >> I think it is OK to change the file to GPL2. I'm not sure if changing
> >> coreboot parts to 2.0+ is an option. I believe the use of 2+ in U-Boot
> >> is for fairly narrow reasons, but I'm not sure if that is documented
> >> anywhere.
> >>
> >> +Tom Rini might have a comment
> >
> > Ugh. In so far as anything can be re-licensed, who did it all
> > originally? I suspect coreboot isn't interested in 2.0+ but we can do
> > 2.0-only.
>
> For this patch, coreboot commit b9a7877568cf ("rockchip/*: refactor edp
> driver") introduces the related change to src/soc/rockchip/common/edp.c
> renamed from .../rk3288/edp.c, which was introduced at coreboot commit
> 40f558e8f4f7 ("rockchip: support display").
>
> $ git shortlog -s -e b9a7877568cf -- src/soc/rockchip/{common,rk3288}/edp.c
> > 2 Julius Werner <jwerner@chromium.org>
> > 1 Lin Huang <hl@rock-chips.com>
> > 1 Patrick Georgi <pgeorgi@chromium.org>
> > 1 Patrick Georgi <pgeorgi@google.com>
> > 4 huang lin <hl@rock-chips.com>
>
> The sign-offs are:
>
> $ git log b9a7877568cf -- src/soc/rockchip/{common,rk3288}/edp.c \
> | grep -i "Signed-off-by:" | sort -u
> > Original-Signed-off-by: huang lin <hl@rock-chips.com>
> > Original-Signed-off-by: Julius Werner <jwerner@chromium.org>
> > Original-Signed-off-by: Lin Huang <hl@rock-chips.com>
> > Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
> > Signed-off-by: Stefan Reinauer <reinauer@chromium.org>
>
> That file at that refactor-commit has two more fixes I'm interested in,
> and it's not the only file things could be ported from. If I run the
> above on a wider list of files upto current master I get 16 authors or
> 20 signoffs with duplicates (including e.g. original-signed-off-by),
> most of them either @google.com, @chromium.org, or @rock-chips.com.
>
> $ git shortlog -s -e -- src/soc/rockchip/{common,rk3288,rk3399}/{include/soc/,include/,}{edp,vop,display,mipi}{.c,.h}
> > 1 Angel Pons <th3fanbus@gmail.com>
> > 1 Arthur Heymans <arthur@aheymans.xyz>
> > 3 David Hendricks <dhendrix@chromium.org>
> > 1 Ege Mihmanli <egemih@google.com>
> > 15 Elyes HAOUAS <ehaouas@noos.fr>
> > 1 Jacob Garber <jgarber1@ualberta.ca>
> > 7 Julius Werner <jwerner@chromium.org>
> > 1 Ky?sti M?lkki <kyosti.malkki@gmail.com>
> > 13 Lin Huang <hl@rock-chips.com>
> > 1 Martin Roth <martinroth@google.com>
> > 2 Nickey Yang <nickey.yang@rock-chips.com>
> > 1 Patrick Georgi <pgeorgi@chromium.org>
> > 3 Patrick Georgi <pgeorgi@google.com>
> > 2 Shunqian Zheng <zhengsq@rock-chips.com>
> > 2 Yakir Yang <ykk@rock-chips.com>
> > 5 huang lin <hl@rock-chips.com>
>
> $ git log -- src/soc/rockchip/{common,rk3288,rk3399}/{include/soc/,include/,}{edp,vop,display,mipi}{.c,.h} \
> | grep -i "Signed-off-by:" | sort -u
> > Original-Signed-off-by: David Hendricks <dhendrix@chromium.org>
> > Original-Signed-off-by: huang lin <hl@rock-chips.com>
> > Original-Signed-off-by: Julius Werner <jwerner@chromium.org>
> > Original-Signed-off-by: Lin Huang <hl@rock-chips.com>
> > Original-Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
> > Original-Signed-off-by: Yakir Yang <ykk@rock-chips.com>
> > Signed-off-by: Angel Pons <th3fanbus@gmail.com>
> > Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
> > Signed-off-by: Ege Mihmanli <egemih@google.com>
> > Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
> > Signed-off-by: Jacob Garber <jgarber1@ualberta.ca>
> > Signed-off-by: Julius Werner <jwerner@chromium.org>
> > Signed-off-by: Ky?sti M?lkki <kyosti.malkki@gmail.com>
> > Signed-off-by: Lin Huang <hl@rock-chips.com>
> > Signed-off-by: Martin Roth <martinroth@google.com>
> > Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
> > Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
> > Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
> > Signed-off-by: Patrick Georgi <pgeorgi@google.com>
> > Signed-off-by: Stefan Reinauer <reinauer@chromium.org>
>
> (There's also hdmi{.c,.h} licensed w/ GPL-2.0-or-later, and clock{.c,.h}
> for which the U-Boot counterpart is already "GPL-2.0" assuming thats
> GPL-2.0-only, so I've excluded both.)
Right, sorry. I mean, on the U-Boot side, where did things come from?
I wonder how we got a different license text, and perhaps if we
shouldn't just re-port the coreboot code over as a clean/clear way to
re-license it to GPL-2.0-only.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201014/606a4a01/attachment.sig>
next prev parent reply other threads:[~2020-10-14 19:31 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-06 20:39 [PATCH] video: rockchip: Add missing dpcd_write() call to link_train_ce() Alper Nebi Yasak
2020-10-12 3:34 ` Simon Glass
2020-10-13 15:00 ` Alper Nebi Yasak
2020-10-13 15:54 ` Simon Glass
2020-10-14 15:24 ` Tom Rini
2020-10-14 18:58 ` Alper Nebi Yasak
2020-10-14 19:31 ` Tom Rini [this message]
2020-10-14 20:39 ` Alper Nebi Yasak
2020-10-15 7:19 ` Arnaud Patard
2020-10-15 17:13 ` Alper Nebi Yasak
2020-10-15 18:29 ` Tom Rini
2020-10-30 10:22 ` Kever Yang
2020-10-14 19:17 ` Simon Glass
2020-10-30 10:17 ` Kever Yang
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=20201014193113.GS14816@bill-the-cat \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/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