Re: [U-Boot] [PATCH 4/7] EXYNOS: support EXYNOS framebuffer and FIMD display drivers.

2012-04-05 Thread Anatolij Gustschin
Hi, Thank you for reworking this patch. It is mostly okay now and I can compile the drivers, :-). Only two minor issues, please see comments below. On Thu, 05 Apr 2012 15:29:27 +0900 Donghwa Lee wrote: > This patch support EXYNOS FB and FIMD display drivers. > > Signed-off-by: Donghwa Lee > S

[U-Boot] [PATCH 4/7] EXYNOS: support EXYNOS framebuffer and FIMD display drivers.

2012-04-04 Thread Donghwa Lee
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|4 + drivers/video/exynos_fb.c