From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 4/7] EXYNOS: support EXYNOS framebuffer and FIMD display drivers.
Date: Tue, 10 Apr 2012 20:11:23 +0200 [thread overview]
Message-ID: <20120410201123.0a1935e4@wker> (raw)
In-Reply-To: <4F7E80D1.5050409@samsung.com>
On Fri, 06 Apr 2012 14:36:17 +0900
Donghwa Lee <dh09.lee@samsung.com> wrote:
> This patch support EXYNOS FB and FIMD display drivers.
>
> 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/fb.h | 446 +++++++++++++++++++++++++++++++++
> drivers/video/Makefile | 1 +
> drivers/video/exynos_fb.c | 128 ++++++++++
> drivers/video/exynos_fb.h | 61 +++++
> drivers/video/exynos_fimd.c | 354 ++++++++++++++++++++++++++
> 5 files changed, 990 insertions(+), 0 deletions(-)
> create mode 100644 arch/arm/include/asm/arch-exynos/fb.h
> create mode 100644 drivers/video/exynos_fb.c
> create mode 100644 drivers/video/exynos_fb.h
> create mode 100644 drivers/video/exynos_fimd.c
Acked-by: Anatolij Gustschin <agust@denx.de>
Note: when applying this patch please use '--whitespace=fix' option
to fix a trailing whitespace error.
Thanks,
Anatolij
prev parent reply other threads:[~2012-04-10 18:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-06 5:36 [U-Boot] [PATCH v2 4/7] EXYNOS: support EXYNOS framebuffer and FIMD display drivers Donghwa Lee
2012-04-10 18:11 ` 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=20120410201123.0a1935e4@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.