
20 Jul
2012
20 Jul
'12
10:28 a.m.
Hi,
On Thu, 19 Jul 2012 10:30:44 +0900 Donghwa Lee dh09.lee@samsung.com wrote:
This patch support 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
Why? This function is used in exynos_fimd.c file only. Moving it to the header file will result in a warning when compiling files including exynos_fb.h. This function should be in exynos_fimd.c.
Thanks, Anatolij