All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 5/5] sunxi: video: add LCD support to DE2 driver
Date: Fri, 27 Oct 2017 12:02:16 +0200	[thread overview]
Message-ID: <20171027120216.3aeb1394@crub> (raw)
In-Reply-To: <20171027045152.15126-2-anarsoul@gmail.com>

On Thu, 26 Oct 2017 21:51:52 -0700
Vasily Khoruzhick anarsoul at gmail.com wrote:

> Extend DE2 driver with LCD support. Tested on Pinebook which is based
> on A64 and has ANX6345 eDP bridge with eDP panel connected to it.
> 
> Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
> ---
> v4: - adapted to v4 changes in patch 4/5
> v3: - rebased and fixed checkpatch errors/warnings
> 
> v2: - drop redundant clock_set_pll10() call
>     - fallback to timings from DT if reading EDID from bridge failed
>     - read panel_bpp from DT
>  arch/arm/mach-sunxi/Kconfig     |   2 +-
>  drivers/video/sunxi/Makefile    |   2 +-
>  drivers/video/sunxi/sunxi_de2.c |  17 +++++
>  drivers/video/sunxi/sunxi_lcd.c | 152 ++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 171 insertions(+), 2 deletions(-)
>  create mode 100644 drivers/video/sunxi/sunxi_lcd.c

Applied to u-boot-video/master, thanks!

--
Anatolij

  reply	other threads:[~2017-10-27 10:02 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-21  6:29 [U-Boot] [PATCH v2 0/5] sunxi: video: add DE2 LCD and ANX6345 drivers Vasily Khoruzhick
2017-09-21  6:29 ` [U-Boot] [PATCH v2 1/5] dm: video: bridge: add operation to read EDID Vasily Khoruzhick
2017-10-26 16:10   ` Anatolij Gustschin
2017-09-21  6:29 ` [U-Boot] [PATCH v2 2/5] video: anx9804: split out registers definitions into a separate header Vasily Khoruzhick
2017-10-26 16:26   ` [U-Boot] [PATCH v3 " Anatolij Gustschin
2017-10-27  9:58     ` Anatolij Gustschin
2017-10-26 16:29   ` [U-Boot] [PATCH v3 3/5] video: add anx6345 DM driver Anatolij Gustschin
2017-10-27  9:59     ` Anatolij Gustschin
2017-09-21  6:29 ` [U-Boot] [PATCH v2 " Vasily Khoruzhick
2017-09-21  6:29 ` [U-Boot] [PATCH v2 4/5] sunxi: video: split out PLL configuration code Vasily Khoruzhick
2017-10-26 21:02   ` Anatolij Gustschin
2017-10-26 21:14     ` Vasily Khoruzhick
2017-10-27  4:51       ` [U-Boot] [PATCH v4 " Vasily Khoruzhick
2017-10-27  4:51         ` [U-Boot] [PATCH v4 5/5] sunxi: video: add LCD support to DE2 driver Vasily Khoruzhick
2017-10-27 10:02           ` Anatolij Gustschin [this message]
2017-10-27 10:00         ` [U-Boot] [PATCH v4 4/5] sunxi: video: split out PLL configuration code Anatolij Gustschin
2017-09-21  6:29 ` [U-Boot] [PATCH v2 5/5] sunxi: video: add LCD support to DE2 driver Vasily Khoruzhick
2017-10-26 16:33   ` [U-Boot] [PATCH v3 " Anatolij Gustschin

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=20171027120216.3aeb1394@crub \
    --to=agust@denx.de \
    --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.