All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [PATCH] video: rockchip: Restrict EDP, VOP, MIPI files to GPL-2.0
Date: Mon, 26 Oct 2020 22:52:15 -0600	[thread overview]
Message-ID: <CAPnjgZ0OqBUA77jo5C5GMyM8rOhTGwxXROpUjM+QD8d+r16Aeg@mail.gmail.com> (raw)
In-Reply-To: <20201022194313.21980-1-alpernebiyasak@gmail.com>

On Thu, 22 Oct 2020 at 13:44, Alper Nebi Yasak <alpernebiyasak@gmail.com> wrote:
>
> These files have a lot of code in common with their counterparts in
> coreboot, especially in their earlier revisions:
>
>                   U-Boot                  |                  coreboot
>     --------------------------------------|--------------------------------------------
>     drivers/video/rockchip/:              | src/soc/rockchip/:
>     - rk_edp.c          (GPL-2.0+)        | - common/edp.c          (GPL-2.0-only)
>        "                                  | - rk3288/display.c      (GPL-2.0-only)
>        "                                  | - rk3399/display.c      (GPL-2.0-only)
>     - rk_hdmi.h         (GPL-2.0+)        | (none)
>     - rk_hdmi.c         (GPL-2.0+)        | - rk3288/hdmi.c         (GPL-2.0-or-later)
>     - rk3288_hdmi.c     (GPL-2.0+)        | - rk3288/hdmi.c         (GPL-2.0-or-later)
>     - rk3399_hdmi.c     (GPL-2.0+)        | (none)
>     - rk_mipi.h         (GPL-2.0+)        | (none)
>     - rk_mipi.c         (GPL-2.0+)        | - rk3399/mipi.c         (GPL-2.0-only)
>     - rk3288_mipi.c     (GPL-2.0+)        | - rk3399/mipi.c         (GPL-2.0-only)
>     - rk3399_mipi.c     (GPL-2.0+)        | - rk3399/mipi.c         (GPL-2.0-only)
>     - rk_lvds.c         (GPL-2.0+)        | (none)
>     - rk_vop.h          (GPL-2.0+)        | (none)
>     - rk_vop.c          (GPL-2.0+)        | - common/vop.c          (GPL-2.0-only)
>     - rk3288_vop.c      (GPL-2.0+)        | - common/vop.c          (GPL-2.0-only)
>     - rk3399_vop.c      (GPL-2.0+)        | (none)
>                                           |
>     arch/arm/include/asm/arch-rockchip/:  | src/soc/rockchip/*/include/soc/*:
>     - edp_rk3288.h      (GPL-2.0+)        | - common/.../edp.h      (GPL-2.0-only)
>        "                                  | - rk3288/.../display.h  (GPL-2.0-only)
>        "                                  | - rk3399/.../display.h  (GPL-2.0-only)
>     - vop_rk3288.h      (GPL-2.0+)        | - common/.../vop.h      (GPL-2.0-only)
>
> Restrict the licenses to match coreboot's so that changes from coreboot
> can be imported to U-Boot as necessary. HDMI files are already 2.0+
> there and rk_lvds.c has no counterpart, so keep them as is.
>
> Cc: Simon Glass <sjg@chromium.org>
> Cc: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Cc: Eric Gao <eric.gao@rock-chips.com>
> Cc: Jacob Chen <jacob-chen@iotwrt.com>
> Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
> ---
> See Tom Rini's comment [1] and the preceding discussion for more
> context.
>
> [1] https://patchwork.ozlabs.org/comment/2554434/
>
>  arch/arm/include/asm/arch-rockchip/edp_rk3288.h | 2 +-
>  arch/arm/include/asm/arch-rockchip/vop_rk3288.h | 2 +-
>  drivers/video/rockchip/rk3288_mipi.c            | 2 +-
>  drivers/video/rockchip/rk3288_vop.c             | 2 +-
>  drivers/video/rockchip/rk3399_mipi.c            | 2 +-
>  drivers/video/rockchip/rk3399_vop.c             | 2 +-
>  drivers/video/rockchip/rk_edp.c                 | 2 +-
>  drivers/video/rockchip/rk_mipi.c                | 2 +-
>  drivers/video/rockchip/rk_mipi.h                | 2 +-
>  drivers/video/rockchip/rk_vop.c                 | 2 +-
>  drivers/video/rockchip/rk_vop.h                 | 2 +-
>  11 files changed, 11 insertions(+), 11 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2020-10-27  4:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-22 19:43 [PATCH] video: rockchip: Restrict EDP, VOP, MIPI files to GPL-2.0 Alper Nebi Yasak
2020-10-27  4:52 ` Simon Glass [this message]
2020-11-13 10:15 ` 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=CAPnjgZ0OqBUA77jo5C5GMyM8rOhTGwxXROpUjM+QD8d+r16Aeg@mail.gmail.com \
    --to=sjg@chromium.org \
    --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 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.