All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Robinson <pbrobinson@gmail.com>
To: u-boot@lists.denx.de
Subject: [patch v3 0/9] rk3399 (Pinebook pro) EDP support
Date: Mon, 25 Jan 2021 15:04:38 +0000	[thread overview]
Message-ID: <CALeDE9MwShjPFO3-tBT6jTsCCEXN5Zc5H3cpKAz-k0XzM0tvVg@mail.gmail.com> (raw)
In-Reply-To: <20201120132421.500365403@rtp-net.org>

On Fri, Nov 20, 2020 at 1:29 PM Arnaud Patard <arnaud.patard@rtp-net.org> wrote:
>
> This patchset add support for the rk3399 eDP. It has been tested on the pinebook
> pro and Google Kevin chromeos devices.
>
> The changes have been written by studying the linux code, since I didn't find any
> manual for theses part of the RK3399 SoC.
>
> On the linux kernel side, on recent kernels, it needs commit "pwm: rockchip: Keep
> enabled PWMs running while probing" otherwise the pinebook pro will freeze when probing
> the display.

So for me you can add for the series:
Tested-by: Peter Robinson <pbrobinson@gmail.com>

> Changes since v2:
> - Respect alphabetical order in uboot.dtsi in patch "rk3399-pinebook-pro-u-boot.dtsi: Enable edp"
> - drop "configs/pinebook-pro-rk3399_defconfig: enable SYS_USB_EVENT_POLL_VIA_INT_QUEUE"
>   (pbp_defconfig_usb_poll.patch) patch, since the same change has been merged with change
>   https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/-/commit/b197c934b11f611dcc1a083d90e68019d1e010cf
> - change patch subjects.
>
> Changes since v1:
> - Add reset support for the VOP and eDP. This was needed and it appears to also solve
>   the issue with warm reset.
> - Fix a debug string in the vop driver
> - Drop the patch "drivers/video/rockchip/rk_edp.c: Change clock rate".
> - Address various comments
>
>
>

      parent reply	other threads:[~2021-01-25 15:04 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-20 13:24 [patch v3 0/9] rk3399 (Pinebook pro) EDP support Arnaud Patard
2020-11-20 13:24 ` [patch v3 1/9] rockchip: video: vop: Use endpoint compatible string to find VOP mode Arnaud Patard
2020-11-20 13:24 ` [patch v3 2/9] rockchip: video: edp: Add rk3399 support Arnaud Patard
2020-11-20 13:24 ` [patch v3 3/9] ockchip: video: edp: Change interrupt polarity configuration Arnaud Patard
2021-01-21 13:08   ` Kever Yang
2020-11-20 13:24 ` [patch v3 4/9] ockchip: video: vop: Reserve efi fb memory Arnaud Patard
2021-01-21 13:06   ` Kever Yang
2020-11-20 13:24 ` [patch v3 5/9] rockchip: Pinebook Pro: Enable edp Arnaud Patard
2020-11-20 13:24 ` [patch v3 6/9] rockchip: pwm: Fix default polarity Arnaud Patard
2020-11-20 13:24 ` [patch v3 7/9] rockchip: video: vop: Fix format of fbbase in debug string Arnaud Patard
2021-01-21 12:52   ` Kever Yang
2020-11-20 13:24 ` [patch v3 8/9] rockchip: video: edp: Add missing reset support Arnaud Patard
2020-11-20 13:24 ` [patch v3 9/9] rockchip: videp: vop: Add " Arnaud Patard
2021-01-21 12:50   ` Kever Yang
2021-01-25 15:04 ` Peter Robinson [this message]

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=CALeDE9MwShjPFO3-tBT6jTsCCEXN5Zc5H3cpKAz-k0XzM0tvVg@mail.gmail.com \
    --to=pbrobinson@gmail.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 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.