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

Anatolij Gustschin agust at denx.de
Tue Apr 10 20:11:23 CEST 2012


On Fri, 06 Apr 2012 14:36:17 +0900
Donghwa Lee <dh09.lee at samsung.com> wrote:

> This patch support EXYNOS FB and FIMD display drivers.
> 
> Signed-off-by: Donghwa Lee <dh09.lee at samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
> Signed-off-by: Inki Dae <inki.dae at 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 at denx.de>

Note: when applying this patch please use '--whitespace=fix' option
to fix a trailing whitespace error.

Thanks,
Anatolij


More information about the U-Boot mailing list