From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 5/7] EXYNOS: support EXYNOS MIPI DSI interface driver.
Date: Tue, 10 Apr 2012 21:13:47 +0200 [thread overview]
Message-ID: <20120410211347.4ba25a26@wker> (raw)
In-Reply-To: <4F7E80D5.90305@samsung.com>
On Fri, 06 Apr 2012 14:36:21 +0900
Donghwa Lee <dh09.lee@samsung.com> wrote:
> EXYNOS SoC platform has MIPI-DSI controller and MIPI-DSI
> based LCD Panel could be used with it. This patch supports MIPI-DSI driver
> based Samsung SoC chip.
>
> LCD panel driver based MIPI-DSI should be registered to MIPI-DSI driver at
> board file and LCD panel driver specific function registered to mipi_dsim_ddi
> structure at lcd panel init function called system init.
> In the MIPI-DSI driver, find lcd panel driver by using registered
> lcd panel name, and then initialize lcd panel driver.
>
> Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> Signed-off-by: Inki Dae <inki.dae@samsung.com>
> ---
> arch/arm/include/asm/arch-exynos/dsim.h | 181 +++++++
> arch/arm/include/asm/arch-exynos/mipi_dsim.h | 380 +++++++++++++++
> drivers/video/Makefile | 2 +
> drivers/video/exynos_mipi_dsi.c | 253 ++++++++++
> drivers/video/exynos_mipi_dsi_common.c | 637 +++++++++++++++++++++++++
> drivers/video/exynos_mipi_dsi_common.h | 48 ++
> drivers/video/exynos_mipi_dsi_lowlevel.c | 652 ++++++++++++++++++++++++++
> drivers/video/exynos_mipi_dsi_lowlevel.h | 111 +++++
> 8 files changed, 2264 insertions(+), 0 deletions(-)
> create mode 100644 arch/arm/include/asm/arch-exynos/dsim.h
> create mode 100644 arch/arm/include/asm/arch-exynos/mipi_dsim.h
> create mode 100644 drivers/video/exynos_mipi_dsi.c
> create mode 100644 drivers/video/exynos_mipi_dsi_common.c
> create mode 100644 drivers/video/exynos_mipi_dsi_common.h
> create mode 100644 drivers/video/exynos_mipi_dsi_lowlevel.c
> create mode 100644 drivers/video/exynos_mipi_dsi_lowlevel.h
Acked-by: Anatolij Gustschin <agust@denx.de>
Thanks,
Anatolij
prev parent reply other threads:[~2012-04-10 19:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-06 5:36 [U-Boot] [PATCH v2 5/7] EXYNOS: support EXYNOS MIPI DSI interface driver Donghwa Lee
2012-04-10 19:13 ` Anatolij Gustschin [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=20120410211347.4ba25a26@wker \
--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.