
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