From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 10 Apr 2012 20:11:23 +0200 Subject: [U-Boot] [PATCH v2 4/7] EXYNOS: support EXYNOS framebuffer and FIMD display drivers. In-Reply-To: <4F7E80D1.5050409@samsung.com> References: <4F7E80D1.5050409@samsung.com> Message-ID: <20120410201123.0a1935e4@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 06 Apr 2012 14:36:17 +0900 Donghwa Lee wrote: > This patch support EXYNOS FB and FIMD display drivers. > > Signed-off-by: Donghwa Lee > Signed-off-by: Kyungmin Park > Signed-off-by: Inki Dae > --- > 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 Note: when applying this patch please use '--whitespace=fix' option to fix a trailing whitespace error. Thanks, Anatolij