From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 09/15] video: add support of panel RM68200
Date: Mon, 14 Oct 2019 19:30:35 +0200 [thread overview]
Message-ID: <20191014193035.03749ffe@crub> (raw)
In-Reply-To: <1570454955-21298-10-git-send-email-yannick.fertre@st.com>
On Mon, 7 Oct 2019 15:29:09 +0200
Yannick Fertré yannick.fertre at st.com wrote:
> Support for Raydium RM68200 720p dsi 2dl video mode panel.
> This rm68200 panel driver is based on the Linux Kernel driver from
> drivers/gpu/drm/panel/panel-raydium-rm68200.c.
>
> Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
> ---
> drivers/video/Kconfig | 9 ++
> drivers/video/Makefile | 1 +
> drivers/video/raydium-rm68200.c | 351 ++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 361 insertions(+)
> create mode 100644 drivers/video/raydium-rm68200.c
Applied to u-boot-video/master, thanks!
--
Anatolij
next prev parent reply other threads:[~2019-10-14 17:30 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-07 13:29 [U-Boot] [PATCH v5 00/15] splash screen on the stm32f769 & stm32mp1 boards Yannick Fertré
2019-10-07 13:29 ` [U-Boot] [PATCH v5 01/15] video: bmp: check resolutions of panel/bitmap Yannick Fertré
2019-10-07 17:34 ` Heinrich Schuchardt
2019-10-24 14:05 ` Patrice CHOTARD
2019-10-24 14:19 ` Anatolij Gustschin
2019-10-24 20:43 ` Heinrich Schuchardt
2019-10-25 7:43 ` Patrice CHOTARD
2019-10-25 9:31 ` Heinrich Schuchardt
2019-10-25 7:55 ` Yannick FERTRE
2019-10-07 13:29 ` [U-Boot] [PATCH v5 02/15] video: stm32: stm32_ltdc: add bridge to display controller Yannick Fertré
2019-10-14 17:24 ` Anatolij Gustschin
2019-10-07 13:29 ` [U-Boot] [PATCH v5 03/15] include: Add new DCS commands in the enum list Yannick Fertré
2019-10-14 17:25 ` Anatolij Gustschin
2019-10-07 13:29 ` [U-Boot] [PATCH v5 04/15] video: add support of MIPI DSI interface Yannick Fertré
2019-10-14 17:25 ` Anatolij Gustschin
2019-10-07 13:29 ` [U-Boot] [PATCH v5 05/15] dm: Add a dsi host uclass Yannick Fertré
2019-10-14 17:28 ` Anatolij Gustschin
2019-10-07 13:29 ` [U-Boot] [PATCH v5 06/15] video: add MIPI DSI host controller bridge Yannick Fertré
2019-10-14 17:29 ` Anatolij Gustschin
2019-10-07 13:29 ` [U-Boot] [PATCH v5 07/15] video: add support of STM32 MIPI DSI controller driver Yannick Fertré
2019-10-14 17:29 ` Anatolij Gustschin
2019-10-07 13:29 ` [U-Boot] [PATCH v5 08/15] video: add support of panel OTM8009A Yannick Fertré
2019-10-14 17:30 ` Anatolij Gustschin
2019-10-07 13:29 ` [U-Boot] [PATCH v5 09/15] video: add support of panel RM68200 Yannick Fertré
2019-10-14 17:30 ` Anatolij Gustschin [this message]
2019-10-07 13:29 ` [U-Boot] [PATCH v5 10/15] board: Add STM32F769 SoC, discovery board support Yannick Fertré
2019-10-14 17:33 ` Anatolij Gustschin
2019-10-07 13:29 ` [U-Boot] [PATCH v5 11/15] ARM: dts: stm32f769: add display for STM32F769 disco board Yannick Fertré
2019-10-14 17:33 ` Anatolij Gustschin
2019-10-07 13:29 ` [U-Boot] [PATCH v5 12/15] ARM: dts: stm32mp1: add dsi host for stm32mp157c-ev1 board Yannick Fertré
2019-10-14 17:34 ` Anatolij Gustschin
2019-10-07 13:29 ` [U-Boot] [PATCH v5 13/15] ARM: dts: stm32mp1: add dsi host for stm32mp157c-dk2 board Yannick Fertré
2019-10-14 17:34 ` Anatolij Gustschin
2019-10-07 13:29 ` [U-Boot] [PATCH v5 14/15] stm32mp1: configs: update video Yannick Fertré
2019-10-14 17:35 ` Anatolij Gustschin
2019-10-07 13:29 ` [U-Boot] [PATCH v5 15/15] stm32mp1: configs: add display devices Yannick Fertré
2019-10-14 17:35 ` Anatolij Gustschin
2019-10-07 15:35 ` [U-Boot] [PATCH v5 00/15] splash screen on the stm32f769 & stm32mp1 boards Patrice CHOTARD
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=20191014193035.03749ffe@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox