
On 27 July 2012 10:30, Donghwa Lee dh09.lee@samsung.com wrote:
This patch supports exynos fimd driver for various exynos series different from existing it supports only exynos4 chip.
Signed-off-by: Donghwa Lee dh09.lee@samsung.com Signed-off-by: Kyungmin Park kyungmin.park@samsung.com
Changes for v1: - moves exynos_fimd_get_base_offset() to exynos_fb.h Changes for v2: - moves exynos_fimd_get_base_offset() to asm/arch/fb.h to remove compiler warining. - remove useless reserved variable of exynos_fb structure
arch/arm/include/asm/arch-exynos/fb.h | 25 ++++++++++- drivers/video/exynos_fimd.c | 76 ++++++++++++++++++-------------- 2 files changed, 67 insertions(+), 34 deletions(-)
applied to u-boot-samsung.
Thanks. Minkyu Kang.